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
4fcf2b16
Commit
4fcf2b16
authored
Dec 02, 2014
by
John Chodera (MSKCC)
Browse files
Modified packaging scripts so that we no longer install Python into lib.
parent
066cdd60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
20 deletions
+0
-20
devtools/packaging/scripts/linux/build.sh
devtools/packaging/scripts/linux/build.sh
+0
-10
devtools/packaging/scripts/osx/build.sh
devtools/packaging/scripts/osx/build.sh
+0
-10
No files found.
devtools/packaging/scripts/linux/build.sh
View file @
4fcf2b16
...
...
@@ -38,13 +38,3 @@ cd build
cmake ../openmm
$CMAKE_FLAGS
make
-j4
all DoxygenApiDocs sphinxpdf
make
install
# Install Python wrappers.
export
OPENMM_INCLUDE_PATH
=
$INSTALL
/include
export
OPENMM_LIB_PATH
=
$INSTALL
/lib
cd
python
python setup.py
install
--prefix
=
$INSTALL
cd
../..
# Copy all tests to bin directory so they will be distributed with install package.
#cp `find . -name "Test*" -type f -maxdepth 1` $PREFIX/bin
devtools/packaging/scripts/osx/build.sh
View file @
4fcf2b16
...
...
@@ -39,13 +39,3 @@ cd build
cmake ../openmm
$CMAKE_FLAGS
make
-j4
all DoxygenApiDocs sphinxpdf
make
install
# Install Python wrappers.
export
OPENMM_INCLUDE_PATH
=
$INSTALL
/include
export
OPENMM_LIB_PATH
=
$INSTALL
/lib
cd
python
$PYTHON
setup.py
install
--prefix
=
$INSTALL
cd
../..
# Copy all tests to bin directory so they will be distributed with install package.
#cp `find . -name "Test*" -type f -maxdepth 1` $PREFIX/bin
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