summaryrefslogtreecommitdiffstats
path: root/python/conda/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python/conda/build.sh')
-rw-r--r--python/conda/build.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/conda/build.sh b/python/conda/build.sh
new file mode 100644
index 0000000..13ae3f8
--- /dev/null
+++ b/python/conda/build.sh
@@ -0,0 +1,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 \ No newline at end of file