mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: p/pigz/pigz-2.6-GCC-10.2.0.eb modified: v/VisIt/VisIt-2.10.0.eb new file: v/VisIt/VisIt-3.1.0.eb deleted: m/Molpro/Molpro-mpp-2020.2.linux_x86_64_openmp.eb
27 lines
596 B
Plaintext
27 lines
596 B
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
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'
|