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

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
30 lines
545 B
Plaintext
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'
|