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 local_computations with correct rounding.""" toolchain = SYSTEM source_urls = ['http://www.mpfr.org/mpfr-%(version)s/'] sources = [SOURCELOWER_TAR_BZ2] dependencies = [('GMP', '6.1.2')] # runtest = 'check' sanity_check_paths = { 'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'], 'dirs': [] } moduleclass = 'math'