From c2157a7921ecf295c1c2f3c785f2cf1f09cf8358 Mon Sep 17 00:00:00 2001
From: Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk>
Date: Fri, 11 Jan 2019 15:42:24 +0000
Subject: jenkins build and variants (#20)

* UPDATE: jenkins build and variants

* update channels
---
 Wrappers/Python/conda-recipe/conda_build_config.yaml | 7 +++++++
 Wrappers/Python/conda-recipe/meta.yaml               | 1 +
 2 files changed, 8 insertions(+)
 create mode 100644 Wrappers/Python/conda-recipe/conda_build_config.yaml

(limited to 'Wrappers/Python')

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:
-- 
cgit v1.2.3