mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
24 lines
585 B
Plaintext
24 lines
585 B
Plaintext
name = 'VisIt'
|
|
version = '2.10.0'
|
|
|
|
homepage = 'https://wci.llnl.gov/simulation/computer-codes/visit'
|
|
description = """VisIt is an Open Source, interactive, scalable, visualization, animation and analysis tool"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
source_urls = [
|
|
'http://portal.nersc.gov/project/visit/releases/%(version)s',
|
|
]
|
|
sources = [ 'visit2_10_0.linux-x86_64-rhel6.tar.gz',
|
|
'visit-install2_10_0'
|
|
]
|
|
|
|
skipsteps = ['configure', 'build']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/visit'],
|
|
'dirs': ['bin', 'current/bin'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|