mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
23 lines
596 B
Plaintext
23 lines
596 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Bison'
|
|
version = '3.0.2'
|
|
|
|
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': 'GCC', 'version': '4.8.3'}
|
|
|
|
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'
|