mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
20 lines
555 B
Plaintext
20 lines
555 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GSL'
|
|
version = '2.3'
|
|
|
|
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': '2017a'}
|
|
toolchainopts = {'unroll': True, 'pic': True}
|
|
|
|
source_urls = [GNU_SOURCE]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
configopts = "--with-pic"
|
|
|
|
moduleclass = 'numlib'
|