easyconfigs-it4i/a/ANSYS/ANSYS-22.2-intel-2022a-test.eb
Lukas Krupcik df0af48ed0 new file: a/ANSYS/ANSYS-22.2-intel-2022a-test.eb
new file:   a/awscli/awscli-1.27.75-GCCcore-12.2.0-Python-3.10.8.eb
	new file:   i/iompi/iompi-2020b-test.eb
	modified:   l/libnsl/libnsl-1.3.0-GCCcore-10.3.0.eb
	new file:   l/libnsl/libnsl-2.0.0-GCCcore-11.3.0.eb
	new file:   o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-5.7.1-iompi-2020b.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-iccifort-2020.4.304-test.eb
	new file:   p/PyYAML/PyYAML-5.4.1.1-GCCcore-12.2.0.eb
	new file:   r/rclone/rclone-1.61.1.eb
	new file:   s/s3cmd/s3cmd-2.3.0-GCCcore-12.2.0-Python-3.10.8.eb
	new file:   v/VirtualGL/VirtualGL-3.0-GCC-11.3.0.eb
	modified:   x/XALT/XALT-2.10.45-eb.eb
2023-02-21 14:48:08 +01:00

30 lines
861 B
Plaintext

# IT4Innovations 2023
# JK LK
name = 'ANSYS'
version = '22.2'
versionsuffix = '-test'
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': '2022a'}
# 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-22.2.tar.gz']
checksums = ['51bf1ef35347b00d61675911095c0d65c1571d8d30782c14e320ec545e9cf0a7']
dependencies = [
('libGLU', '9.0.2'),
('libnsl', '2.0.0'),
]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', '10.5.8.13')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
moduleclass = 'tools'