Skip to content

Commit

Permalink
adding easyconfigs: MCR-R2023b.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wolfsheimer committed Apr 4, 2024
1 parent fd25a84 commit 22f242d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions easybuild/easyconfigs/m/MCR/MCR-R2023b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name = 'MCR'
version = 'R2023b' # runtime version 9.14
local_update = '0'

homepage = 'https://www.mathworks.com/products/compiler/mcr/'
description = """The MATLAB Runtime is a standalone set of shared libraries
that enables the execution of compiled MATLAB applications
or components on computers that do not have MATLAB installed."""

toolchain = SYSTEM

source_urls = ['https://ssd.mathworks.com/supportfiles/downloads/%%(version)s/Release/%s/deployment_files/'
'installer/complete/glnxa64/' % local_update]
sources = ['MATLAB_Runtime_%(version)s_glnxa64.zip']
checksums = ['b4fa4142cc1ca99435e4140d09de0528d78e50fa6a22533f5170ff1eea565d23']

moduleclass = 'math'

0 comments on commit 22f242d

Please sign in to comment.