mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: b/byacc/byacc-20170509.eb new file: c/CP2K/CP2K-5.1-intel-2017a.eb new file: g/GMP/GMP-5.0.5.eb new file: g/guile/guile-1.8.8.eb new file: l/Libint/Libint-1.1.6-intel-2017a.eb new file: l/libmatheval/libmatheval-1.1.11.eb new file: l/libtool/libtool-2.4.2.eb new file: l/libxc/libxc-2.2.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4-intel-2017a.eb new file: l/libxsmm/libxsmm-1.6.4.eb new file: p/PLUMED/PLUMED-2.3.0-intel-2017a.eb deleted: b/byacc/byacc-20160606.eb
23 lines
500 B
Plaintext
23 lines
500 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GMP'
|
|
version = '5.0.5'
|
|
|
|
homepage = 'http://gmplib.org/'
|
|
description = """GMP is a free library for arbitrary precision arithmetic,
|
|
operating on signed integers, rational numbers, and floating point numbers. """
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
source_urls = [GNU_SOURCE]
|
|
|
|
runtest = 'check'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libgmp.%s' % SHLIB_EXT, 'include/gmp.h'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'math'
|