summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/conda-recipe/build.sh
blob: 5dd97b08c3f0a7438ae7b4a0887067e92776d47b (plain)
1
2
3
4
5
6
7
8
9
if [ -z "$CIL_VERSION" ]; then
    echo "Need to set CIL_VERSION"
    exit 1
fi  
mkdir ${SRC_DIR}/ccpi
cp -r "${RECIPE_DIR}/../../../" ${SRC_DIR}/ccpi

cd ${SRC_DIR}/ccpi/Wrappers/Python
$PYTHON setup.py install