easyconfigs-it4i/m/MPFR/MPFR-3.1.5-intel-2017.00.eb
2017-03-09 11:57:40 +01:00

27 lines
598 B
Plaintext

easyblock = 'ConfigureMake'
name = 'MPFR'
version = '3.1.5'
homepage = 'http://www.mpfr.org'
description = """The MPFR library is a C library for multiple-precision
floating-point computations with correct rounding."""
toolchain = {'name': 'intel', 'version': '2017.00'}
source_urls = ['http://www.mpfr.org/mpfr-%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
patches = ['MPFR_ictce_remove-deprecated-mp.patch']
dependencies = [('GMP', '6.1.1')]
runtest = 'check'
sanity_check_paths = {
'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'],
'dirs': []
}
moduleclass = 'math'