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
42c4a7d4
Commit
42c4a7d4
authored
Jan 21, 2016
by
jchodera
Browse files
Update travis to use CUDA 7.5 (needs 'trusty' environment)
parent
97136edd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.travis.yml
.travis.yml
+5
-4
No files found.
.travis.yml
View file @
42c4a7d4
...
@@ -37,10 +37,11 @@ matrix:
...
@@ -37,10 +37,11 @@ matrix:
addons
:
{
apt
:
{
packages
:
[]}}
addons
:
{
apt
:
{
packages
:
[]}}
-
sudo
:
required
-
sudo
:
required
dist
:
trusty
env
:
==CUDA_COMPILE==
env
:
==CUDA_COMPILE==
CUDA=true
CUDA=true
OPENCL=false
OPENCL=false
CUDA_VERSION="7.
0-2
8"
CUDA_VERSION="7.
5-1
8"
CC=$CCACHE/gcc
CC=$CCACHE/gcc
CXX=$CCACHE/g++
CXX=$CCACHE/g++
CMAKE_FLAGS="
CMAKE_FLAGS="
...
@@ -51,7 +52,7 @@ matrix:
...
@@ -51,7 +52,7 @@ matrix:
-DOPENMM_BUILD_SERIALIZATION_TESTS=OFF
-DOPENMM_BUILD_SERIALIZATION_TESTS=OFF
-DOPENMM_BUILD_C_AND_FORTRAN_WRAPPERS=OFF
-DOPENMM_BUILD_C_AND_FORTRAN_WRAPPERS=OFF
-DOPENMM_BUILD_EXAMPLES=OFF
-DOPENMM_BUILD_EXAMPLES=OFF
-DOPENCL_LIBRARY=/usr/local/cuda-7.
0
/lib64/libOpenCL.so"
-DOPENCL_LIBRARY=/usr/local/cuda-7.
5
/lib64/libOpenCL.so"
addons
:
{
apt
:
{
packages
:
[]}}
addons
:
{
apt
:
{
packages
:
[]}}
-
language
:
objective-c
-
language
:
objective-c
...
@@ -75,7 +76,7 @@ matrix:
...
@@ -75,7 +76,7 @@ matrix:
-
sudo
:
false
-
sudo
:
false
python
:
2.7_with_system_site_packages
python
:
2.7_with_system_site_packages
env
:
==PYT
N
ON_2==
env
:
==PYT
H
ON_2==
OPENCL=false
OPENCL=false
CUDA=false
CUDA=false
CC=$CCACHE/clang
CC=$CCACHE/clang
...
@@ -118,7 +119,7 @@ before_install:
...
@@ -118,7 +119,7 @@ before_install:
fi
fi
-
if [[ "$CUDA" == "true" ]]; then
-
if [[ "$CUDA" == "true" ]]; then
wget "http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1
2
04/x86_64/cuda-repo-ubuntu1
2
04_${CUDA_VERSION}_amd64.deb";
wget "http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1
4
04/x86_64/cuda-repo-ubuntu1
4
04_${CUDA_VERSION}_amd64.deb";
sudo dpkg -i cuda-repo-ubuntu1204_${CUDA_VERSION}_amd64.deb;
sudo dpkg -i cuda-repo-ubuntu1204_${CUDA_VERSION}_amd64.deb;
sudo apt-get update -qq;
sudo apt-get update -qq;
export CUDA_APT=${CUDA_VERSION%-*};
export CUDA_APT=${CUDA_VERSION%-*};
...
...
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