Merge branch 'it4i-karolina'

This commit is contained in:
Jakub Kropacek 2023-03-14 14:49:01 +01:00 committed by anselmicz
commit b8a2eb09d0
7 changed files with 57 additions and 20 deletions

View File

@ -23,10 +23,10 @@ checksums = [
{'ANSYS2022R2_LINX64_Disk3.iso': '58d4b72e90a27fe11aee3cd7db251ecd1f80b2353441e7061543c0fc21c14dac'},
]
dependencies = [
('libGLU', '9.0.2'),
('libnsl', '2.0.0'),
]
#dependencies = [
# ('libGLU', '9.0.2'), # mame v systemu, pro jistotu zkusime bez protoze stary CentOS
# ('libnsl', '2.0.0'), # moc nove pro CentOS 7!!!
#]
osdependencies = [('p7zip', 'p7zip-plugins')]

View File

@ -0,0 +1,37 @@
# IT4Innovations 2023
# JK
name = 'ANSYS'
version = '2023R1'
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'}
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'},
]
#dependencies = [
# ('libGLU', '9.0.2'), # mame v systemu, pro jistotu zkusime bez protoze stary CentOS
# ('libnsl', '2.0.0'), # moc nove pro CentOS 7!!!
#]
osdependencies = [('p7zip', 'p7zip-plugins')]
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'

View File

@ -22,15 +22,15 @@ checksums = [
{'ANSYS2023R1_LINX64_DISK3.iso': '677341a8fd5cb45535115345c7dd55b9'},
]
dependencies = [
('libGLU', '9.0.2'),
('libnsl', '2.0.0'),
]
#dependencies = [
# ('libGLU', '9.0.2'), # mame v systemu, pro jistotu zkusime bez protoze stary CentOS
# ('libnsl', '2.0.0'), # moc nove pro CentOS 7!!!
#]
osdependencies = [('p7zip', 'p7zip-plugins')]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license2021.it4i.cz')
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'

View File

@ -1,8 +1,8 @@
# IT4Innovations 2023
# JK LK
# IT4Innovations
# LK JK 2021
name = 'ANSYS'
version = '22.2'
version = '21.2'
versionsuffix = '-test'
homepage = 'http://www.ansys.com'
@ -10,16 +10,16 @@ description = """ANSYS simulation software enables organizations to confidently
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'}
toolchain = {'name': 'intel', 'version': '2020b'}
# 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']
sources = ['ansys-%(version)s.tar.gz']
checksums = ['4edfa5076700f85ccca2e0618b921738f5c5023c6c575625d7892584498fab88']
dependencies = [
('libGLU', '9.0.2'),
('libnsl', '2.0.0'),
('libGLU', '9.0.1'),
('libnsl', '1.3.0'),
]
import os

View File

@ -18,7 +18,7 @@ checksums = ['94d4700c66189a774f9b06b0e7a89e64']
dependencies = [
('libGLU', '9.0.1'),
('libnsl', '1.3.0'),
# ('libnsl', '1.3.0'), # moc nove pro CentOS 7!!!
]
import os

View File

@ -19,7 +19,7 @@ checksums = ['2f245229a5823dbcc606dd77393d8f40771a00eb0b9ae22d481507ee10784b6a']
dependencies = [
('libGLU', '9.0.1'),
('libnsl', '1.3.0'),
# ('libnsl', '1.3.0'), # moc nove pro CentOS 7!!!
]
postinstallcmds = ['./install -silent -install_dir %(installdir)s -licserverinfo 2325:1055:10.5.8.13']

View File

@ -18,7 +18,7 @@ checksums = ['51bf1ef35347b00d61675911095c0d65c1571d8d30782c14e320ec545e9cf0a7']
dependencies = [
('libGLU', '9.0.1'),
('libnsl', '1.3.0'),
# ('libnsl', '1.3.0'), # moc nove pro CentOS 7!!!
]
import os