mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: g/GROMACS/GROMACS-2018.1-intel-2017c-double-PLUMED.eb new file: g/GSL/GSL-2.5-intel-2017c.eb new file: h/HyperQueue/HyperQueue-0.14.0.eb new file: i/intel/intel-2017c.eb new file: n/NECI/NECI-20220711-foss-2022a.eb modified: o/OpenMPI/OpenMPI-4.1.1-GCC-10.2.0.eb new file: p/PLUMED/PLUMED-2.4.2-intel-2017c.eb new file: q/QMCPACK/QMCPACK-3.16.0-foss-2022a-Python-3.10.4.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a-forQMCPACK.eb
27 lines
631 B
Plaintext
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'
|