mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00
25 lines
708 B
Plaintext
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'
|