From 8935451cc1449570b485cd244ca564a17b80bfa2 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Tue, 23 Jan 2018 17:21:07 +0000 Subject: fixed conda recipes for unix --- Wrappers/Python/conda-recipe/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Wrappers/Python') 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 -- cgit v1.2.3