mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/CP2K/CP2K-2024.1-foss-2022a.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2022.07.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.03.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.05.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.11.eb new file: n/NCCL/NCCL-2.19.4-GCCcore-13.2.0-CUDA-12.2.0.eb new file: n/NVHPC/NVHPC-23.11.eb modified: n/NVHPC/NVHPC-23.7.eb new file: n/nvompi/nvompi-2023.03.eb new file: n/nvompi/nvompi-2023.05.eb new file: n/nvompi/nvompi-2023.11.eb modified: o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.7-CUDA-11.7.0.eb new file: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.11-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.11-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.3-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.5-CUDA-12.2.0.eb new file: p/pkgconf/pkgconf-2.0.3-NVHPC-23.11.eb new file: u/UCC-CUDA/UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.2.0.eb deleted: h/HDF5/HDF5-1.14.0-NVHPC-23.5.eb
33 lines
797 B
Plaintext
33 lines
797 B
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'pkgconf'
|
|
version = '2.0.3'
|
|
|
|
homepage = 'https://github.com/pkgconf/pkgconf'
|
|
|
|
description = """pkgconf is a program which helps to configure compiler and linker flags for development libraries.
|
|
It is similar to pkg-config from freedesktop.org."""
|
|
|
|
toolchain = {'name': 'NVHPC', 'version': '23.11'}
|
|
|
|
source_urls = ['https://distfiles.ariadne.space/pkgconf/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['a8f25f4b0c1ad48edc9b07ed46101aab4bcb305ba6ae811be49b7499b00eed49']
|
|
|
|
postinstallcmds = ["cd %(installdir)s/bin && ln -s pkgconf pkg-config"]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/pkg-config', 'bin/pkgconf'],
|
|
'dirs': [],
|
|
}
|
|
|
|
sanity_check_commands = [
|
|
"pkg-config --help",
|
|
"pkgconf --help",
|
|
]
|
|
|
|
moduleclass = 'devel'
|