Commit 77e12eed authored by Patrick Grinaway's avatar Patrick Grinaway
Browse files

add explicit destination dir

parent 0495db76
...@@ -14,7 +14,7 @@ script: ...@@ -14,7 +14,7 @@ script:
- cmake . - cmake .
- make - make
- make test - make test
- sudo make install - sudo make DESTDIR=/OpenMM install
- export LD_LIBRARY_PATH=/OpenMM/lib/ - export LD_LIBRARY_PATH=/OpenMM/lib/
- export OPENMM_LIB_PATH=/OpenMM/lib/ - export OPENMM_LIB_PATH=/OpenMM/lib/
- export OPENMM_INCLUDE_PATH=/OpenMM/include/ - export OPENMM_INCLUDE_PATH=/OpenMM/include/
......
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