easyconfigs-it4i/ARCHIVE/m/MPFR/MPFR-3.1.4-intel-2017a.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

33 lines
737 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 local_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'