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
9625696f
Commit
9625696f
authored
Jan 22, 2014
by
Patrick Grinaway
Browse files
set destination directory with cmake instead of make
parent
739d0256
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
9625696f
...
@@ -11,10 +11,10 @@ before_install:
...
@@ -11,10 +11,10 @@ before_install:
-
sudo apt-get install python-scipy
-
sudo apt-get install python-scipy
script
:
script
:
-
cmake
.
-
cmake
-DCMAKE_INSTALL_PREFIX=~/OpenMM .
-
make
-
make
# - make test
# - make test
-
make
DESTDIR=~/OpenMM
install
-
make install
-
ls ~/OpenMM/include
-
ls ~/OpenMM/include
-
export LD_LIBRARY_PATH=~/OpenMM/lib/
-
export LD_LIBRARY_PATH=~/OpenMM/lib/
-
export OPENMM_LIB_PATH=~/OpenMM/lib/
-
export OPENMM_LIB_PATH=~/OpenMM/lib/
...
...
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