link libraries statically and make halo work on Mac OS X

This commit is contained in:
Philipp Moritz
2016-06-10 13:16:07 -07:00
parent a1cc6d9d4f
commit 12ca2d4422
11 changed files with 61 additions and 70 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
sudo apt-get update
sudo apt-get install -y git cmake build-essential python-dev python-numpy automake autoconf libtool python-pip libboost-all-dev unzip
sudo pip install --ignore-installed six # getting rid of an old version of six, if it is installed (needed for Ubuntu 14.04)
sudo apt-get install -y git cmake build-essential autoconf libtool python-dev python-numpy python-pip libboost-all-dev unzip
sudo pip install -r requirements.txt
cd thirdparty
bash download_thirdparty.sh