summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-03-03 13:01:38 +0100
committerDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-03-03 13:01:38 +0100
commit57b2a752a458266066c1048b9cfacafd7692b943 (patch)
tree77be24f04acdf2f41c8739e628b9c74c615676c1 /python
parent2206dba14d1830af0e22a3fd06f301da01398c0e (diff)
downloadastra-57b2a752a458266066c1048b9cfacafd7692b943.tar.gz
astra-57b2a752a458266066c1048b9cfacafd7692b943.tar.bz2
astra-57b2a752a458266066c1048b9cfacafd7692b943.tar.xz
astra-57b2a752a458266066c1048b9cfacafd7692b943.zip
Remove with-python from libastra conda build
Diffstat (limited to 'python')
-rw-r--r--python/conda/libastra/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/conda/libastra/build.sh b/python/conda/libastra/build.sh
index a80b9c4..e1d9700 100644
--- a/python/conda/libastra/build.sh
+++ b/python/conda/libastra/build.sh
@@ -1,6 +1,6 @@
cd build/linux
./autogen.sh
-./configure --with-python --with-cuda=$CUDA_ROOT --prefix=$PREFIX
+./configure --with-cuda=$CUDA_ROOT --prefix=$PREFIX
if [ $MAKEOPTS == '<UNDEFINED>' ]
then
MAKEOPTS=""