easyconfigs-it4i/a/ANSYS/ANSYS-21.1-intel-2018a.eb
Lukas Krupcik e995329acc new file: a/ANSYS/ANSYS-21.1-intel-2018a.eb
new file:   b/Bison/Bison-3.7.6-GCCcore-10.2.0.eb
	new file:   b/bwidget/bwidget-1.9.14-GCCcore-10.2.0.eb
	new file:   d/DFTB+/DFTB+-21.1-intel-2020a-Python-3.8.2.eb
	new file:   g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.0.eb
	new file:   g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.2.2.eb
	new file:   g/GDRCopy/GDRCopy-2.1-NVHPC-21.2-CUDA-11.3.0.eb
	new file:   g/git/git-2.31.1.eb
	new file:   m/MATLAB/MATLAB-2021a.eb
	new file:   m/Molpro/Molpro-mpp-2021.1.0.linux_x86_64_openmp.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.3.0.eb
	new file:   "o/OpenMPI/\\"
	new file:   s/SoX/SoX-14.4.2-intel-2020b.eb
	modified:   s/SoX/SoX-14.4.2.eb
	new file:   t/Tcl/Tcl-8.6.11-GCCcore-10.2.0.eb
	new file:   t/Tk/Tk-8.6.11-GCCcore-10.2.0.eb
	new file:   t/Togl/Togl-2.0-GCCcore-10.2.0.eb
	new file:   t/Togl/Togl-2.0_configure.patch
	new file:   t/Togl/Togl-2.0_decl.patch
	new file:   u/UCX/UCX-1.10.1-NVHPC-21.2-CUDA-11.3.0.eb
	new file:   u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.2.2.eb
	new file:   u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.3.0.eb
	new file:   x/XCrySDen/XCrySDen-1.6.2-intel-2020b.eb
2021-06-02 10:16:23 +02:00

26 lines
744 B
Plaintext

# IT4Innovations 2019
name = 'ANSYS'
version = '21.1'
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': '2018a'}
# 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-21.1.tar.gz']
dependencies = [
('libGLU', '9.0.0', '', True),
]
import os
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'lm-brno.ics.muni.cz')
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
moduleclass = 'tools'