mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00

new file: a/ANN/ANN-1.1.2-GCC-12.2.0.eb new file: c/Cgicc/Cgicc-3.2.19-GCC-12.2.0.eb new file: c/CoordgenLibs/CoordgenLibs-3.0.1-gompi-2022b.eb new file: c/c-blosc/c-blosc-1.21.0-GCC-10.2.0.eb new file: f/FastCGI/FastCGI-2.4.2-GCC-12.2.0.eb new file: g/GDB/GDB-12.1-GCCcore-11.3.0.eb new file: g/GDB/GDB-13.2-GCCcore-12.2.0.eb new file: g/GMP/GMP-6.2.1.eb new file: g/gompi/gompi-2020d.eb new file: g/gperftools/gperftools-2.10-GCCcore-12.2.0.eb new file: h/HDF5/HDF5-1.12.0-gompi-2020d.eb modified: h/hwloc/hwloc-1.11.7-GCC-10.2.0.eb new file: i/ISL/ISL-0.24-GCCcore-12.2.0.eb new file: i/ISL/ISL-0.24.eb new file: j/JsonCpp/JsonCpp-1.9.5-GCCcore-12.2.0.eb new file: k/kim-api/kim-api-2.3.0-GCCcore-11.2.0.eb modified: l/LAMMPS/LAMMPS-23Jun2022-foss-2021b-kokkos.eb new file: l/LEMON/LEMON-1.3.1-GCC-12.2.0.eb new file: m/MPC/MPC-1.2.1-GCCcore-12.2.0.eb new file: m/MPC/MPC-1.2.1.eb new file: m/MPFR/MPFR-4.1.0-GCCcore-12.2.0.eb new file: m/maeparser/maeparser-1.3.0-gompi-2022b.eb new file: m/makeinfo/makeinfo-6.8-GCCcore-12.2.0.eb new file: o/OpenBabel/OpenBabel-3.1.1-gompi-2022b.eb new file: o/OpenMPI/OpenMPI-3.1.4-GCC-10.2.0-CUDA-12.2.0.eb modified: o/OpenMPI/OpenMPI-3.1.4-GCC-10.2.0.eb new file: o/openPMD-api/openPMD-api-0.14.4-gompi-2020d.eb new file: p/PNGwriter/PNGwriter-0.7.0-GCC-10.2.0.eb new file: s/SWIG/SWIG-4.0.2-GCCcore-12.2.0.eb
37 lines
957 B
Plaintext
37 lines
957 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'MPC'
|
|
version = '1.2.1'
|
|
|
|
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 = SYSTEM
|
|
|
|
source_urls = ['http://www.multiprecision.org/mpc/download/']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
checksums = ['17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459']
|
|
|
|
dependencies = [
|
|
('GMP', '6.2.1'),
|
|
# ('MPFR', '3.1.5')
|
|
]
|
|
|
|
runtest = 'check'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libmpc.%s' % SHLIB_EXT, 'include/mpc.h'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'math'
|