Skip to content
Snippets Groups Projects
Commit af35b6fb authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Vagrant/Maverick switched to clang compiler.

parent 9f1e128b
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ git clone -b develop git://apps.jcns.fz-juelich.de/BornAgain.git ...@@ -10,7 +10,7 @@ git clone -b develop git://apps.jcns.fz-juelich.de/BornAgain.git
mkdir BornAgain-build mkdir BornAgain-build
cd BornAgain-build cd BornAgain-build
export ANACONDA=/Users/vagrant/anaconda2 export ANACONDA=/Users/vagrant/anaconda2
cmake -DPYTHON_LIBRARY=$ANACONDA/lib/libpython2.7.dylib -DPYTHON_EXECUTABLE=$ANACONDA/bin/python2.7 -DBORNAGAIN_APPLE_BUNDLE=ON -DCMAKE_PREFIX_PATH=/usr/local ../BornAgain cmake -DCMAKE_C_COMPILER=/usr/local/opt/llvm36/bin/clang-3.6 -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm36/bin/clang++-3.6 -DPYTHON_LIBRARY=$ANACONDA/lib/libpython2.7.dylib -DPYTHON_EXECUTABLE=$ANACONDA/bin/python2.7 -DBORNAGAIN_APPLE_BUNDLE=ON -DCMAKE_PREFIX_PATH=/usr/local ../BornAgain
make -j4 make -j4
cpack -V cpack -V
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment