Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ab2tds
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
myron
ab2tds
Commits
6365b42f
Commit
6365b42f
authored
2 years ago
by
myron
Browse files
Options
Downloads
Patches
Plain Diff
aded conda recipe
parent
625a7b5d
Branches
restructure
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ab2tds/conda/build.sh
+4
-0
4 additions, 0 deletions
ab2tds/conda/build.sh
ab2tds/conda/conda_build_config.yaml
+26
-0
26 additions, 0 deletions
ab2tds/conda/conda_build_config.yaml
ab2tds/conda/meta.yaml
+60
-0
60 additions, 0 deletions
ab2tds/conda/meta.yaml
with
90 additions
and
0 deletions
ab2tds/conda/build.sh
0 → 100644
+
4
−
0
View file @
6365b42f
#!/usr/bin/env bash
${
PYTHON
}
-m
pip
install
.
--no-deps
--ignore-installed
-vv
This diff is collapsed.
Click to expand it.
ab2tds/conda/conda_build_config.yaml
0 → 100644
+
26
−
0
View file @
6365b42f
blas_impl
:
-
mkl
# [x86_64]
c_compiler
:
-
vs2019
# [win]
cxx_compiler
:
-
vs2019
# [win]
python
:
# - 3.8
-
3.9
# This differs from target_platform in that it determines what subdir the compiler
# will target, not what subdir the compiler package will be itself.
# For example, we need a win-64 vs2008_win-32 package, so that we compile win-32
# code on win-64 miniconda.
cross_compiler_target_platform
:
-
win-64
# [win]
target_platform
:
-
win-64
# [win]
vc
:
-
14
zip_keys
:
-
# [win]
-
vc
# [win]
-
c_compiler
# [win]
-
cxx_compiler
# [win]
This diff is collapsed.
Click to expand it.
ab2tds/conda/meta.yaml
0 → 100644
+
60
−
0
View file @
6365b42f
{
%
set version = "1.1" %
}
{
%
set pname = "ab2tds" %
}
{
%
set PY_VER_MAJOR = PY_VER
[
0
]
%
}
{
%
set PY_VER_MINOR = PY_VER
[
2
]
%
}
package
:
name
:
{{
pname
}}
version
:
{{
version
}}
source
:
path
:
../../
# git_url: /home/aless/src/amarcord
# git_tag: master
# git_depth: 1 # (Defaults to -1/not shallow)
# git_url: https://github.com/esc24/iris.git
# git_tag: udunits_xml_path tag oppure hash
build
:
number
:
1
string
:
py{{ PY_VER_MAJOR }}{{ PY_VER_MINOR }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}
script_env
:
-
PNAME={{ pname }}
# run_exports:
# # https://abi-laboratory.pro/index.php?view=timeline&l=opencv
# # Things seem to change every patch versions, mostly the dnn module
# - {{ pin_subpackage('libopencv', max_pin='x.x.x') }}
# ignore_run_exports_from:
# - python
requirements
:
host
:
-
python {{ python }}
-
numpy
-
pip
-
openmpi
-
mpi4py
build
:
-
git
-
python
-
numpy
run
:
-
python
-
numpy
-
mpi4py
-
PyMca
-
h5py
-
scipy
-
matplotlib
-
PyYaml
test
:
imports
:
-
{{
pname
}}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment