summaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/bld.bat4
-rw-r--r--recipes/python/meta.yaml12
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