From c5aae20bdc8f11f5952686a068cc1412f1e77543 Mon Sep 17 00:00:00 2001 From: sassy Date: Wed, 30 Oct 2024 12:10:18 +0000 Subject: [PATCH] MOLCAS_LICENSE instructions added --- easybuild/easyconfigs/m/Molcas/Molcas-84-intel-2023a.eb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/m/Molcas/Molcas-84-intel-2023a.eb b/easybuild/easyconfigs/m/Molcas/Molcas-84-intel-2023a.eb index 0e42dd8199c..269aaab9b6e 100644 --- a/easybuild/easyconfigs/m/Molcas/Molcas-84-intel-2023a.eb +++ b/easybuild/easyconfigs/m/Molcas/Molcas-84-intel-2023a.eb @@ -28,6 +28,9 @@ https://www.molcas.org/order.html how to order and here: https://www.molcas.org/documentation/manual/node14.html#SECTION03114000000000000000 how to download the tarball. +The path to the licence.dat file needs to be set: +export MOLCAS_LICENSE=/path/to/file +to work! ''' sources = ['%(namelower)s%(version)s.tar.gz'] @@ -85,7 +88,7 @@ sanity_check_paths = { modextravars = { 'MOLCAS': '%(installdir)s/%(namelower)s%(version)s', - 'MOLCAS_LICENSE': '/rds/general/user/jsassman/home/easybuild/molcas/source/', + 'MOLCAS_LICENSE': '/path/to/file', } moduleclass = 'chem'