diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-31 13:13:59 +0000 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2018-01-31 13:13:59 +0000 |
commit | c6312710a26e12875af7961f047ef203a541dc68 (patch) | |
tree | 8ecaf569c7f3565eddf39251c87ef078a21333bf /recipes/python | |
parent | 88b14ee8048a92d5cb7de99ac237455ec4db90b6 (diff) | |
download | framework-c6312710a26e12875af7961f047ef203a541dc68.tar.gz framework-c6312710a26e12875af7961f047ef203a541dc68.tar.bz2 framework-c6312710a26e12875af7961f047ef203a541dc68.tar.xz framework-c6312710a26e12875af7961f047ef203a541dc68.zip |
Working chainable DataSetProcessors
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/bld.bat | 4 | ||||
-rw-r--r-- | recipes/python/meta.yaml | 12 |
2 files changed, 2 insertions, 14 deletions
diff --git a/recipes/python/bld.bat b/recipes/python/bld.bat index f4c395c..80abb05 100644 --- a/recipes/python/bld.bat +++ b/recipes/python/bld.bat @@ -4,10 +4,8 @@ exit 1 ) mkdir "%SRC_DIR%\ccpi" -xcopy /e "%RECIPE_DIR%\..\..\.." "%SRC_DIR%\ccpi" +ROBOCOPY /E "%RECIPE_DIR%\..\Wrappers\Python" "%SRC_DIR%\ccpi" cd ccpi\Wrappers\python -%PYTHON% setup.py build_ext -if errorlevel 1 exit 1 %PYTHON% setup.py install if errorlevel 1 exit 1 diff --git a/recipes/python/meta.yaml b/recipes/python/meta.yaml index 63a5a3a..fc5f09d 100644 --- a/recipes/python/meta.yaml +++ b/recipes/python/meta.yaml @@ -1,5 +1,5 @@ package: - name: ccpi-reconstruction + name: ccpi-common version: {{ environ['CIL_VERSION'] }} @@ -14,21 +14,11 @@ requirements: - python - numpy - setuptools - - boost ==1.64.0 - - boost-cpp ==1.64.0 - - cython - - libtiff - - cil_reconstruction run: - python - numpy - - boost ==1.64 - - libtiff - - h5py - scipy - - cil_reconstruction - about: home: http://www.ccpi.ac.uk |