From 22f242db2eba3504ed66c483609484d44a1a3f4f Mon Sep 17 00:00:00 2001 From: Stefan Wolfsheimer Date: Thu, 4 Apr 2024 11:47:04 +0200 Subject: [PATCH] adding easyconfigs: MCR-R2023b.eb --- easybuild/easyconfigs/m/MCR/MCR-R2023b.eb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 easybuild/easyconfigs/m/MCR/MCR-R2023b.eb diff --git a/easybuild/easyconfigs/m/MCR/MCR-R2023b.eb b/easybuild/easyconfigs/m/MCR/MCR-R2023b.eb new file mode 100644 index 00000000000..2929165fc5c --- /dev/null +++ b/easybuild/easyconfigs/m/MCR/MCR-R2023b.eb @@ -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'