Commit 9625696f authored by Patrick Grinaway's avatar Patrick Grinaway
Browse files

set destination directory with cmake instead of make

parent 739d0256
...@@ -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/
......
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