easyconfigs-it4i/t/tecplot360ex/tecplot360ex-linux64.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

25 lines
708 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'