easyconfigs-it4i/g/GMP/GMP-6.0.0a-foss-2015b.eb
2017-03-09 11:57:40 +01:00

28 lines
604 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GMP'
version = '6.0.0a'
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': 'foss', 'version': '2015b'}
toolchainopts = {'pic': True, 'precise': True}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = [GNU_SOURCE]
# enable C++ interface
configopts = '--enable-cxx'
runtest = 'check'
sanity_check_paths = {
'files': ['lib/libgmp.%s' % SHLIB_EXT, 'include/gmp.h'],
'dirs': [],
}
moduleclass = 'math'