# IT4Innovations # LK 2023 name = 'VisIt' version = '3.3.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 = [ 'visit3_3_3.linux-x86_64-rhel7.tar.gz', 'visit-install3_3_3' ] checksums = [ '6f4b273345531710db348ad2f5d702080b229f9d76b0adbea4c759ace19d01d6', # visit3_3_3.linux-x86_64-rhel7.tar.gz '42b7c51485736c7defd72eb8c3b2fbb48456624a8b8d6b91e7851796f3ab39c0' # visit-install3_3_3 ] skipsteps = ['configure', 'build'] sanity_check_paths = { 'files': ['bin/visit'], 'dirs': ['bin', 'current/bin'], } moduleclass = 'vis'