Skip to content
Snippets Groups Projects
Commit 832f9323 authored by Mark Olesen's avatar Mark Olesen Committed by Adam J. Stewart
Browse files

CONFIG: add older bison version 2.7 (#3645)

- for programs that don't yet work with bison 3.x
parent d59ceba9
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ class Bison(AutotoolsPackage): ...@@ -34,6 +34,7 @@ class Bison(AutotoolsPackage):
url = "http://ftp.gnu.org/gnu/bison/bison-3.0.tar.gz" url = "http://ftp.gnu.org/gnu/bison/bison-3.0.tar.gz"
version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8') version('3.0.4', 'a586e11cd4aff49c3ff6d3b6a4c9ccf8')
version('2.7', 'ded660799e76fb1667d594de1f7a0da9')
depends_on('m4', type=('build', 'run')) depends_on('m4', type=('build', 'run'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment