Skip to content

Commit 55b9f16

Browse files
authored
Merge branch 'develop' into develop
2 parents 45dbb00 + 979974c commit 55b9f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

easybuild/easyblocks/m/mathematica.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def install_step(self):
8181
# Starting at V13, Mathematica have renamed their install file...
8282
if LooseVersion(self.version) >= LooseVersion("13"):
8383
install_script_glob = '%s_%s_*LINUX*.sh' % (self.name, self.version)
84+
if LooseVersion(self.version) >= LooseVersion("14.1"):
85+
install_script_glob = 'Wolfram_%s_LIN.sh' % (self.version)
8486

8587
matches = glob.glob(install_script_glob)
8688
if len(matches) == 1:

0 commit comments

Comments
 (0)