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
9109b435
"vscode:/vscode.git/clone" did not exist on "40b969f24e183f7d12bc1cc3ecc10a327a6cb13e"
Commit
9109b435
authored
Mar 11, 2014
by
Robert McGibbon
Browse files
Random changes to travis-yml
parent
cfc01d01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
.travis.yml
.travis.yml
+3
-8
No files found.
.travis.yml
View file @
9109b435
...
...
@@ -10,15 +10,10 @@ before_install:
-
export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer-3.3
script
:
-
cmake -DCMAKE_INSTALL_PREFIX=
~
/OpenMM -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG="-g -fsanitize=address -fno-omit-frame-pointer -O2" .
-
cmake -DCMAKE_INSTALL_PREFIX=
$HOME
/OpenMM -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS_DEBUG="-g -fsanitize=address -fno-omit-frame-pointer -O2" .
-
make
-
make test
-
make install
-
ls ~/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
-
sudo make PythonInstall
-
cd python/tests
-
nosetests -vv
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