Skip to content
Snippets Groups Projects
Commit fc0e5df7 authored by Anke Kreuzer's avatar Anke Kreuzer
Browse files

GSL 2.6

parent 1316dbca
Branches
No related tags found
No related merge requests found
easyblock = 'ConfigureMake'
name = 'GSL'
version = '2.6'
homepage = 'http://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.
"""
site_contacts = 'a.kreuzer@fz-juelich.de'
toolchain = {'name': 'GCC', 'version': '9.3.0'}
toolchainopts = {'opt': True, 'optarch': True, 'unroll': True, 'pic': True}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
configopts = "--with-pic"
moduleclass = 'numlib'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment