Skip to content

Commit

Permalink
Merge pull request #7595 from pshipton/pcuda
Browse files Browse the repository at this point in the history
Enable CUDA in pLinux builds
  • Loading branch information
keithc-ca committed Oct 28, 2019
2 parents 194c1d8 + 59d2acf commit 4c623ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildenv/jenkins/variables/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ ppc64le_linux:
13: '--openssl-version=1.1.1a'
next: '--openssl-version=1.1.1a'
extra_configure_options:
8: '--with-openssl=fetched'
11: '--with-openssl=fetched'
12: '--with-openssl=fetched'
13: '--with-openssl=fetched'
next: '--with-openssl=fetched'
8: '--enable-cuda --with-cuda=/usr/local/cuda-9.0 --with-openssl=fetched'
11: '--enable-cuda --with-cuda=/usr/local/cuda-9.0 --with-openssl=fetched'
12: '--enable-cuda --with-cuda=/usr/local/cuda-9.0 --with-openssl=fetched'
13: '--enable-cuda --with-cuda=/usr/local/cuda-9.0 --with-openssl=fetched'
next: '--enable-cuda --with-cuda=/usr/local/cuda-9.0 --with-openssl=fetched'
build_env:
vars:
8: 'CC=gcc-7 CXX=g++-7'
Expand Down

0 comments on commit 4c623ae

Please sign in to comment.