easyconfigs-it4i/m/MPFR/MPFR-4.0.1.eb
Lukáš Krupčík 6900a1be0e new file: c/CGAL/CGAL-4.11.1-foss-2018a.eb
modified:   m/METIS/METIS-5.1.0.eb
	new file:   m/MPFR/MPFR-4.0.1.eb
	new file:   o/OpenFOAM/OpenFOAM-6-foss-2018a.eb
	new file:   p/ParaView/ParaView-5.4.1-Doc.patch
	new file:   p/ParaView/ParaView-5.4.1-foss-2018a-mpi.eb
	new file:   s/SCOTCH/SCOTCH-6.0.6-foss-2018a.eb
	deleted:    c/CGAL/CGAL-4.11.1-foss-2017b.eb
	deleted:    m/MPFR/MPFR-4.0.1-foss-2017b.eb
	deleted:    o/OpenFOAM/OpenFOAM-6-foss-2017b.eb
2019-03-18 08:10:10 +01:00

33 lines
653 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 = {'name': 'dummy', 'version': ''}
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'