easyconfigs-it4i/g/GSL/GSL-2.4-intel-2017c.eb
Lukáš Krupčík acabac5470 new file: b/Boost/Boost-1.67.0-intel-2017c-serial.eb
new file:   g/GROMACS/GROMACS-2016.4-intel-2017c-hybrid-single-PLUMED.eb
	new file:   g/GROMACS/GROMACS-2016.5-intel-2017c-hybrid-single-PLUMED.eb
	new file:   g/GSL/GSL-2.4-intel-2017c.eb
	new file:   g/glibc/glibc-2.19-x32.eb
	new file:   p/PLUMED/PLUMED-2.3.5-intel-2017c.eb


Former-commit-id: e06e0a7b0b8947f76c6aa50816030ef6d2fc746f
2018-05-21 13:09:20 +02:00

25 lines
608 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GSL'
version = '2.4'
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'