summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/bison/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/bison/package.py')
-rw-r--r--var/spack/repos/builtin/packages/bison/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/bison/package.py b/var/spack/repos/builtin/packages/bison/package.py
index a10cea2cf4..09db5feed9 100644
--- a/var/spack/repos/builtin/packages/bison/package.py
+++ b/var/spack/repos/builtin/packages/bison/package.py
@@ -58,8 +58,8 @@ class Bison(AutotoolsPackage, GNUMirrorPackage):
patch('pgi.patch', when='@3.0.4')
# The NVIDIA compilers do not currently support some GNU builtins.
# Detect this case and use the fallback path.
- patch('nvhpc-3.6.patch', when='@3.6.0:3.6.99 %nvhpc')
- patch('nvhpc-3.7.patch', when='@3.7.0:3.7.99 %nvhpc')
+ patch('nvhpc-3.6.patch', when='@3.6.0:3.6 %nvhpc')
+ patch('nvhpc-3.7.patch', when='@3.7.0:3.7 %nvhpc')
conflicts('%intel@:14', when='@3.4.2:',
msg="Intel 14 has immature C11 support")