easyconfigs-it4i/g/GMP/GMP-6.0.0a-GNU-5.1.0-2.25.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

26 lines
577 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': 'GNU', 'version': '5.1.0-2.25'}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = ['http://ftp.gnu.org/gnu/gmp']
# enable C++ interface
configopts = '--enable-cxx'
runtest = 'check'
sanity_check_paths = {
'files': ['lib/libgmp.%s' % SHLIB_EXT, 'include/gmp.h'],
'dirs': [],
}
moduleclass = 'math'