easyconfigs-it4i/p/pkg-config/pkg-config-0.29.2.eb
Lukas Krupcik b88bcade3e modified: c/CUDAcore/CUDAcore-11.6.0.eb
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
2023-08-08 09:24:57 +02:00

29 lines
875 B
Plaintext

easyblock = 'ConfigureMake'
name = 'pkg-config'
version = '0.29.2'
homepage = 'http://www.freedesktop.org/wiki/Software/pkg-config/'
description = """pkg-config is a helper tool used when local_compiling applications and libraries. It helps you insert the
correct local_compiler options on the command line so an application can use
gcc -o test test.c `pkg-config --libs --cflags glib-2.0`
for instance, rather than hard-coding values on where to find glib (or other libraries)."""
# don't use PAX, it might break.
tar_config_opts = True
toolchain = SYSTEM
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://pkgconfig.freedesktop.org/releases/']
checksums = ['6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591']
configopts = " --with-internal-glib"
sanity_check_paths = {
'files': ['bin/pkg-config'],
'dirs': [],
}
moduleclass = 'devel'