easyconfigs-it4i/l/LAre3d/LAre3d-20230726-intel-2022b.eb
Lukas Krupcik a48ddb6240 new file: l/LAre3d/LAre3d-20230726-intel-2022b.eb
modified:   l/libxml2/libxml2-2.9.9.eb
	modified:   l/libxslt/libxslt-1.1.33.eb
	new file:   n/NVSHMEM/NVSHMEM-2.5.0-gompi-2022a-CUDA-11.7.0.eb
	new file:   n/NVSHMEM/NVSHMEM-2.7.0-gompi-2022a-CUDA-11.7.0.eb
	new file:   v/VisIt/VisIt-3.3.3.eb
2023-08-08 09:24:37 +02:00

30 lines
545 B
Plaintext

# IT4Innovations
# LK
easyblock = 'MakeCp'
name = 'LAre3d'
version = '20230726'
homepage = 'https://github.com/Warwick-Plasma/Lare3d'
description = "..."
toolchain = {'name': 'intel', 'version': '2022b'}
#source_urls = ['git clone && tar cvzf']
sources = ['LAre3d-%(version)s.tar.gz']
checksums = ['1865314b0ee853d658f6872078bbfdcd4c019925a1499689ed5463f42f7f3f18']
buildopts = 'COMPILER=intel'
files_to_copy = [
(['bin/lare3d'], 'bin'),
]
sanity_check_paths = {
'files': ['bin/lare3d'],
'dirs': [],
}
moduleclass = 'tools'