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
78ccbbe9
Commit
78ccbbe9
authored
Feb 27, 2017
by
Jason Swails
Browse files
Build in the src directory
parent
088f9ebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
devtools/ci/jenkins/install.sh
devtools/ci/jenkins/install.sh
+2
-5
No files found.
devtools/ci/jenkins/install.sh
View file @
78ccbbe9
...
...
@@ -15,7 +15,6 @@ module load cuda conda/jenkins
# Constants
CONDAENV
=
openmm-test-3.5
BUILD_DIRECTORY
=
"
${
WORKSPACE
}
/openmm-build"
INSTALL_DIRECTORY
=
"
${
WORKSPACE
}
/openmm-install"
SRC_DIRECTORY
=
"
${
WORKSPACE
}
/openmm-src"
# set in the Jenkins configuration
...
...
@@ -29,10 +28,8 @@ source activate ${CONDAENV} # enter our new environment
# Build OpenMM
CMAKE_FLAGS
=
"-DCMAKE_INSTALL_PREFIX=
\"
${
INSTALL_DIRECTORY
}
\"
-DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang"
test
-d
"
${
BUILD_DIRECTORY
}
"
&&
rm
-fr
"
${
BUILD_DIRECTORY
}
"
mkdir
"
${
BUILD_DIRECTORY
}
"
cd
"
$BUILD_DIRECTORY
"
cmake
$CMAKE_FLAGS
"
${
SRC_DIRECTORY
}
"
cd
"
${
SRC_DIRECTORY
}
"
cmake
$CMAKE_FLAGS
.
make
-j4
install
make PythonInstall
...
...
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