summaryrefslogtreecommitdiffstats
path: root/python/conda/build.sh
diff options
context:
space:
mode:
authorDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-03-03 12:23:58 +0100
committerDaniel M. Pelt <D.M.Pelt@cwi.nl>2016-03-03 12:26:32 +0100
commit7acb21aa87fdc98c725f72db456270c63c15b96a (patch)
treea556aa6ed42d5ccea3dd1a130e3088d9a4fdd7f5 /python/conda/build.sh
parentf24d9457f56f60aa927600261500e4ca681d0033 (diff)
downloadastra-7acb21aa87fdc98c725f72db456270c63c15b96a.tar.gz
astra-7acb21aa87fdc98c725f72db456270c63c15b96a.tar.bz2
astra-7acb21aa87fdc98c725f72db456270c63c15b96a.tar.xz
astra-7acb21aa87fdc98c725f72db456270c63c15b96a.zip
Split conda package into c++ lib and python parts
Diffstat (limited to 'python/conda/build.sh')
-rw-r--r--python/conda/build.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/python/conda/build.sh b/python/conda/build.sh
index 814ea7e..13ae3f8 100644
--- a/python/conda/build.sh
+++ b/python/conda/build.sh
@@ -5,12 +5,4 @@ if [ $MAKEOPTS == '<UNDEFINED>' ]
then
MAKEOPTS=""
fi
-make $MAKEOPTS install-libraries
-make $MAKEOPTS python-root-install
-LIBPATH=lib
-if [ $ARCH == 64 ]
- then
- LIBPATH+=64
-fi
-cp -P $CUDA_ROOT/$LIBPATH/libcudart.so.* $PREFIX/lib
-cp -P $CUDA_ROOT/$LIBPATH/libcufft.so.* $PREFIX/lib
+make $MAKEOPTS python-root-install \ No newline at end of file