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
Commit
236fb79b
authored
Feb 27, 2017
by
Jason Swails
Browse files
Few small fixes
parent
78ccbbe9
Changes
1
Hide 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
...
@@ -27,16 +27,15 @@ conda install -yn ${CONDAENV} numpy scipy pytest --quiet
source
activate
${
CONDAENV
}
# enter our new environment
source
activate
${
CONDAENV
}
# enter our new environment
# Build OpenMM
# Build OpenMM
CMAKE_FLAGS
=
"-DCMAKE_INSTALL_PREFIX=
\"
${
INSTALL_DIRECTORY
}
\"
-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
cd
"
${
SRC_DIRECTORY
}
"
cd
"
${
SRC_DIRECTORY
}
"
cmake
$CMAKE_FLAGS
.
cmake
-DCMAKE_INSTALL_PREFIX
=
"
${
INSTALL_DIRECTORY
}
"
-DCMAKE_CXX_COMPILER
=
clang++
-DCMAKE_C_COMPILER
=
clang
.
make
-j4
install
make
-j4
install
make PythonInstall
make PythonInstall
# Now run the tests
# Now run the tests
python
-m
simtk.testInstallation
python
-m
simtk.testInstallation
cd
python/tests
&&
py.test
-v
cd
python/tests
&&
py.test
-v
&&
cd
../..
python devtools/run-ctest.py
--start-time
$
START_TIME
python devtools/run-ctest.py
--start-time
$
(
date
+%s
)
# Now remove the conda environment
# Now remove the conda environment
source
deactivate
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