Skip to content
Snippets Groups Projects
Commit 87b0e6e2 authored by Jens Henrik Goebbert's avatar Jens Henrik Goebbert
Browse files

cleanup

parent fd322a51
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ name = 'JupyterProxy-Matlab' ...@@ -4,6 +4,8 @@ name = 'JupyterProxy-Matlab'
version = '0.8.0' version = '0.8.0'
local_jupyterver = '2023.3.6' local_jupyterver = '2023.3.6'
versionsuffix = '-' + local_jupyterver versionsuffix = '-' + local_jupyterver
# only users of the UNIX-group 'matlab' must have access
group = 'matlab' group = 'matlab'
homepage = 'https://github.com/mathworks/jupyter-matlab-proxy' homepage = 'https://github.com/mathworks/jupyter-matlab-proxy'
......
# Attention: before calling 'eb':
# export EB_MATLAB_KEY as fileInstallationKey
# or export EB_MATLAB_LICFILE as license file
name = 'MATLAB' name = 'MATLAB'
version = '2023a' version = '2023a'
# only users of the UNIX-group 'matlab' must have access
group = 'matlab' group = 'matlab'
homepage = 'https://www.mathworks.com/products/matlab.html' homepage = 'https://www.mathworks.com/products/matlab.html'
...@@ -20,10 +26,6 @@ dependencies = [ ...@@ -20,10 +26,6 @@ dependencies = [
java_options = '-Xmx2048m' java_options = '-Xmx2048m'
# Attention: before calling 'eb':
# export EB_MATLAB_KEY as fileInstallationKey
# or export EB_MATLAB_LICFILE as license file
postinstallcmds = [ postinstallcmds = [
# create a wrapper script to ensure we do not mess up the environment # create a wrapper script to ensure we do not mess up the environment
# because MATLAB comes with its own libstdc++ and other system libs # because MATLAB comes with its own libstdc++ and other system libs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment