Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{phys}[dummy/] COMSOL v5.4.0.225 #11513

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = 'COMSOL'
version = '5.4.0.225'

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-5.4.0.225.tar.gz .
# umount /mnt
sources = [SOURCE_TAR_GZ]
checksums = [None]

# license is required, can be specified via $LMCOMSOL_LICENSE_FILE

moduleclass = 'phys'