diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-20 22:41:24 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-23 22:45:21 +0000 |
commit | ba6c5455f4095dcd8a3a2262aa253fac9bb9ba09 (patch) | |
tree | 0995d71aa7fd79ea96405091c063c4c485c0574e /Wrappers/Python/conda-recipe | |
parent | 514a10a8adf935f9254b9c25da200b4317277171 (diff) | |
download | regularization-ba6c5455f4095dcd8a3a2262aa253fac9bb9ba09.tar.gz regularization-ba6c5455f4095dcd8a3a2262aa253fac9bb9ba09.tar.bz2 regularization-ba6c5455f4095dcd8a3a2262aa253fac9bb9ba09.tar.xz regularization-ba6c5455f4095dcd8a3a2262aa253fac9bb9ba09.zip |
work for conda recipes
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r-- | Wrappers/Python/conda-recipe/bld.bat | 4 | ||||
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 18 |
2 files changed, 15 insertions, 7 deletions
diff --git a/Wrappers/Python/conda-recipe/bld.bat b/Wrappers/Python/conda-recipe/bld.bat index 69491de..fe3ddae 100644 --- a/Wrappers/Python/conda-recipe/bld.bat +++ b/Wrappers/Python/conda-recipe/bld.bat @@ -4,8 +4,8 @@ exit 1 ) mkdir "%SRC_DIR%\ccpi" -xcopy /e "%RECIPE_DIR%\..\.." "%SRC_DIR%\ccpi" - +ROBOCOPY /E "%RECIPE_DIR%\..\.." "%SRC_DIR%\ccpi" +ROBOCOPY /E "%RECIPE_DIR%\..\..\..\Core" "%SRC_DIR%\Core" cd %SRC_DIR%\ccpi\Python %PYTHON% setup.py build_ext diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index 7068e9d..c451b37 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -1,5 +1,5 @@ package: - name: ccpi-regularizers + name: ccpi-regularizer version: {{ environ['CIL_VERSION'] }} @@ -11,17 +11,25 @@ build: requirements: build: - - python + - python ==2.7 # [py27] + - python ==3.5 # [py35] - numpy - setuptools - - boost ==1.64 - - boost-cpp ==1.64 + - boost ==1.64.0 + - boost-cpp ==1.64.0 - cython + - cil_regularizer + - vc 14 # [win and py35] + - vc 9 # [win and py27] run: - - python + - python ==2.7 # [py27] + - python ==3.5 # [py35] - numpy - boost ==1.64 + - cil_regularizer + - vc 14 # [win and py35] + - vc 9 # [win and py27] about: |