# 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 = {'name': 'foss', 'version': '2017b'} source_urls = ['http://www.mpfr.org/mpfr-%(version)s/'] sources = [SOURCELOWER_TAR_BZ2] checksums = ['a4d97610ba8579d380b384b225187c250ef88cfe1d5e7226b89519374209b86b'] dependencies = [ ('GMP', '6.1.2', '', True), ] runtest = 'check' sanity_check_paths = { 'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'], 'dirs': [], } moduleclass = 'math'