Skip to content

Commit

Permalink
Tweak matlab section
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman committed May 16, 2024
1 parent 8828e36 commit c3f4f82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions paper/paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ \subsection{preCICE}
preCICE & library & cmake & 2.5.0 \\ \hline
Fortran module & bindings & make & 9e3f405 \\ \hline
Julia bindings & bindings & julia & 2.5.0 \\ \hline
Matlab bindings & bindings & matlab build script & 2.5.0.0 \\ \hline
MATLAB bindings & bindings & matlab build script & 2.5.0.0 \\ \hline
Python bindings & bindings & setup.py & 2.5.0.1 \\ \hline
ASTE & tooling & cmake & 3.0.0 \\ \hline
Config visualizer & tooling & setup.py & 60f2165 \\ \hline
Expand Down Expand Up @@ -202,11 +202,11 @@ \subsection{Bindings}

Bindings are used to offer interfaces to other programming languages.

\subsubsection{Matlab bindings}
\subsubsection{MATLAB bindings}

There were several attempts to package matlab\footnote{\url{https://de.mathworks.com/products/matlab.html}} for NixOS in the past\footnote{\url{https://github.com/NixOS/nixpkgs/issues/56887}}, yet there was no success so far.
This might be due to the fact, that matlab needs to be installed by running an installation wizard that downloads files during the installation process and verifies the licence.
Also, as matlab is not installed in the VM, we decided to not proceed in packaging the software.
There were several attempts to package MATLAB\footnote{\url{https://de.mathworks.com/products/matlab.html}} for NixOS in the past\footnote{\url{https://github.com/NixOS/nixpkgs/issues/56887}}, yet there was no success so far.
This might be due to the fact, that MATLAB needs to be installed by running an installation wizard that downloads files during the installation process and verifies the licence.
Also, as MATLAB is not installed in the preCICE VM, we do not proceed in packaging the software.

\subsubsection{Fortran module}

Expand Down

0 comments on commit c3f4f82

Please sign in to comment.