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

Hopefully fixed issue with Jenkins linux build script.

parent 93cd76b3
...@@ -40,8 +40,8 @@ make -j4 all DoxygenApiDocs sphinxpdf ...@@ -40,8 +40,8 @@ make -j4 all DoxygenApiDocs sphinxpdf
make install make install
# Install Python wrappers. # Install Python wrappers.
OPENMM_INCLUDE_PATH=$INSTALL/include export OPENMM_INCLUDE_PATH=$INSTALL/include
OPENMM_LIB_PATH=$INSTALL/lib export OPENMM_LIB_PATH=$INSTALL/lib
cd python cd python
python setup.py install --prefix=$INSTALL python setup.py install --prefix=$INSTALL
cd ../.. cd ../..
......
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