Skip to content
Snippets Groups Projects
Commit a2627512 authored by Anke Kreuzer's avatar Anke Kreuzer
Browse files

Merge branch 'MATLAB' into '2023'

JupyterProxy-Matlab (fix env-variable)

See merge request software-team/easybuild!2169
parents bc1a12b8 95ff611e
No related branches found
No related tags found
No related merge requests found
......@@ -114,10 +114,14 @@ postinstallcmds = [
'chmod +x %(installdir)s/bin/Xvfb'
]
modextravars = {
'MWI_USE_EXISTING_LICENSE': 'True',
}
# Jupyter-matlab-kernel DISABLED:
# https://github.com/mathworks/jupyter-matlab-proxy/issues/62
modextrapaths = {
'MWI_USE_EXISTING_LICENSE': 'True',
# 'MWI_CUSTOM_MATLAB_ROOT': 'lib/python%(pyshortver)s/site-packages/jupyter_matlab_proxy/',
# 'JUPYTER_PATH': ['share/jupyter'], # add search path for kernelspecs
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment