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

Updated OSX build/package scripts for Jenkins.

parent 0abd720e
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
# Build script for Mac OS X distribution, for use in automated packaging. # Build script for Mac OS X distribution, for use in automated packaging.
# Note that this must be run from outside the checked-out openmm/ directory. # Note that this must be run from outside the checked-out openmm/ directory.
PATH=$HOME/miniconda/bin:$PATH
INSTALL=`pwd`/install INSTALL=`pwd`/install
CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=$INSTALL" CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=$INSTALL"
...@@ -33,6 +35,7 @@ make install ...@@ -33,6 +35,7 @@ make install
# Install Python wrappers. # Install Python wrappers.
export OPENMM_INCLUDE_PATH=$INSTALL/include export OPENMM_INCLUDE_PATH=$INSTALL/include
export OPENMM_LIB_PATH=$INSTALL/lib export OPENMM_LIB_PATH=$INSTALL/lib
export PYTHON=$HOME/miniconda/bin/python
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