easyconfigs-it4i/m/MPFR/MPFR-4.0.1.eb
2019-11-06 13:27:39 +01:00

33 lines
627 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'MPFR'
version = '4.0.1'
homepage = 'http://www.mpfr.org'
description = """
The MPFR library is a C library for multiple-precision floating-point
computations with correct rounding.
"""
toolchain = SYSTEM
source_urls = ['http://www.mpfr.org/mpfr-%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['a4d97610ba8579d380b384b225187c250ef88cfe1d5e7226b89519374209b86b']
dependencies = [
('GMP', '6.1.2'),
]
runtest = 'check'
sanity_check_paths = {
'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'],
'dirs': [],
}
moduleclass = 'math'