Skip to content
Snippets Groups Projects
Commit ed110b14 authored by Michael Knobloch's avatar Michael Knobloch
Browse files

Merge branch 'sa-GSL' into '2023'

{numlib}[GCCcore/11.3.0] GSL v2.7

See merge request software-team/easybuild!1456
parents 0ed9e95b 4a7c21d0
Branches main
No related tags found
No related merge requests found
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': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'unroll': True, 'pic': True}
builddependencies = [('binutils', '2.38')]
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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment