easyconfigs-it4i/g/GSL/GSL-2.5-intel-2017a.eb
2019-11-06 13:27:39 +01:00

27 lines
637 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'GSL'
version = '2.5'
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.
"""
toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'unroll': True, 'pic': True}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [
('local_binutils', '2.27', '-GCCcore-6.3.0', True),
]
moduleclass = 'numlib'