Skip to content
Snippets Groups Projects
Commit ddd53b72 authored by Anke Kreuzer's avatar Anke Kreuzer
Browse files

Added APR-util in 2023

parent c2fec8f3
No related branches found
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'APR-util'
version = '1.6.1'
homepage = 'https://apr.apache.org/'
description = "Apache Portable Runtime (APR) util libraries."
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://archive.apache.org/dist/apr/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['b65e40713da57d004123b6319828be7f1273fbc6490e145874ee1177e112c459']
builddependencies = [('binutils', '2.38')]
dependencies = [
('APR', '1.7.0'),
('SQLite', '3.38.3'),
('expat', '2.4.8'),
]
configopts = "--with-apr=$EBROOTAPR/bin/apr-1-config --with-sqlite3=$EBROOTSQLITE --with-expat=$EBROOTEXPAT "
sanity_check_paths = {
'files': ["bin/apu-1-config", "lib/libaprutil-1.%s" % SHLIB_EXT, "lib/libaprutil-1.a"],
'dirs': ["include/apr-1"],
}
parallel = 1
moduleclass = 'tools'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment