From d8f929f64924d1441675953af3646ba98e7d15ce Mon Sep 17 00:00:00 2001 From: Ake Sandgren Date: Fri, 16 Oct 2020 10:09:48 +0200 Subject: [PATCH 1/2] adding easyconfigs: COMSOL-5.4.0.225.eb --- .../easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb diff --git a/easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb b/easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb new file mode 100644 index 00000000000..5b79330b836 --- /dev/null +++ b/easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb @@ -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 = {'name': 'dummy', 'version': ''} + +# source tarball has to be created manually from dvd +# mount -o ro path-to-iso /mnt +# cd /mnt +# tar zcf /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' From 0146eb15f42d7074664d57eaa47fc2c6f2a51f54 Mon Sep 17 00:00:00 2001 From: Ake Sandgren Date: Fri, 16 Oct 2020 10:27:10 +0200 Subject: [PATCH 2/2] Use SYSTEM toolchain --- easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb b/easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb index 5b79330b836..009dd996efe 100644 --- a/easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb +++ b/easybuild/easyconfigs/c/COMSOL/COMSOL-5.4.0.225.eb @@ -8,7 +8,7 @@ advanced numerical methods, for modeling and simulating physics-based problems. """ -toolchain = {'name': 'dummy', 'version': ''} +toolchain = SYSTEM # source tarball has to be created manually from dvd # mount -o ro path-to-iso /mnt