easyconfigs-it4i/v/VisIt/VisIt-2.13.3-GCCcore-12.3.0.eb
Pavel Holba fe16da074f new file: v/VisIt/VisIt-2.13.3-GCCcore-12.3.0.eb
new file:   v/Visit/Visit-2.13.3-foss-2023a.eb
2024-12-12 15:44:58 +01:00

36 lines
923 B
Plaintext

# IT4Innovations
# LK 2024
name = 'VisIt'
version = '2.13.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 = {'name': 'GCCcore', 'version': '12.3.0'}
source_urls = ['https://github.com/visit-dav/visit/releases/download/v%(version)s']
sources = [
'visit2_13_3.linux-x86_64-rhel7.tar.gz',
'visit-install2_13_3'
]
checksums = [
'fb52f8405e8bbfd4d0d097255c5f0349be2c95e9da5a4ac9c4487c010005178c', # visit3_3_3.linux-x86_64-rhel7.tar.gz
'f18370cd7a074997753db0f0a72fced1ca3b4f293a1366227e4333456928dcc0' # visit-install3_3_3
]
skipsteps = ['configure', 'build']
dependencies = [
('PCRE2', '10.42'),
('libpng', '1.6.39'),
('Qt5', '5.15.10')
]
sanity_check_paths = {
'files': ['bin/visit'],
'dirs': ['bin', 'current/bin'],
}
moduleclass = 'vis'