easyconfigs-it4i/m/MPFR/MPFR-4.0.1-foss-2017b.eb
Lukáš Krupčík e06c1bd601 new file: b/Boost/Boost-1.67.0-foss-2017b.eb
new file:   c/CGAL/CGAL-4.11.1-foss-2017b.eb
	new file:   h/HDF5/HDF5-1.10.2-foss-2017b.eb
	modified:   l/libGLU/libGLU-9.0.0.eb
	new file:   m/METIS/METIS-5.1.0-foss-2017b.eb
	new file:   m/METIS/METIS-5.1.0-use-doubles.patch
	new file:   m/MPFR/MPFR-4.0.1-foss-2017b.eb
	new file:   m/Mesa/Mesa-18.1.1-foss-2017b.eb
	new file:   o/OpenFOAM/.OpenFOAM-6-foss-2017b.eb.swp
	new file:   o/OpenFOAM/OpenFOAM-6-foss-2017b.eb
	new file:   p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb
	new file:   p/Python/Python-2.7.15-foss-2017b.eb
	new file:   s/SCOTCH/SCOTCH-6.0.5-foss-2017b.eb
	new file:   x/X11/X11-20180604-foss-2017b.eb


Former-commit-id: e8b10bec2b833ddd8d62d61f64121f07ce56c411
2018-09-12 07:24:19 +02:00

33 lines
667 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': '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'