Created
October 18, 2019 12:56
-
-
Save ntessore/c4bad8592ce6f5866a14a878b8d71977 to your computer and use it in GitHub Desktop.
Install MultiNest and Lensed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export FC='/opt/local/bin/gfortran-mp-4.8' | |
set -e | |
mkdir lensed | |
pushd lensed | |
git clone --depth=1 https://github.com/farhanferoz/MultiNest | |
pushd MultiNest/MultiNest_v3.11_cmake/multinest | |
mkdir build | |
pushd build | |
cmake .. -G"Unix Makefiles" | |
make | |
popd | |
popd | |
git clone --depth=1 https://github.com/glenco/lensed | |
pushd lensed | |
make MULTINEST_DIR=../MultiNest/MultiNest_v3.11_cmake/multinest | |
popd | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment