easyconfigs-it4i/a/ANSYS/ANSYS-2023R1-intel-2022a.eb
easybuild 4fbadeb08a new file: a/ANSYS/ANSYS-2023R1-intel-2022a.eb
new file:   b/Boost/Boost-1.79.0-intel-compilers-2022.1.0.eb
	new file:   c/CheMPS2/CheMPS2-1.8.12-intel-2022a.eb
	new file:   g/gau2grid/gau2grid-2.0.7-intel-2022a-lmax-5-psi4.eb
	new file:   m/mctc-lib/mctc-lib-0.3.1-GCC-11.2.0.eb
	new file:   m/msgpack/msgpack-1.0.5-GCCcore-11.3.0.eb
	new file:   p/Pint/Pint-0.20.1-GCCcore-11.3.0.eb
	new file:   p/pydantic/pydantic-1.10.6-GCCcore-11.3.0.eb
	new file:   q/qcengine/qcengine-0.24.1-foss-2021b.eb
	new file:   q/qcengine/qcengine-0.24.1-psi4.patch
	new file:   q/qcengine/qcengine-0.26.0-foss-2021b.eb
	new file:   q/qcengine/qcengine-0.26.0-psi4.patch
	new file:   s/simple-dftd3/simple-dftd3-0.7.0-foss-2021b.eb
	deleted:    c/CheMPS2/CheMPS2-1.8.9-intel-2021a.eb
2023-03-13 17:11:24 +01:00

37 lines
1.2 KiB
Plaintext

# IT4Innovations 2023
# JK
name = 'ANSYS'
version = '2023R1'
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'),
('libnsl', '2.0.0'),
]
osdependencies = [('p7zip', 'p7zip-plugins')]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license2021.it4i.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
moduleclass = 'tools'