easyconfigs-it4i/g/GMP/GMP-6.0.0a.eb
Lukáš Krupčík 49a3c38b20 new file: b/binutils/binutils-2.30-GCCcore-7.3.0.eb
new file:   b/binutils/binutils-2.31.1-GCCcore-8.2.0.eb
	new file:   c/CMake/CMake-3.13.1.eb
	new file:   e/ed/ed-1.9.eb
	modified:   f/flex/flex-2.6.4.eb
	new file:   g/GCC/GCC-7.3.0-2.30.eb
	modified:   g/GCCcore/GCCcore-6.3.0.eb
	new file:   g/GCCcore/GCCcore-8.2.0.eb
	new file:   g/GMP/GMP-6.0.0a.eb
	new file:   l/libtool/libtool-2.4.6.eb
	new file:   l/libzip/libzip-1.2.0.eb
	modified:   r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb
	modified:   s/Szip/Szip-2.1.eb
2018-12-05 14:56:11 +01:00

30 lines
624 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': 'dummy', 'version': ''}
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'