mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00
33 lines
654 B
Plaintext
33 lines
654 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': 'system', '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'
|