Skip to content

Commit

Permalink
Mark compiler/version conflict in 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 9c00a23 commit 80cac72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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,8 @@ class Bison(AutotoolsPackage):

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

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 80cac72

Please sign in to comment.