From c6312710a26e12875af7961f047ef203a541dc68 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Wed, 31 Jan 2018 13:13:59 +0000 Subject: Working chainable DataSetProcessors --- recipes/python/bld.bat | 4 +--- recipes/python/meta.yaml | 12 +----------- 2 files changed, 2 insertions(+), 14 deletions(-) (limited to 'recipes') 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 -- cgit v1.2.3