easyconfigs-it4i/l/libxml2/libxml2-2.9.9.eb
Lukas Krupcik a48ddb6240 new file: l/LAre3d/LAre3d-20230726-intel-2022b.eb
modified:   l/libxml2/libxml2-2.9.9.eb
	modified:   l/libxslt/libxslt-1.1.33.eb
	new file:   n/NVSHMEM/NVSHMEM-2.5.0-gompi-2022a-CUDA-11.7.0.eb
	new file:   n/NVSHMEM/NVSHMEM-2.7.0-gompi-2022a-CUDA-11.7.0.eb
	new file:   v/VisIt/VisIt-3.3.3.eb
2023-08-08 09:24:37 +02:00

29 lines
664 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'libxml2'
version = '2.9.9'
homepage = 'http://xmlsoft.org/'
description = """Libxml2 is the XML C parser and
toolchain developed for the Gnome project
(but usable outside of the Gnome platform)."""
toolchain = SYSTEM
source_urls = [
'http://xmlsoft.org/sources/',
'http://xmlsoft.org/sources/old/'
]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['94fb70890143e3c6549f265cee93ec064c80a84c42ad0f23e85ee1fd6540a871']
preconfigopts = 'export LDFLAGS="-L$EBROOTZLIB/lib" && '
configopts = 'CC="$CC" CXX="$CXX" --with-pic --without-python'
dependencies = [('zlib', '1.2.11')]
moduleclass = 'lib'