easyconfigs-it4i/t/tecplot360ex/tecplot360ex-linux64.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

26 lines
713 B
Plaintext

easyblock = 'Binary'
name = 'tecplot360ex'
version = 'linux64'
homepage = 'http://www.tecplot.com/products/tecplot-360/'
description = """
Quickly plot and animate your CFD results exactly the way you want. Analyze complex solutions, arrange multiple layouts,
and communicate your results with professional images and animations.
"""
toolchain = {'name': 'dummy', 'version': 'dummy'}
# fi. http://www.tecplot.com/my/product-releases/
installername = '%(name)s_%(version)s.sh'
sources = [installername]
sanity_check_paths = {
'files': ['bin/tec360'],
'dirs': []
}
install_cmd = 'chmod +x %s && ./%s --skip-license --prefix=%%(installdir)s' % (
installername, installername)
moduleclass = 'vis'