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

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
29 lines
664 B
Plaintext
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'
|