easyconfigs-it4i/g/GSL/GSL-2.1-CrayGNU-2015.11.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

25 lines
688 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GSL'
version = '2.1'
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': 'CrayGNU', 'version': '2015.11'}
toolchainopts = {'opt': True, 'optarch': True, 'unroll': True, 'pic': True}
source_urls = [GNU_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
configopts = "--with-pic"
sanity_check_paths = {
'files': ['lib/libgsl.so', 'lib/libgsl.a'],
'dirs': ['include'],
}
moduleclass = 'numlib'