summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2021-03-05 01:11:16 -0800
committerGitHub <noreply@github.com>2021-03-05 10:11:16 +0100
commitc2925a1704f111c32a3fdcc22a4e5cf26ffde987 (patch)
treeec1247ca3c46ed943c3377cc44e0f5046fff004d /var
parent03756583c36d0fd49d0fa753e955098019ae5942 (diff)
downloadspack-c2925a1704f111c32a3fdcc22a4e5cf26ffde987.tar.gz
spack-c2925a1704f111c32a3fdcc22a4e5cf26ffde987.tar.bz2
spack-c2925a1704f111c32a3fdcc22a4e5cf26ffde987.tar.xz
spack-c2925a1704f111c32a3fdcc22a4e5cf26ffde987.zip
SLATE: Default ~cuda (#22110)
Same as BLAS++ since more GPU backends are coming and cuda is usually off as a variant default in Spack, unless requested.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/slate/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/slate/package.py b/var/spack/repos/builtin/packages/slate/package.py
index ec522e0e55..9e7b5b3c7e 100644
--- a/var/spack/repos/builtin/packages/slate/package.py
+++ b/var/spack/repos/builtin/packages/slate/package.py
@@ -23,7 +23,7 @@ class Slate(CMakePackage):
version('master', branch='master')
version('2020.10.00', sha256='ff58840cdbae2991d100dfbaf3ef2f133fc2f43fc05f207dc5e38a41137882ab')
- variant('cuda', default=True, description='Build with CUDA support.')
+ variant('cuda', default=False, description='Build with CUDA support.')
variant('mpi', default=True, description='Build with MPI support.')
variant('openmp', default=True, description='Build with OpenMP support.')
variant('shared', default=True, description='Build shared library')