mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
34 lines
692 B
Plaintext
34 lines
692 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'APR-util'
|
|
version = '1.5.4'
|
|
|
|
homepage = 'http://apr.apache.org/'
|
|
description = "Apache Portable Runtime (APR) util libraries."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://archive.apache.org/dist/apr/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('APR', '1.5.2'),
|
|
('SQLite', '3.17.0'),
|
|
('expat', '2.2.0'),
|
|
]
|
|
|
|
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'
|