easyconfigs-it4i/b/Bison/Bison-2.7-GNU-5.1.0-2.25.eb
2017-03-09 11:57:40 +01:00

24 lines
659 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-07-07_14-44-07
easyblock = 'ConfigureMake'
name = 'Bison'
version = '2.7'
homepage = 'http://www.gnu.org/software/bison'
description = """Bison is a general-purpose parser generator that converts an annotated context-free grammar
into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables."""
toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'}
sources = [SOURCELOWER_TAR_GZ]
source_urls = [GNU_SOURCE]
builddependencies = [('M4', '1.4.17')]
sanity_check_paths = {
'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"],
'dirs': [],
}
moduleclass = 'lang'