mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +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
28 lines
565 B
Plaintext
28 lines
565 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxslt'
|
|
version = '1.1.33'
|
|
|
|
homepage = 'http://xmlsoft.org/'
|
|
description = """Libxslt is the XSLT C library 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/'
|
|
]
|
|
checksums = ['8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8']
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
('libxml2', '2.9.9'),
|
|
]
|
|
|
|
moduleclass = 'lib'
|