mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 12:40:58 +01:00
24 lines
712 B
Plaintext
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': '2015g'}
|
|
|
|
sources = [SOURCELOWER_TGZ]
|
|
source_urls = ['ftp://invisible-island.net/byacc']
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/yacc"],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'lang'
|