mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/COMSOL/COMSOL-5.2.0-EDU.eb modified: n/nettle/nettle-3.5.1-GCCcore-8.3.0.eb modified: o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0-Java-1.8.0_221.eb new file: o/OpenMPI/OpenMPI-4.1.1-GCC-10.2.0-Java-1.8.0_221.eb
32 lines
821 B
Plaintext
32 lines
821 B
Plaintext
# IT4Innovations 2021
|
|
# LK
|
|
|
|
name = 'COMSOL'
|
|
version = '5.2.0'
|
|
versionsuffix = '-COM'
|
|
|
|
homepage = 'https://www.comsol.com'
|
|
description = """
|
|
COMSOL Multiphysics is a general-purpose software platform, based on
|
|
advanced numerical methods, for modeling and simulating physics-based
|
|
problems.
|
|
"""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
# source tarball has to be created manually from dvd
|
|
# mount -o ro /apps/easybuild/sources/c/COMSOL/comsol/COMSOL52_dvd.iso /mnt
|
|
# cd /mnt
|
|
# tar zcf /apps/easybuild/sources/c/COMSOL/COMSOL-5.2.0.tar.gz .
|
|
# umount /mnt
|
|
sources = [SOURCE_TAR_GZ]
|
|
checksums = [None]
|
|
|
|
# license is required, can be specified via $LMCOMSOL_LICENSE_FILE
|
|
license_file = '/apps/licenses/COMSOL/52/License__com.dat'
|
|
modextravars = {
|
|
'$LMCOMSOL_LICENSE_FILE': '/apps/licenses/COMSOL/52/License__edu.dat',
|
|
}
|
|
|
|
moduleclass = 'phys'
|