mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: a/Automake/Automake-1.16.3-GCCcore-10.3.0-test.eb new file: c/CMake/CMake-3.20.1-GCCcore-10.3.0-test.eb modified: c/COMSOL/COMSOL-5.2.0-EDU.eb new file: c/cURL/cURL-7.76.0-GCCcore-10.3.0-test.eb new file: d/DB/DB-18.1.40-GCCcore-10.3.0-test.eb new file: g/git/git-2.32.0-GCCcore-10.3.0-nodocs-test.eb new file: i/intltool/intltool-0.51.0-GCCcore-10.3.0-test.eb new file: l/libarchive/libarchive-3.5.1-GCCcore-10.3.0-test.eb new file: l/libevent/libevent-2.1.12-GCCcore-10.3.0-test.eb new file: n/netCDF/netCDF-4.8.0-gompi-2021a-test.eb new file: n/netCDF/test new file: o/OpenFOAM/OpenFOAM-9-foss-2021a-test.eb new file: p/Perl/Perl-5.32.1-GCCcore-10.3.0-test.eb new file: p/Python/Python-3.9.5-GCCcore-10.3.0-test.eb new file: r/Rust/Rust-1.52.1-GCCcore-10.3.0-test.eb
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
# #
|
|
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
|
|
# #
|
|
name = 'DB'
|
|
version = '18.1.40'
|
|
versionsuffix = '-test'
|
|
|
|
homepage = 'https://www.oracle.com/technetwork/products/berkeleydb'
|
|
description = """Berkeley DB enables the development of custom data management
|
|
solutions, without the overhead traditionally associated with such custom
|
|
projects."""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '10.3.0'}
|
|
|
|
# use http to allow auto-downloading...
|
|
source_urls = ['http://download.oracle.com/berkeley-db/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
patches = ['%(name)s-%(version)s_fix_doc_install.patch']
|
|
checksums = [
|
|
'0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8', # db-%(version)s.tar.gz
|
|
'441f48568156f72f02a8662998d293cc7edad687604b4f8af722f21c6db2a52d', # DB-%(version_major_minor)s.40_fix_doc_install.patch
|
|
]
|
|
|
|
builddependencies = [
|
|
('binutils', '2.36.1'),
|
|
]
|
|
dependencies = [
|
|
('OpenSSL', '1.1.1k'),
|
|
]
|
|
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/db_archive', 'bin/db_checkpoint', 'bin/db_convert', 'bin/db_deadlock', 'bin/db_dump', 'bin/db_hotbackup', 'bin/db_load', 'bin/db_log_verify', 'bin/db_printlog', 'bin/db_recover', 'bin/db_replicate', 'bin/db_stat', 'bin/db_tuner', 'bin/db_upgrade', 'bin/db_verify', 'include/db.h', 'lib/libdb.a', 'lib/libdb.so'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'tools'
|