diff options
author | finkandreas <finkandreas@web.de> | 2023-04-15 14:18:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-15 14:18:45 +0200 |
commit | e7238a0f2655cd1ffa19fe5ad21baf0acfb0a829 (patch) | |
tree | 574adb7a1ac7255d09f890c1ca5068bd7532616a | |
parent | 161485a774d5c0c1804617dc53ed9543e8a97b1b (diff) | |
download | spack-e7238a0f2655cd1ffa19fe5ad21baf0acfb0a829.tar.gz spack-e7238a0f2655cd1ffa19fe5ad21baf0acfb0a829.tar.bz2 spack-e7238a0f2655cd1ffa19fe5ad21baf0acfb0a829.tar.xz spack-e7238a0f2655cd1ffa19fe5ad21baf0acfb0a829.zip |
suite-sparse: fix build with GPU targets
-rw-r--r-- | var/spack/repos/builtin/packages/suite-sparse/package.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/suite-sparse/package.py b/var/spack/repos/builtin/packages/suite-sparse/package.py index 7352eb2b30..a442374d9a 100644 --- a/var/spack/repos/builtin/packages/suite-sparse/package.py +++ b/var/spack/repos/builtin/packages/suite-sparse/package.py @@ -244,7 +244,6 @@ class SuiteSparse(Package): "KLU", "UMFPACK", "RBio", - "SPQR", ] if spec.satisfies("+cuda"): targets.extend(["SuiteSparse_GPURuntime", "GPUQREngine"]) |