easyconfigs-it4i/k/KaHIP/KaHIP-3.14-iimpi-2022b.eb
Lukas Krupcik a3ef551a85 new file: a/AOMP/AOMP-17.0-1-gcccuda-2022b.eb
new file:   c/CGAL/CGAL-5.2.4-gompi-2022b.eb
	new file:   c/CGAL/CGAL-5.2.4-iimpi-2022b.eb
	new file:   g/gcccuda/gcccuda-2022b.eb
	new file:   g/glibc/glibc-2.37-GCCcore-12.2.0.eb
	new file:   h/HDF5/HDF5-1.14.0-iimpi-2022b.eb
	new file:   k/KaHIP/KaHIP-3.14-iimpi-2022b.eb
	new file:   n/netCDF/netCDF-4.9.0-iimpi-2022b.eb
	new file:   o/OpenFOAM/OpenFOAM-v2206-foss-2022a.eb
	new file:   o/OpenFOAM/OpenFOAM-v2212-cleanup.patch
	new file:   o/OpenFOAM/OpenFOAM-v2212-intel-2022b.eb
	new file:   o/OpenMPI/OpenMPI-4.1.4-GCC-11.3.0-CUDA-11.7.0.eb
	new file:   p/ParaView/ParaView-5.11.0-intel-2022b-mpi.eb
	new file:   p/pkg-config/pkg-config-0.29.2-GCCcore-12.2.0.eb
	new file:   s/SCOTCH/SCOTCH-7.0.3-gompi-2022b.eb
	new file:   s/SCOTCH/SCOTCH-7.0.3-iimpi-2022b.eb
	new file:   t/texinfo/texinfo-7.0.2-GCCcore-12.2.0.eb
2023-05-04 14:18:28 +02:00

32 lines
879 B
Plaintext

# IT4Innovations
# LK 2023
easyblock = 'CMakeMake'
name = 'KaHIP'
version = '3.14'
homepage = 'https://kahip.github.io/'
description = """The graph partitioning framework KaHIP -- Karlsruhe High Quality Partitioning."""
toolchain = {'name': 'iimpi', 'version': '2022b'}
toolchainopts = {'pic': True}
source_urls = ['https://github.com/KaHIP/KaHIP/archive/refs/tags']
sources = ['v%(version)s.tar.gz']
checksums = ['9da04f3b0ea53b50eae670d6014ff54c0df2cb40f6679b2f6a96840c1217f242']
builddependencies = [
('binutils', '2.39'),
('CMake', '3.24.3'),
]
sanity_check_paths = {
'files': ["lib/libkahip_static.a", "lib/libkahip.%s" % SHLIB_EXT] +
["lib/libparhip_interface_static.a", "lib/libparhip_interface.%s" % SHLIB_EXT] +
["include/%s" % x for x in ["kaHIP_interface.h", "parhip_interface.h"]],
'dirs': [],
}
moduleclass = 'math'