Commit f5c6d5cd authored by Patrick Grinaway's avatar Patrick Grinaway
Browse files

changed to home directory for OpenMM root

parent d3e4e7e2
......@@ -14,11 +14,11 @@ script:
- cmake .
- make
# - make test
- sudo make DESTDIR=/OpenMM install
- make DESTDIR=~/OpenMM install
- ls /OpenMM/include
- export LD_LIBRARY_PATH=/OpenMM/lib/
- export OPENMM_LIB_PATH=/OpenMM/lib/
- export OPENMM_INCLUDE_PATH=/OpenMM/include/
- export LD_LIBRARY_PATH=~/OpenMM/lib/
- export OPENMM_LIB_PATH=~/OpenMM/lib/
- export OPENMM_INCLUDE_PATH=~/OpenMM/include/
- cd python
- sudo -E python setup.py install
- cd tests
......
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