summaryrefslogtreecommitdiffstats
path: root/python/conda/astra-toolbox/meta.yaml
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2019-09-25 13:55:23 +0200
committerGitHub <noreply@github.com>2019-09-25 13:55:23 +0200
commit1fec36f7ccadd5f7dcf2bb59b0654dc53653b0f3 (patch)
treed326f7936b3dec5c0d61349047516a67127da7a6 /python/conda/astra-toolbox/meta.yaml
parent6e9fb3ec670863b62006288cd8bba5b773530a53 (diff)
parentd621b2ceed23f4ecc945b00ffd6e859b70b89b50 (diff)
downloadastra-1fec36f7ccadd5f7dcf2bb59b0654dc53653b0f3.tar.gz
astra-1fec36f7ccadd5f7dcf2bb59b0654dc53653b0f3.tar.bz2
astra-1fec36f7ccadd5f7dcf2bb59b0654dc53653b0f3.tar.xz
astra-1fec36f7ccadd5f7dcf2bb59b0654dc53653b0f3.zip
Merge pull request #214 from ahendriksen/CI-use-conda-c-compiler-toolchain
Use conda compiler toolchain for conda builds
Diffstat (limited to 'python/conda/astra-toolbox/meta.yaml')
-rw-r--r--python/conda/astra-toolbox/meta.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/python/conda/astra-toolbox/meta.yaml b/python/conda/astra-toolbox/meta.yaml
index 054751b..b3c036b 100644
--- a/python/conda/astra-toolbox/meta.yaml
+++ b/python/conda/astra-toolbox/meta.yaml
@@ -8,8 +8,7 @@ source:
build:
number: 0
- script_env:
- - CC # [linux]
+ string: py_{{ python }}_numpy_{{ numpy }}
test:
imports:
@@ -24,14 +23,17 @@ test:
requirements:
build:
+ - {{ compiler('c') }} # [win or linux]
+ - {{ compiler('cxx') }} # [linux]
+ host:
- python
- cython >=0.13
+ - boost # [osx or linux]
- nomkl # [not win]
- numpy {{ numpy }}
- scipy
- six
- libastra ==1.9.0.dev11
-
run:
- python
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x.x') }}