mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
35 lines
865 B
Plaintext
35 lines
865 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
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 = SYSTEM
|
|
|
|
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 = [
|
|
('PCRE', '8.45'),
|
|
('libpng', '1.5.30'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/visit'],
|
|
'dirs': ['bin', 'current/bin'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|