"plugins/amoeba/vscode:/vscode.git/clone" did not exist on "1589d42511a82fa759bf30c6e1e75c49e0065e71"
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/../.. . ...@@ -30,7 +30,8 @@ cp -r $RECIPE_DIR/../.. .
mkdir build mkdir build
cd build cd build
cmake .. $CMAKE_FLAGS cmake .. $CMAKE_FLAGS
make -j4 #make -j4 # faster
make # simpler to debug
make install make install
export OPENMM_INCLUDE_PATH=$PREFIX/include 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