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
236fb79b
"vscode:/vscode.git/clone" did not exist on "8882150df6529658700b66bec124dfb77eefca26"
Commit
236fb79b
authored
Feb 27, 2017
by
Jason Swails
Browse files
Few small fixes
parent
78ccbbe9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
devtools/ci/jenkins/install.sh
devtools/ci/jenkins/install.sh
+3
-4
No files found.
devtools/ci/jenkins/install.sh
View file @
236fb79b
...
...
@@ -27,16 +27,15 @@ conda install -yn ${CONDAENV} numpy scipy pytest --quiet
source
activate
${
CONDAENV
}
# enter our new environment
# Build OpenMM
CMAKE_FLAGS
=
"-DCMAKE_INSTALL_PREFIX=
\"
${
INSTALL_DIRECTORY
}
\"
-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
cd
"
${
SRC_DIRECTORY
}
"
cmake
$CMAKE_FLAGS
.
cmake
-DCMAKE_INSTALL_PREFIX
=
"
${
INSTALL_DIRECTORY
}
"
-DCMAKE_CXX_COMPILER
=
clang++
-DCMAKE_C_COMPILER
=
clang
.
make
-j4
install
make PythonInstall
# Now run the tests
python
-m
simtk.testInstallation
cd
python/tests
&&
py.test
-v
python devtools/run-ctest.py
--start-time
$
START_TIME
cd
python/tests
&&
py.test
-v
&&
cd
../..
python devtools/run-ctest.py
--start-time
$
(
date
+%s
)
# Now remove the conda environment
source
deactivate
...
...
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