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

new file: d/Doxygen/Doxygen-1.11.0-GCCcore-14.2.0.eb new file: g/gompi/gompi-2024it4i.eb new file: g/gzip/gzip-1.13-GCCcore-14.2.0.eb new file: h/HDF5/HDF5-1.14.5-gompi-2024it4i.eb new file: l/libiconv/libiconv-1.17-GCCcore-14.2.0.eb new file: l/lz4/lz4-1.9.4-GCCcore-14.2.0.eb new file: m/make/make-4.4.1-GCCcore-14.2.0.eb new file: n/netCDF-Fortran/netCDF-Fortran-4.6.1-gompi-2024it4i.eb new file: n/netCDF/netCDF-4.9.2-gompi-2024it4i.eb new file: o/OpenBLAS/OpenBLAS-0.3.27-GCC-14.2.0.eb new file: p/PRRTE/PRRTE-3.0.5-GCCcore-14.2.0.eb new file: s/Szip/Szip-2.1.1-GCCcore-14.2.0.eb new file: z/zstd/zstd-1.5.6-GCCcore-14.2.0.eb
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PRRTE'
|
|
version = '3.0.5'
|
|
|
|
homepage = 'https://docs.prrte.org/'
|
|
description = """PRRTE is the PMIx Reference RunTime Environment"""
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/openpmix/prrte/releases/download/v%(version)s']
|
|
sources = ['%(namelower)s-%(version)s.tar.bz2']
|
|
checksums = ['75ce732b02f3bc7eff5e51b81469e4373f1effc6a42d8445e2935d3670e58c8e']
|
|
|
|
builddependencies = [('binutils', '2.42')]
|
|
|
|
dependencies = [
|
|
('libevent', '2.1.12'),
|
|
('hwloc', '2.10.0'),
|
|
('PMIx', '5.0.2'),
|
|
]
|
|
|
|
configopts = ' --with-libevent=$EBROOTLIBEVENT'
|
|
configopts += ' --with-hwloc=$EBROOTHWLOC --with-pmix=$EBROOTPMIX'
|
|
|
|
buildopts = 'V=1'
|
|
|
|
local_binaries = ['prte', 'prte_info', 'prterun', 'prun', 'pterm']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/%s' % x for x in local_binaries] + ['lib/libprrte.%s' % SHLIB_EXT],
|
|
'dirs': ['etc', 'include', 'share']
|
|
}
|
|
|
|
sanity_check_commands = ['%s --version' % x for x in local_binaries]
|
|
|
|
moduleclass = 'lib'
|