Commit 5f3f7790 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Updated build.sh to change to source directory first.

parent 3ce0b4c9
......@@ -23,7 +23,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
CMAKE_FLAGS+=" -DFFTW_THREADS_LIBRARY=$PREFIX/lib/libfftw3f_threads.dylib"
fi
cd $SRC_DIR
mkdir build
cd build
cmake .. $CMAKE_FLAGS
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment