forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stefan Wolfsheimer
committed
Apr 4, 2024
1 parent
fd25a84
commit 22f242d
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |