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

new file: f/FFTW/FFTW-3.3.10-NVHPC-23.5-CUDA-12.2.0.eb new file: n/NCCL/NCCL-2.16.2-GCCcore-12.2.0-CUDA-12.2.0.eb modified: n/NVHPC/NVHPC-22.2.eb new file: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb new file: p/Perl/Perl-5.34.1-GCCcore-11.3.0.eb modified: p/pkg-config/pkg-config-0.29.2.eb new file: p/pkgconf/pkgconf-1.8.0-GCCcore-12.2.0.eb new file: u/UCC-CUDA/UCC-CUDA-1.1.0-GCCcore-12.2.0-CUDA-12.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.14.0-GCCcore-12.2.0-CUDA-12.2.0.eb
35 lines
844 B
Plaintext
35 lines
844 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'pkgconf'
|
|
version = '1.8.0'
|
|
|
|
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': 'GCCcore', 'version': '12.2.0'}
|
|
|
|
source_urls = ['https://distfiles.ariadne.space/pkgconf/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['d7b6fdb522d81c11f5a0e0a0629a9f5480809ec90e595058674c1517822dfb8c']
|
|
|
|
builddependencies = [('binutils', '2.39')]
|
|
|
|
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'
|