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
796 B
Plaintext
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'
|