Skip to content
Snippets Groups Projects

Comsol62

Merged Aurel Istrate requested to merge COMSOL62 into master
Compare and
2 files
+ 25
0
Preferences
Compare changes
Files
2
+ 24
0
name = 'COMSOL'
version = '6.2'
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 path-to-iso /mnt
# cd /mnt
# tar zcf <path-to-sources>/COMSOL-6.2.tar.gz .
# umount /mnt
sources = [SOURCE_ZIP]
checksums = ['677f97e14fd159da3e73614963678bb9629e1b15165144a4a2062c1e529ef71a']
import os
license_file=os.getenv('LMCOMSOL_LICENSE_FILE', 'license.dat')
moduleclass = 'phys'