mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00
new file: m/MCR/MCR-R2015b.eb
new file: m/MCR/MCR-R2021a.0.eb modified: o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0-Java-1.8.0_221.eb
This commit is contained in:
parent
a11d82a318
commit
db36bd82ca
21
m/MCR/MCR-R2015b.eb
Normal file
21
m/MCR/MCR-R2015b.eb
Normal file
@ -0,0 +1,21 @@
|
||||
# IT4Innovations 2021
|
||||
# LK
|
||||
|
||||
name = 'MCR'
|
||||
version = 'R2015b'
|
||||
|
||||
homepage = 'http://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 = [
|
||||
'http://www.mathworks.com/supportfiles/downloads/%(version)s/deployment_files/%(version)s/installers/glnxa64/',
|
||||
]
|
||||
sources = ['%(name)s_%(version)s_glnxa64_installer.zip']
|
||||
|
||||
dependencies = [('Java', '1.8.0_221')]
|
||||
|
||||
moduleclass = 'math'
|
21
m/MCR/MCR-R2021a.0.eb
Normal file
21
m/MCR/MCR-R2021a.0.eb
Normal file
@ -0,0 +1,21 @@
|
||||
# IT4Innovations 2021
|
||||
# LK
|
||||
|
||||
name = 'MCR'
|
||||
version = 'R2021a'
|
||||
local_update = '0'
|
||||
versionsuffix = '.%s' % local_update
|
||||
|
||||
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 = ['f971843a7c1d06f10471859bd4eed8ecf374346e4a1b4f8be290aa279a2c6f1c']
|
||||
|
||||
moduleclass = 'math'
|
@ -17,11 +17,7 @@ sources = ['v4.0.4.tar.gz']
|
||||
|
||||
dependencies = [
|
||||
('hwloc', '2.2.0'),
|
||||
('zlib', '1.2.11'),
|
||||
('UCX', '1.9.0',),
|
||||
('libfabric', '1.11.0'),
|
||||
('PMIx', '3.1.5'),
|
||||
('libevent', '2.1.12'),
|
||||
('Java', '1.8.0_221', '', True),
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user