summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/amrex/package.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/amrex/package.py b/var/spack/repos/builtin/packages/amrex/package.py
index 33cdb945cf..cdb1925218 100644
--- a/var/spack/repos/builtin/packages/amrex/package.py
+++ b/var/spack/repos/builtin/packages/amrex/package.py
@@ -89,8 +89,6 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
depends_on('hypre@2.19.0:', type='link', when='@21.03: ~cuda +hypre')
depends_on('hypre@2.20.0:', type='link', when='@21.03: +cuda +hypre')
depends_on('petsc', type='link', when='+petsc')
- conflicts('%apple-clang')
- conflicts('%clang')
# these versions of gcc have lambda function issues
# see https://github.com/spack/spack/issues/22310