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
bb87353a
"platforms/reference/vscode:/vscode.git/clone" did not exist on "7d4b549df7b7f7a2c6cc09c7a9b370726b017ae6"
Commit
bb87353a
authored
Jul 04, 2014
by
John Chodera (MSKCC)
Browse files
Testing what happens if I comment out OpenCL library path.
parent
9e8ffb8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/conda-recipe/build.sh
tools/conda-recipe/build.sh
+1
-1
No files found.
tools/conda-recipe/build.sh
View file @
bb87353a
...
...
@@ -6,7 +6,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
# setting the rpath so that libOpenMMPME.so finds the right libfftw3
CMAKE_FLAGS+
=
" -DCMAKE_INSTALL_RPATH=.."
CMAKE_FLAGS+
=
" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++"
CMAKE_FLAGS+
=
" -DOPENCL_LIBRARY=/opt/AMDAPP/lib/x86_64/libOpenCL.so"
#
CMAKE_FLAGS+=" -DOPENCL_LIBRARY=/opt/AMDAPP/lib/x86_64/libOpenCL.so"
# TEST
elif
[[
"
$OSTYPE
"
==
"darwin"
*
]]
;
then
export
MACOSX_DEPLOYMENT_TARGET
=
"10.7"
...
...
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