summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/libgcrypt/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libgcrypt/package.py b/var/spack/repos/builtin/packages/libgcrypt/package.py
index 1f2ad2f7c7..5578d4f14c 100644
--- a/var/spack/repos/builtin/packages/libgcrypt/package.py
+++ b/var/spack/repos/builtin/packages/libgcrypt/package.py
@@ -41,6 +41,9 @@ class Libgcrypt(AutotoolsPackage):
depends_on("libgpg-error@1.27:", when="@1.9:")
depends_on("libgpg-error@1.49:", when="@1.11:")
+ # See https://dev.gnupg.org/T7170
+ conflicts("platform=darwin", when="@1.11.0")
+
def flag_handler(self, name, flags):
# We should not inject optimization flags through the wrapper, because
# the jitter entropy code should never be compiled with optimization