summaryrefslogtreecommitdiffstats
path: root/python/conda/astra-toolbox/build.sh
blob: 04680374cfc3c50e27bee3771ed46c6c1a006921 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

case `uname` in
  Darwin*)
    CC="gcc -stdlib=libstdc++"
    ;;
esac

cd $SRC_DIR/python/
CPPFLAGS="-DASTRA_CUDA -DASTRA_PYTHON $CPPFLAGS -I$SRC_DIR/ -I$SRC_DIR/include" CC=$CC python ./builder.py build install