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

new file: c/CP2K/CP2K-2024.1-foss-2022a.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2022.07.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.03.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.05.eb new file: h/HDF5/HDF5-1.14.0-nvompi-2023.11.eb new file: n/NCCL/NCCL-2.19.4-GCCcore-13.2.0-CUDA-12.2.0.eb new file: n/NVHPC/NVHPC-23.11.eb modified: n/NVHPC/NVHPC-23.7.eb new file: n/nvompi/nvompi-2023.03.eb new file: n/nvompi/nvompi-2023.05.eb new file: n/nvompi/nvompi-2023.11.eb modified: o/OpenMPI/OpenMPI-4.1.4-NVHPC-22.7-CUDA-11.7.0.eb new file: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.11-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.11-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.3-CUDA-12.2.0.eb new file: o/OpenMPI/OpenMPI-4.1.6-NVHPC-23.5-CUDA-12.2.0.eb new file: p/pkgconf/pkgconf-2.0.3-NVHPC-23.11.eb new file: u/UCC-CUDA/UCC-CUDA-1.2.0-GCCcore-13.2.0-CUDA-12.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.15.0-GCCcore-13.2.0-CUDA-12.2.0.eb deleted: h/HDF5/HDF5-1.14.0-NVHPC-23.5.eb
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
# IT4Innovations
|
|
# LK 2024
|
|
|
|
name = 'ANSYS'
|
|
version = '2023R2'
|
|
versionsuffix = '-palanti'
|
|
|
|
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': '2022.12'}
|
|
|
|
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 = [
|
|
{'ANSYS2023R2_LINX64_DISK1.iso': '4f952592f1f95a6f3715dbaeb6e56b2625f6826a80c5842234406c7741f29e1f'},
|
|
{'ANSYS2023R2_LINX64_DISK2.iso': 'd02fd9e4db1a08dc867b771979f5d9ffa4d69fd94740e60444e856911fb89ce0'},
|
|
{'ANSYS2023R2_LINX64_DISK3.iso': 'd167f30a3cf632a234111e9a398dae6f824cb0eae5a7cb7afa1453474726de4a'},
|
|
]
|
|
|
|
#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', '185.215.147.62')
|
|
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
|
|
|
|
moduleclass = 'tools'
|