summaryrefslogtreecommitdiffstats
path: root/python/conda/build.sh
blob: 13ae3f8ee7243aa9eca621cf308c25d806860c15 (plain)
1
2
3
4
5
6
7
8
cd build/linux
./autogen.sh
./configure --with-python --with-cuda=$CUDA_ROOT --prefix=$PREFIX
if [ $MAKEOPTS == '<UNDEFINED>' ]
  then
    MAKEOPTS=""
fi
make $MAKEOPTS python-root-install