summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/recipe/build.sh
blob: 43e85d5334f12f7115f2b464e7c0b262cee7bb99 (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