Skip to content

Commit

Permalink
Merge pull request #18502 from branfosj/20230808155101_new_pr_GSL27
Browse files Browse the repository at this point in the history
use GCC/12.3.0 rather than GCCcore/12.3.0 for GSL v2.7
  • Loading branch information
boegel committed Aug 16, 2023
2 parents 8c52ead + 85160b7 commit 3857fd4
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,13 @@ description = """The GNU Scientific Library (GSL) is a numerical library for C a
The library provides a wide range of mathematical routines such as random number generators, special functions
and least-squares fitting."""

toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
toolchain = {'name': 'GCC', 'version': '12.3.0'}
toolchainopts = {'unroll': True, 'pic': True}

source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['efbbf3785da0e53038be7907500628b466152dbc3c173a87de1b5eba2e23602b']

builddependencies = [
('binutils', '2.40'),
]

sanity_check_paths = {
'files': ['bin/%s' % x for x in ['gsl-config', 'gsl-histogram', 'gsl-randist']] +
['include/gsl/gsl_types.h'] +
Expand Down

0 comments on commit 3857fd4

Please sign in to comment.