mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: f/FFTW/FFTW-3.3.10-gompi-2021b-amd.eb new file: h/HyperQueue/HyperQueue-0.13.0.eb new file: o/OVITO/OVITO-3.7.11-GCCcore-11.3.0-pro.eb new file: t/Tensorflow/TensorFlow-2.10.0-fosscuda-2020b.eb new file: v/VASP/VASP-6.3.2-foss-2021b.eb new file: w/Wannier90/Wannier90-3.1.0-foss-2021b-serial.eb deleted: v/VASP/VASP-6.3.1-foss-2022a.eb
29 lines
837 B
Plaintext
29 lines
837 B
Plaintext
# IT4Innovations
|
|
# LK JK 2022
|
|
|
|
name = 'ANSYS'
|
|
version = '22.2'
|
|
|
|
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': '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']
|
|
|
|
dependencies = [
|
|
('libGLU', '9.0.1'),
|
|
('libnsl', '1.3.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'
|