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
4ad08011
Commit
4ad08011
authored
Nov 08, 2014
by
John Chodera (MSKCC)
Browse files
Hopefully fixed issue with Jenkins linux build script.
parent
93cd76b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
devtools/packaging/scripts/linux/build.sh
devtools/packaging/scripts/linux/build.sh
+2
-2
No files found.
devtools/packaging/scripts/linux/build.sh
View file @
4ad08011
...
...
@@ -40,8 +40,8 @@ make -j4 all DoxygenApiDocs sphinxpdf
make
install
# Install Python wrappers.
OPENMM_INCLUDE_PATH
=
$INSTALL
/include
OPENMM_LIB_PATH
=
$INSTALL
/lib
export
OPENMM_INCLUDE_PATH
=
$INSTALL
/include
export
OPENMM_LIB_PATH
=
$INSTALL
/lib
cd
python
python setup.py
install
--prefix
=
$INSTALL
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