easyconfigs-it4i/g/GSL/GSL-2.5-intel-2017c.eb
Lukáš Krupčík b9324ebf78 new file: b/Boost/Boost-1.68.0-intel-2018a-serial.eb
modified:   g/GROMACS/GROMACS-2018.1-intel-2017c-hybrid-single-PLUMED.eb
	modified:   g/GSL/GSL-2.5-intel-2017c.eb
	new file:   h/HDF5/HDF5-1.10.4-intel-2018a-serial.eb
	new file:   q/QMCPACK/QMCPACK-3.6.0-intel-2018a.eb
	modified:   v/VTune/VTune-2017_update5.eb
	modified:   v/VTune/VTune-2018_update3.eb
	new file:   v/VTune/VTune-2019_update2.eb
2019-01-15 06:59:56 +01:00

27 lines
631 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': '2017c'}
toolchainopts = {'unroll': True, 'pic': True}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
builddependencies = [
('binutils', '2.27', '-GCCcore-6.3.0', True),
]
moduleclass = 'numlib'