easyconfigs-it4i/g/GMP/GMP-6.0.0a.eb
2019-11-06 13:27:39 +01:00

30 lines
598 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 = SYSTEM
sources = ["%(namelower)s-%(version)s.tar.bz2"]
source_urls = [GNU_SOURCE]
builddependencies = [
('Autotools', '20150215'),
]
# enable C++ interface
configopts = '--enable-cxx'
runtest = 'check'
sanity_check_paths = {
'files': ['lib/libgmp.%s' % SHLIB_EXT, 'include/gmp.h'],
'dirs': [],
}
moduleclass = 'math'