summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorKulhanek <tomas.kulhanek@stfc.ac.uk>2019-01-11 14:12:09 +0100
committerKulhanek <tomas.kulhanek@stfc.ac.uk>2019-01-11 14:12:09 +0100
commit6742ed0d01b98c55b6b2cc18e4958fe2dc6ce783 (patch)
tree0c7bbe559790153d2b50d2011d077ba6de8f5e2b /Wrappers/Python
parent0cb81711927adee9f2d1973a8af2b7799dd28ab6 (diff)
downloadframework-plugins-6742ed0d01b98c55b6b2cc18e4958fe2dc6ce783.tar.gz
framework-plugins-6742ed0d01b98c55b6b2cc18e4958fe2dc6ce783.tar.bz2
framework-plugins-6742ed0d01b98c55b6b2cc18e4958fe2dc6ce783.tar.xz
framework-plugins-6742ed0d01b98c55b6b2cc18e4958fe2dc6ce783.zip
UPDATE: jenkins build and variants
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/conda-recipe/conda_build_config.yaml7
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml1
2 files changed, 8 insertions, 0 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 edec71b..ab67b0c 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -12,6 +12,7 @@ build:
requirements:
build:
- python
+ - numpy {{ numpy }}
- setuptools
run: