easyconfigs-it4i/g/GSL/GSL-2.7-intel-compilers-2023.2.1.eb
Lukas Krupcik ba185e3268 modified: a/Autoconf/Autoconf-2.69.eb
new file:   a/apptainer/apptainer-1.2.5.eb
	new file:   a/apptainer/apptainer-1.3.0.eb
	modified:   a/apptainer/apptainer-1.3.1.eb
	modified:   d/Dakota/Dakota-6.15.0-foss-2021b.eb
	modified:   d/Dakota/Dakota-6.15.0-intel-2021b.eb
	new file:   g/GSL/GSL-2.7-intel-compilers-2023.2.1.eb
	modified:   h/HDF5/HDF5-1.12.1-foss-2021b-parallel.eb
	new file:   h/htop/htop-3.3.0.eb
	new file:   l/libxc/libxc-6.2.2-intel-compilers-2023.2.1.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.6.1-iimpi-2023b.eb
	new file:   n/netCDF/netCDF-4.9.2-iimpi-2023b.eb
	new file:   o/Octopus/Octopus-14.1-intel-2023b-mpi.eb
	new file:   s/squashfs-tools/squashfs-tools-4.6.1.eb
	new file:   u/uncertainties/uncertainties-3.1.7-foss-2023b.eb
2024-05-14 13:18:54 +02:00

29 lines
929 B
Plaintext

# IT4Innovations
# LK 2024
easyblock = 'ConfigureMake'
name = 'GSL'
version = '2.7'
homepage = 'https://www.gnu.org/software/gsl/'
description = """The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
The library provides a wide range of mathematical routines such as random number generators, special functions
and least-squares fitting."""
toolchain = {'name': 'intel-compilers', 'version': '2023.2.1'}
toolchainopts = {'unroll': True, 'pic': True, 'optarch': 'march=core-avx2'}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b']
sanity_check_paths = {
'files': ['bin/%s' % x for x in ['gsl-config', 'gsl-histogram', 'gsl-randist']] +
['include/gsl/gsl_types.h'] +
['lib/lib%s.%s' % (x, SHLIB_EXT) for x in ['gsl', 'gslcblas']],
'dirs': [],
}
moduleclass = 'numlib'