Portal/TA1/MaRDI Packaging System: Difference between revisions
m LKastner moved page Portal/T1/MaRDI Packaging System to Portal/TA1/MaRDI Packaging System: Aaruni was not aware of the T1 subarea |
|
(No difference)
|
Revision as of 14:24, 6 December 2023
MaRDI Packaging System
The MaRDI Packaging System ( MaPS for short) is a software packaging system which encapsulates an executable and its dependency environment in a single runtime.
Introduction
In computer systems, software behaviour can change from release to release. For real reproducibility, it is important to preserve and share the entire execution environment, not just the programming code of research software. MaPS solves this by providing a simple framework for bundling and publishing an application along with all the libraries it needs to execute into a runtime. This runtime is then deployed on host systems, in a way that it does not conflict with, or depend on, the libraries already existing on a host system.
Links
MaPS can be found on Github at https://github.com/aaruni96/maps , and further instructions can be found on the wiki at https://github.com/aaruni96/maps/wiki/Deploy-and-Run-OSCAR .