mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 20:20:49 +01:00

new file: a/ANSYS/ANSYS-18.2-intel-2017a.eb new file: b/binutils/binutils-2.28-GCCcore-6.4.0.eb new file: g/GCCcore/GCCcore-6.4.0.eb new file: h/HPL/HPL-2.2-intel-2017b.eb new file: h/HPL/HPL_parallel-make.patch new file: i/icc/icc-2017.4.196-GCC-6.4.0-2.28.eb new file: i/iccifort/iccifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/ifort/ifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/iimpi/iimpi-2017b.eb new file: i/imkl/imkl-2017.3.196-iimpi-2017b.eb new file: i/impi/iimpi-2017b.eb new file: i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/intel/intel-2017b.eb new file: p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay-OpenGL.eb new file: p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay-OpenGL2.eb deleted: p/ParaView/.ParaView-5.4.0-intel-2017a-OSPRay-test.eb.swp deleted: p/ParaView/ParaView-5.4.0-intel-2017a-OSPRay-test.eb
20 lines
662 B
Plaintext
20 lines
662 B
Plaintext
name = 'ANSYS'
|
|
version = '18.0'
|
|
|
|
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': '2017a'}
|
|
|
|
# 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-18.0.zip']
|
|
|
|
import os
|
|
license_server = os.getenv('EB_ANSYS_LICENSE_SERVER', 'license.it4i.cz')
|
|
license_server_port = os.getenv('EB_ANSYS_LICENSE_SERVER_PORT', '2325:1055')
|
|
|
|
moduleclass = 'tools'
|