summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml10
-rwxr-xr-xbuild/jenkins-build.sh2
2 files changed, 6 insertions, 6 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index 808493e..e3258ff 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -1,8 +1,7 @@
package:
name: ccpi-regulariser
- version: 0.10.3
-
-
+ version: {{CIL_VERSION}}
+
build:
preserve_egg_dir: False
number: 0
@@ -16,7 +15,7 @@ test:
requirements:
build:
- python
- - numpy x.x
+ - numpy {{ numpy }}
- setuptools
- cython
- vc 14 # [win and py36]
@@ -25,8 +24,9 @@ requirements:
- cmake
run:
+ - {{ pin_compatible('numpy', max_pin='x.x') }}
- python
- - numpy x.x
+ - numpy
- vc 14 # [win and py36]
- vc 14 # [win and py35]
- vc 9 # [win and py27]
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
index 0c397b1..1babeab 100755
--- a/build/jenkins-build.sh
+++ b/build/jenkins-build.sh
@@ -26,4 +26,4 @@ else
echo Defining version: $CIL_VERSION
fi
#cd CCPi-Regularisation-Toolkit # already there by jenkins
-conda build Wrappers/Python/conda-recipe
+export REG_FILES=`conda build Wrappers/Python/conda-recipe`