easyconfigs-it4i/b/Bison/Bison-2.7.eb
2019-11-06 13:27:39 +01:00

25 lines
587 B
Plaintext

# IT4Innovations 2018
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 = SYSTEM
sources = [SOURCELOWER_TAR_GZ]
source_urls = [GNU_SOURCE]
builddependencies = [('M4', '1.4.18')]
sanity_check_paths = {
'files': ["bin/%s" % x for x in ["bison", "yacc"]] + ["lib/liby.a"],
'dirs': [],
}
moduleclass = 'lang'