Skip to content
Snippets Groups Projects
Commit 32cf38b7 authored by Abhiraj Bishnoi's avatar Abhiraj Bishnoi
Browse files

byacc, lidbdap

parent bffb6182
Branches
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'byacc'
version = '20210808'
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': 'GCCcore', 'version': '11.2.0'}
source_urls = ['ftp://ftp.invisible-island.net/byacc']
sources = [SOURCELOWER_TGZ]
checksums = ['f158529be9d0594263c7f11a87616a49ea23e55ac63691252a2304fbbc7d3a83']
builddependencies = [('binutils', '2.37')]
sanity_check_paths = {
'files': ["bin/yacc"],
'dirs': []
}
easyblock = 'ConfigureMake'
name = 'libdap'
version = '3.20.8'
homepage = 'http://opendap.org/download/libdap'
description = """A C++ SDK which contains an implementation of DAP 2.0
and DAP 4.0. This includes both Client- and Server-side support classes.
"""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
source_urls = ['http://www.opendap.org/pub/source/']
sources = [SOURCE_TAR_GZ]
checksums = ['65eb5c8f693cf74d58eece5eaa2e7c3c65f368926b1bffab0cf5b207757b94eb']
builddependencies = [
('Bison', '3.7.6'),
('flex', '2.6.4'),
('util-linux', '2.37'),
('binutils', '2.37'),
]
dependencies = [
('cURL', '7.78.0'),
('Python', '3.9.6')
]
sanity_check_paths = {
'files': ['bin/getdap', 'bin/getdap4', 'bin/dap-config', 'lib/libdap.a', 'lib/libdap.%s' % SHLIB_EXT],
'dirs': ['include'],
}
moduleclass = 'lib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment