name = 'VisIt' version = '2.10.0' 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 = [ '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'