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

new file: f/FFTW/FFTW-3.3.8-iccifort-2020.4.304.eb new file: g/GSL/GSL-2.6-iccifort-2020.4.304.eb new file: g/GlobalArrays/GlobalArrays-5.8-intel-2020b.eb new file: h/hipify-clang/hipify-clang-4.2.0-gcccuda-2020b.eb new file: n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2-karolina.eb modified: n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2.eb new file: o/OpenMolcas/OpenMolcas-21.06-intel-2020b-Python-3.8.6.eb new file: p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb new file: q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2.eb new file: v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential-VASPsol-karolina.eb
28 lines
941 B
Plaintext
28 lines
941 B
Plaintext
# build for Octopus
|
|
# https://support.it4i.cz/Ticket/Display.html?id=31347
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GSL'
|
|
version = '2.6'
|
|
|
|
homepage = 'https://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': 'iccifort', 'version': '2020.4.304'}
|
|
toolchainopts = {'unroll': True, 'pic': True}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/%s' % x for x in ['gsl-config', 'gsl-histogram', 'gsl-randist']] +
|
|
['include/gsl/gsl_types.h'] +
|
|
['lib/lib%s.%s' % (x, SHLIB_EXT) for x in ['gsl', 'gslcblas']],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'numlib'
|