summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ffte/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/ffte/package.py')
-rw-r--r--var/spack/repos/builtin/packages/ffte/package.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/ffte/package.py b/var/spack/repos/builtin/packages/ffte/package.py
index 8b5b36c788..ed6de99aa4 100644
--- a/var/spack/repos/builtin/packages/ffte/package.py
+++ b/var/spack/repos/builtin/packages/ffte/package.py
@@ -32,12 +32,7 @@ class Ffte(Package):
depends_on("mpi", when="+mpi")
- conflicts("%cce", when="+cuda", msg="Must use NVHPC compiler")
- conflicts("%clang", when="+cuda", msg="Must use NVHPC compiler")
- conflicts("%gcc", when="+cuda", msg="Must use NVHPC compiler")
- conflicts("%llvm", when="+cuda", msg="Must use NVHPC compiler")
- conflicts("%nag", when="+cuda", msg="Must use NVHPC compiler")
- conflicts("%intel", when="+cuda", msg="Must use NVHPC compiler")
+ requires("%nvhpc", when="+cuda", msg="ffte+cuda must use NVHPC compiler")
def edit(self, spec, prefix):
"No make-file, must create one from scratch."