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
de262aae
Commit
de262aae
authored
Jan 21, 2016
by
jchodera
Browse files
Add more CUDA paths to CMake
parent
42c4a7d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.travis.yml
.travis.yml
+8
-1
No files found.
.travis.yml
View file @
de262aae
...
...
@@ -52,7 +52,12 @@ matrix:
-DOPENMM_BUILD_SERIALIZATION_TESTS=OFF
-DOPENMM_BUILD_C_AND_FORTRAN_WRAPPERS=OFF
-DOPENMM_BUILD_EXAMPLES=OFF
-DOPENCL_LIBRARY=/usr/local/cuda-7.5/lib64/libOpenCL.so"
-DOPENCL_LIBRARY=/usr/local/cuda-7.5/lib64/libOpenCL.so
-DCUDA_CUDART_LIBRARY=/usr/local/cuda-7.5/lib64/libcudart.so
-DCUDA_NVCC_EXECUTABLE=/usr/local/cuda-7.5/bin/nvcc
-DCUDA_SDK_ROOT_DIR=/usr/local/cuda-7.5/
-DCUDA_TOOLKIT_INCLUDE=/usr/local/cuda-7.5/include
-DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-7.5/"
addons
:
{
apt
:
{
packages
:
[]}}
-
language
:
objective-c
...
...
@@ -133,6 +138,8 @@ before_install:
script
:
-
cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
# DEBUG
-
cat CMakeCache.txt
-
make -j2 install
-
if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi
-
if [[ "$OPENCL" == "false" && "$CUDA" == "false" ]]; then
...
...
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