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

new file: a/Autotools/Autotools-20231222-GCCcore-14.2.0.eb new file: b/bzip2/bzip2-1.0.8-GCCcore-14.2.0.eb new file: c/CMake/CMake-3.30.5-GCCcore-14.2.0.eb new file: c/cURL/cURL-8.7.1-GCCcore-14.2.0.eb new file: h/hwloc/hwloc-2.10.0-GCCcore-14.2.0.eb new file: l/libarchive/libarchive-3.7.4-GCCcore-14.2.0.eb new file: n/NVHPC/NVHPC-24.3.eb new file: n/ncurses/ncurses-6.5-GCCcore-14.2.0.eb new file: n/numactl/numactl-2.0.18-GCCcore-13.3.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-24.3.eb new file: o/OpenMPI/OpenMPI-5.0.5-GCC-14.2.0.eb new file: p/Perl/Perl-5.38.2-GCCcore-14.2.0.eb new file: p/pkgconf/pkgconf-2.2.0-GCCcore-14.2.0.eb new file: u/UCC/UCC-1.2.0-GCCcore-13.2.0.eb modified: u/UCX/UCX-1.15.0-GCCcore-13.2.0.eb new file: x/XZ/XZ-5.4.5-GCCcore-14.2.0.eb
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
name = 'NVHPC'
|
|
version = '24.3'
|
|
|
|
homepage = 'https://developer.nvidia.com/hpc-sdk/'
|
|
description = """C, C++ and Fortran compilers included with the NVIDIA HPC SDK (previously: PGI)"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_tarball_tmpl = 'nvhpc_2024_%%(version_major)s%%(version_minor)s_Linux_%s_cuda_multi.tar.gz'
|
|
# By downloading, you accept the HPC SDK Software License Agreement
|
|
# https://docs.nvidia.com/hpc-sdk/eula/index.html
|
|
# accept_eula = True
|
|
source_urls = ['https://developer.download.nvidia.com/hpc-sdk/%(version)s/']
|
|
sources = [local_tarball_tmpl % '%(arch)s']
|
|
checksums = [
|
|
{
|
|
local_tarball_tmpl % 'aarch64':
|
|
'6385847de5f8725e5c56d2abf70c90fed5490f2e71a7bd13d3f4ada8720ef036',
|
|
local_tarball_tmpl % 'ppc64le':
|
|
'e7330eb35e23dcd9b0b3bedc67c0d5443c4fd76b59caa894a76ecb0d17f71f43',
|
|
local_tarball_tmpl % 'x86_64':
|
|
'6385847de5f8725e5c56d2abf70c90fed5490f2e71a7bd13d3f4ada8720ef036',
|
|
}
|
|
]
|
|
|
|
local_gccver = '12.2.0'
|
|
dependencies = [
|
|
('GCCcore', local_gccver),
|
|
('binutils', '2.39', '', ('GCCcore', local_gccver)),
|
|
# This is necessary to avoid cases where just libnuma.so.1 is present in the system and -lnuma fails
|
|
('numactl', '2.0.16', '', ('GCCcore', local_gccver)),
|
|
]
|
|
|
|
module_add_cuda = False
|
|
|
|
moduleclass = 'compiler'
|