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'