Skip to content
Snippets Groups Projects
Commit 2d4c71a2 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

gcc11ize

parent 53df7eb1
Branches
Tags
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.2.0'}
toolchainopts = {'unroll': True, 'pic': True}
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'
...@@ -52,7 +52,7 @@ releases = { ...@@ -52,7 +52,7 @@ releases = {
'HarfBuzz': ['2.6.7', '2.8.2'], 'HarfBuzz': ['2.6.7', '2.8.2'],
'HTSLib': ['1.1.4', '1.1.4'], 'HTSLib': ['1.1.4', '1.1.4'],
'ICU': ['67.1', '70.1'], 'ICU': ['67.1', '70.1'],
'ImageMagick': ['7.0.10-25' '7.1.0.13'], 'ImageMagick': ['7.0.10-25', '7.1.0.13'],
'imkl': ['2021.2.0', '2021.4.0'], 'imkl': ['2021.2.0', '2021.4.0'],
'intltool': ['0.51.0', '0.51.0'], 'intltool': ['0.51.0', '0.51.0'],
'ispc': ['1.12.0', '1.16.1'], 'ispc': ['1.12.0', '1.16.1'],
...@@ -64,7 +64,6 @@ releases = { ...@@ -64,7 +64,6 @@ releases = {
'libffi': ['3.3', '3.4.2'], 'libffi': ['3.3', '3.4.2'],
'libgd': ['2.3.0', '2.3.1'], 'libgd': ['2.3.0', '2.3.1'],
'libjpeg-turbo': ['2.0.5', '2.1.1'], 'libjpeg-turbo': ['2.0.5', '2.1.1'],
'libjpeg-turbo': ['2.0.6', '2.1.1'],
'libreadline': ['8.0', '8.1'], 'libreadline': ['8.0', '8.1'],
'librsvg': ['2.48.8', '2.51.2'], 'librsvg': ['2.48.8', '2.51.2'],
'LibTIFF': ['4.1.0', '4.3.0'], 'LibTIFF': ['4.1.0', '4.3.0'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment