easyconfigs-it4i/b/byacc/byacc-20120526-foss-2016a.eb
2017-03-09 11:57:40 +01:00

24 lines
712 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-09-08_14-17-26
# Built with EasyBuild version 2.1.1 on 2015-08-17_09-16-43
easyblock = 'ConfigureMake'
name = 'byacc'
version = '20120526'
homepage = 'http://invisible-island.net/byacc/byacc.html'
description = """Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available.
In contrast to bison, it is written to avoid dependencies upon a particular compiler."""
toolchain = {'name': 'foss', 'version': '2016a'}
sources = [SOURCELOWER_TGZ]
source_urls = ['ftp://invisible-island.net/byacc']
sanity_check_paths = {
'files': ["bin/yacc"],
'dirs': []
}
moduleclass = 'lang'