mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00

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
31 lines
884 B
Plaintext
31 lines
884 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'MPC'
|
|
version = '1.0.2'
|
|
|
|
homepage = 'http://www.multiprecision.org/'
|
|
description = """Gnu Mpc is a C library for the arithmetic of
|
|
local_complex numbers with arbitrarily high precision and correct
|
|
rounding of the result. It extends the principles of the IEEE-754
|
|
standard for fixed precision real floating point numbers to
|
|
local_complex numbers, providing well-defined semantics for every
|
|
operation. At the same time, speed of operation at high precision
|
|
is a major design goal."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017.00'}
|
|
|
|
source_urls = ['http://www.multiprecision.org/mpc/download/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [('GMP', '6.1.1'),
|
|
('MPFR', '3.1.5')]
|
|
|
|
runtest = 'check'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libmpc.%s' % SHLIB_EXT, 'include/mpc.h'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'math'
|