easyconfigs-it4i/v/VisIt/VisIt-3.3.3.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
796 B
Plaintext

# IT4Innovations
# LK 2023
name = 'VisIt'
version = '3.3.3'
homepage = 'https://wci.llnl.gov/simulation/local_computer-codes/visit'
description = """VisIt is an Open Source, interactive, scalable, visualization, animation and analysis tool"""
toolchain = SYSTEM
source_urls = ['https://github.com/visit-dav/visit/releases/download/v%(version)s']
sources = [
'visit3_3_3.linux-x86_64-rhel7.tar.gz',
'visit-install3_3_3'
]
checksums = [
'6f4b273345531710db348ad2f5d702080b229f9d76b0adbea4c759ace19d01d6', # visit3_3_3.linux-x86_64-rhel7.tar.gz
'42b7c51485736c7defd72eb8c3b2fbb48456624a8b8d6b91e7851796f3ab39c0' # visit-install3_3_3
]
skipsteps = ['configure', 'build']
sanity_check_paths = {
'files': ['bin/visit'],
'dirs': ['bin', 'current/bin'],
}
moduleclass = 'vis'