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
088f9ebf
Commit
088f9ebf
authored
Feb 27, 2017
by
Jason Swails
Browse files
Make sure directories exist
And protect against possible spaces in directories
parent
0e544e66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
devtools/ci/jenkins/install.sh
devtools/ci/jenkins/install.sh
+4
-2
No files found.
devtools/ci/jenkins/install.sh
View file @
088f9ebf
...
...
@@ -29,8 +29,10 @@ 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
$BUILD_DIRECTORY
cmake
$CMAKE_FLAGS
${
SRC_DIRECTORY
}
test
-d
"
${
BUILD_DIRECTORY
}
"
&&
rm
-fr
"
${
BUILD_DIRECTORY
}
"
mkdir
"
${
BUILD_DIRECTORY
}
"
cd
"
$BUILD_DIRECTORY
"
cmake
$CMAKE_FLAGS
"
${
SRC_DIRECTORY
}
"
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