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
e3b3f394
Commit
e3b3f394
authored
Jul 10, 2014
by
kyleabeauchamp
Browse files
Updated build.sh and meta.yaml
parent
0c00acd2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
tools/conda-recipe/build.sh
tools/conda-recipe/build.sh
+1
-1
tools/conda-recipe/meta.yaml
tools/conda-recipe/meta.yaml
+1
-0
No files found.
tools/conda-recipe/build.sh
View file @
e3b3f394
...
...
@@ -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" # TEST
CMAKE_FLAGS+
=
" -DOPENCL_LIBRARY=/opt/AMDAPP/lib/x86_64/libOpenCL.so"
# TEST
elif
[[
"
$OSTYPE
"
==
"darwin"
*
]]
;
then
export
MACOSX_DEPLOYMENT_TARGET
=
"10.7"
...
...
tools/conda-recipe/meta.yaml
View file @
e3b3f394
...
...
@@ -7,6 +7,7 @@ requirements:
-
cmake
-
python
-
fftw3f
-
swig
run
:
-
python
...
...
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