summaryrefslogtreecommitdiffstats
path: root/python/conda/build.sh
blob: fb3760c5520e21784a9e254017cafae6e5fb4f63 (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 install