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

Trying again with source directory.

parent 5f3f7790
...@@ -23,7 +23,10 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then ...@@ -23,7 +23,10 @@ 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 # Copy source to current directory.
cp -r $RECIPE_DIR/../.. .
# Build in subdirectory.
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