mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
31 lines
645 B
Plaintext
31 lines
645 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GMP'
|
|
version = '6.1.1'
|
|
|
|
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
|
|
toolchainopts = {'pic': True, 'precise': True}
|
|
|
|
sources = [SOURCELOWER_TAR_BZ2]
|
|
source_urls = ['http://ftp.gnu.org/gnu/gmp']
|
|
|
|
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'
|