Skip to content

Commit

Permalink
Mark compiler/version conflict for bison
Browse files Browse the repository at this point in the history
```
In file included from /tmp/s3j/spack-stage/spack-stage-bison-3.4.2-
uzjszv4owvqsymjpxtxvvegfavc6k5my/spack-src/lib/quotearg.c(33):
/tmp/s3j/spack-stage/spack-stage-bison-3.4.2-uzjszv4owvqsymjpxtxvvegfavc6k5my/spack-src/lib/
xalloc.h(51): warning spack#303: explicit type is missing ("int" assumed)
  extern _Noreturn void xalloc_die (void);
```
  • Loading branch information
sethrj committed Nov 14, 2019
1 parent b41fbad commit 5d87a2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions var/spack/repos/builtin/packages/bison/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class Bison(AutotoolsPackage):

patch('pgi.patch', when='@3.0.4')

# Intel 14 has immature C11 support
conflicts('%intel@:15', when='@3.4.2:')

if sys.platform == 'darwin' and macos_version() >= Version('10.13'):
patch('secure_snprintf.patch', level=0, when='@3.0.4')

Expand Down

0 comments on commit 5d87a2e

Please sign in to comment.