Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
4d33ed56
"platforms/reference/tests/TestReferencePythonForce.cpp" did not exist on "ed1fb1923aeff2fe99e090bab87aeddd63115043"
Commit
4d33ed56
authored
Nov 08, 2014
by
John Chodera (MSKCC)
Browse files
Updated OSX build/package scripts for Jenkins.
parent
0abd720e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
devtools/packaging/scripts/osx/build.sh
devtools/packaging/scripts/osx/build.sh
+3
-0
devtools/packaging/scripts/osx/package.sh
devtools/packaging/scripts/osx/package.sh
+1
-1
No files found.
devtools/packaging/scripts/osx/build.sh
View file @
4d33ed56
...
@@ -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
..
...
...
devtools/packaging/scripts/osx/package.sh
View file @
4d33ed56
...
@@ -30,7 +30,7 @@ echo $CMD
...
@@ -30,7 +30,7 @@ echo $CMD
echo
"Building Python source distribution..."
echo
"Building Python source distribution..."
cd
build
cd
build
make PythonSdist
make PythonSdist
cd
python/dist
cd
python/dist
tar
zxf OpenMM-
${
VERSION
}
.tar.gz
tar
zxf OpenMM-
${
VERSION
}
.tar.gz
mv
OpenMM-
${
VERSION
}
python
mv
OpenMM-
${
VERSION
}
python
cd
../../..
cd
../../..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment