mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

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
25 lines
608 B
Plaintext
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'
|