summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/conda-recipe
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-07-29 21:36:46 +0100
committerGitHub <noreply@github.com>2018-07-29 21:36:46 +0100
commit120d47b665bd24981968f4a90d4b4718197ecc94 (patch)
treec0ff56a0a2751ab0513151eef7e8097c24c7a179 /Wrappers/Python/conda-recipe
parent159a12b5b03b1cd1430dadf23b2f28097c4f66df (diff)
parent70e86868640390c4dde0ad67670707467f9773f9 (diff)
downloadregularization-120d47b665bd24981968f4a90d4b4718197ecc94.tar.gz
regularization-120d47b665bd24981968f4a90d4b4718197ecc94.tar.bz2
regularization-120d47b665bd24981968f4a90d4b4718197ecc94.tar.xz
regularization-120d47b665bd24981968f4a90d4b4718197ecc94.zip
Merge pull request #58 from vais-ral/windows_fix
Windows fix
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index 4774563..ca28bae 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -21,7 +21,7 @@ requirements:
- numpy x.x
- setuptools
- cython
- - cil_regulariser
+ - cil_regulariser =={{ environ['CIL_VERSION'] }}
- vc 14 # [win and py36]
- vc 14 # [win and py35]
- vc 9 # [win and py27]
@@ -30,7 +30,7 @@ requirements:
run:
- python
- numpy x.x
- - cil_regulariser
+ - cil_regulariser =={{ environ['CIL_VERSION'] }}
- vc 14 # [win and py36]
- vc 14 # [win and py35]
- vc 9 # [win and py27]