easyconfigs-it4i/c/COMSOL/COMSOL-5.2.0-EDU.eb
Lukas Krupcik 67440f44f1 new file: c/COMSOL/COMSOL-5.2.0-COM.eb
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
2021-04-27 16:40:17 +02:00

32 lines
821 B
Plaintext

# IT4Innovations 2021
# LK
name = 'COMSOL'
version = '5.2.0'
versionsuffix = '-EDU'
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'