easyconfigs-it4i/a/ANSYS/ANSYS-2023R1-intel-2022a-vut.eb
Lukas Krupcik 629fdfe897 modified: a/ANSYS/ANSYS-2023R1-intel-2022a-vut.eb
new file:   a/ANSYS/ANSYS-2023R2-intel-2022.12-vut.eb
2024-01-02 09:05:51 +01:00

34 lines
1.1 KiB
Plaintext

# IT4Innovations
# LK 2021
name = 'ANSYS'
version = '2023R1'
versionsuffix = '-vut'
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'}
sources = [
{'filename': '%(name)s%(version)s_LINX64_DISK1.iso', 'extract_cmd': '7z x -aos %s'},
{'filename': '%(name)s%(version)s_LINX64_DISK2.iso', 'extract_cmd': '7z x -aos %s'},
{'filename': '%(name)s%(version)s_LINX64_DISK3.iso', 'extract_cmd': '7z x -aos %s'},
]
checksums = [
{'ANSYS2023R1_LINX64_DISK1.iso': 'fa3f75c1fa14ae7cf2da56e9912151b4'},
{'ANSYS2023R1_LINX64_DISK2.iso': '7cd1c490aeeeede3b8651c747002e4f2'},
{'ANSYS2023R1_LINX64_DISK3.iso': '677341a8fd5cb45535115345c7dd55b9'},
]
osdependencies = [('p7zip', 'p7zip-plugins')]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'licence.vut.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1715')
moduleclass = 'tools'