"platforms/vscode:/vscode.git/clone" did not exist on "71bc7c8c70ffbccd82891dec7fd4f4deb99af64d"
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 ...@@ -23,7 +23,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
CMAKE_FLAGS+=" -DFFTW_THREADS_LIBRARY=$PREFIX/lib/libfftw3f_threads.dylib" CMAKE_FLAGS+=" -DFFTW_THREADS_LIBRARY=$PREFIX/lib/libfftw3f_threads.dylib"
fi fi
cd $SRC_DIR
mkdir build mkdir build
cd build cd build
cmake .. $CMAKE_FLAGS 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