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

Updated conda build script to get more understandable errors.

parent a708bbe5
......@@ -30,7 +30,8 @@ cp -r $RECIPE_DIR/../.. .
mkdir build
cd build
cmake .. $CMAKE_FLAGS
make -j4
#make -j4 # faster
make # simpler to debug
make install
export OPENMM_INCLUDE_PATH=$PREFIX/include
......
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