easyconfigs-it4i/a/ANSYS/ANSYS-19.3-intel-2017c.eb
Lukáš Krupčík 3d9a43d50b new file: a/ANSYS/ANSYS-19.3-intel-2017c.eb
new file:   c/Cargo/Cargo-0.18.0.eb
	new file:   m/Molpro/Molpro-mpp-2018.2.0.linux_x86_64_openmp.eb
	new file:   r/Rust/Rust-1.32.0.eb
	deleted:    m/Molpro/Molpro-mpp-2015.1.10.linux_x86_64_openmp.eb
2019-02-13 15:04:56 +01:00

22 lines
686 B
Plaintext

# IT4Innovations 2019
name = 'ANSYS'
version = '19.3'
homepage = 'http://www.ansys.com'
description = """ANSYS simulation software enables organizations to confidently predict
how their products will operate in the real world. We believe that every product is
a promise of something greater. """
toolchain = {'name': 'intel', 'version': '2017c'}
# create a zip file from the 3 install iso files.
# make sure all files of the iso's are in the same directory.
sources = ['ANSYS-19.3.tar.gz']
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
moduleclass = 'tools'