mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00
33 lines
731 B
Plaintext
33 lines
731 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'MPFR'
|
|
version = '3.1.4'
|
|
|
|
homepage = 'http://www.mpfr.org'
|
|
description = """The MPFR library is a C library for multiple-precision
|
|
floating-point computations with correct rounding."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
source_urls = [
|
|
'http://www.mpfr.org/mpfr-%(version)s/',
|
|
'http://mpfr.loria.fr/mpfr-%(version)s/',
|
|
'http://mpfr.loria.fr/mpfr-%(version)s/mpfr-%(version)s.tar.gz'
|
|
]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
patches = ['MPFR_ictce_remove-deprecated-mp.patch']
|
|
|
|
dependencies = [
|
|
('GMP', '6.1.1', '', True)
|
|
]
|
|
|
|
runtest = 'check'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'math'
|