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

cleanup

parent 6e7d9cda
Branches
No related tags found
No related merge requests found
...@@ -748,14 +748,6 @@ postinstallcmds = [ ...@@ -748,14 +748,6 @@ postinstallcmds = [
'source %(builddir)s/env.sh && jupyter serverextension enable --py jupyterlab_iframe', 'source %(builddir)s/env.sh && jupyter serverextension enable --py jupyterlab_iframe',
'source %(builddir)s/env.sh && jupyter serverextension enable --py jupyterlab_s3_browser', 'source %(builddir)s/env.sh && jupyter serverextension enable --py jupyterlab_s3_browser',
# STILL NEEDED ???
# dask_labextension
# (
# 'cp %(builddir)s/dask_labextension/dask_labextension-6.1.0/'
# 'dask_labextension/labextension/schemas/dask-labextension/plugin.json '
# ' %(installdir)s/share/jupyter/labextensions/dask-labextension/schemas/dask-labextension/plugin.json'
# ),
# jupyterlab-latex fix for https://github.com/jupyterlab/jupyterlab-latex/issues/110#issuecomment-1241460371 # jupyterlab-latex fix for https://github.com/jupyterlab/jupyterlab-latex/issues/110#issuecomment-1241460371
( (
'{ cat >> %(installdir)s/etc/jupyter/jupyter_notebook_config.py; } << \'EOF\'\n' '{ cat >> %(installdir)s/etc/jupyter/jupyter_notebook_config.py; } << \'EOF\'\n'
...@@ -885,7 +877,7 @@ postinstallcmds = [ ...@@ -885,7 +877,7 @@ postinstallcmds = [
# ################################################### # ###################################################
# 'chmod -R g-w %(installdir)s ', # software-group must not modify the installation on accident # 'chmod -R g-w %(installdir)s ', # software-group must not modify the installation on accident
# 'chmod -R ugo-w %(installdir)s/share ', # Noone should add files/configs to the global share after install # 'chmod -R ugo-w %(installdir)s/share ', # Noone should add files/configs to the global share after install
# 'chmod -R ug-w ...../2023/software/Python/3.10.6-GCCcore-11.3.0/share ', # Python module, too # 'chmod -R ug-w ...../2023/software/Python/3.10.4-GCCcore-11.3.0/share ', # Python module, too
] ]
# specify that Bundle easyblock should run a full sanity check, rather than just trying to load the module # specify that Bundle easyblock should run a full sanity check, rather than just trying to load the module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment