summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Python/conda-recipe/build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/build.sh b/Wrappers/Python/conda-recipe/build.sh
index 855047f..aaf9a69 100644
--- a/Wrappers/Python/conda-recipe/build.sh
+++ b/Wrappers/Python/conda-recipe/build.sh
@@ -4,10 +4,13 @@ if [ -z "$CIL_VERSION" ]; then
exit 1
fi
mkdir "$SRC_DIR/ccpi"
-cp -r "$RECIPE_DIR/../.." "$SRC_DIR/ccpi"
+cp -rv "$RECIPE_DIR/../.." "$SRC_DIR/ccpi"
+cp -rv "$RECIPE_DIR/../../../Core" "$SRC_DIR/Core"
cd $SRC_DIR/ccpi/Python
+echo "$SRC_DIR/ccpi/Python"
+
$PYTHON setup.py build_ext
$PYTHON setup.py install