easyconfigs-it4i/v/VisIt/VisIt-2.10.0.eb

24 lines
589 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': 'system', 'version': ''}
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'