"libraries/vscode:/vscode.git/clone" did not exist on "f55abcaa5f70fbafe25f290a008c7482e3dfce1a"
Commit 0198503f authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Minor fix to build script for automated packaging.

parent 4e9405a6
...@@ -37,10 +37,10 @@ make -j4 ...@@ -37,10 +37,10 @@ make -j4
make install make install
# Install Python wrappers. # Install Python wrappers.
export OPENMM_INCLUDE_PATH=$INSTALL/include OPENMM_INCLUDE_PATH=$INSTALL/include
export OPENMM_LIB_PATH=$INSTALL/lib OPENMM_LIB_PATH=$INSTALL/lib
cd python cd python
$PYTHON setup.py install --prefix=$INSTALL python setup.py install --prefix=$INSTALL
cd .. cd ..
# Copy all tests to bin directory so they will be distributed with install package. # Copy all tests to bin directory so they will be distributed with install package.
......
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