diff options
author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-11 15:42:45 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2019-01-11 15:42:45 +0000 |
commit | 0e9053de8ceff9af697e927f3b188fd341a3b7d4 (patch) | |
tree | b21a0b3f7bc2dec85aa4ac29e44c2393c06ed1ee /Wrappers | |
parent | 058ecf0b188f0f64490136a7751cbd029f3aadb0 (diff) | |
download | astra-wrapper-0e9053de8ceff9af697e927f3b188fd341a3b7d4.tar.gz astra-wrapper-0e9053de8ceff9af697e927f3b188fd341a3b7d4.tar.bz2 astra-wrapper-0e9053de8ceff9af697e927f3b188fd341a3b7d4.tar.xz astra-wrapper-0e9053de8ceff9af697e927f3b188fd341a3b7d4.zip |
UPDATE: jenkins build and variants (#14)
Diffstat (limited to 'Wrappers')
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 7 | ||||
-rwxr-xr-x | Wrappers/Python/conda-recipe/meta.yaml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml new file mode 100644 index 0000000..b7977f3 --- /dev/null +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -0,0 +1,7 @@ +python: + - 2.7 # [not win] + - 3.5 + - 3.6 +numpy: + - 1.12 + - 1.15 diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index ca91ed0..965d81d 100755 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -12,7 +12,7 @@ build: requirements: build: - python - - numpy + - numpy {{ numpy }} - setuptools run: |