Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
c898b00f
Commit
c898b00f
authored
Aug 27, 2023
by
Jens Henrik Goebbert
Browse files
Options
Downloads
Patches
Plain Diff
update simplevisor to 1.0.0 for MATLAB
parent
5a77fe49
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb
+11
-5
11 additions, 5 deletions
...n_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb
with
11 additions
and
5 deletions
Golden_Repo/j/JupyterLab/JupyterLab-2023.3.6-GCCcore-11.3.0.eb
+
11
−
5
View file @
c898b00f
...
@@ -171,8 +171,14 @@ exts_list = [
...
@@ -171,8 +171,14 @@ exts_list = [
# jupyterlab ####################################
# jupyterlab ####################################
('jupyterlab', local_jlab_version, {
('jupyterlab', local_jlab_version, {
'patches': [
'patches': [
('jupyterlab-silencenotify.patch', '.'),
{
('401.html', '.'),
'name': 'jupyterlab-silencenotify.patch',
'copy': '.'
},
{
'name': '401.html',
'copy': '.'
},
# 'jupyterlab-rendermime_p14618.patch'
# 'jupyterlab-rendermime_p14618.patch'
],
],
'checksums': [
'checksums': [
...
@@ -200,8 +206,8 @@ exts_list = [
...
@@ -200,8 +206,8 @@ exts_list = [
('aiohttp', '3.8.4', {
('aiohttp', '3.8.4', {
'checksums': ['bf2e1a9162c1e441bf805a1fd166e249d574ca04e03b34f97e2928769e91ab5c'],
'checksums': ['bf2e1a9162c1e441bf805a1fd166e249d574ca04e03b34f97e2928769e91ab5c'],
}),
}),
('simpervisor', '0.
4
', {
('simpervisor', '
1.
0.
0
', {
'checksums': ['
cec79e13cdbd6edb04a5c98c1ff8d4bd9713e706c069226909a1ef0e89d39
3c
5
'],
'checksums': ['
7eb87ca86d5e276976f5bb0290975a05d452c6a7b7f58062daea7d8369c82
3c
1
'],
}),
}),
('jupyter_server_proxy', '4.0.0', {
('jupyter_server_proxy', '4.0.0', {
'patches': [
'patches': [
...
@@ -833,7 +839,7 @@ postinstallcmds = [
...
@@ -833,7 +839,7 @@ postinstallcmds = [
# disable notifications about new JupyterLab versions
# disable notifications about new JupyterLab versions
(
(
'patch "%%(installdir)s/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json" '
'patch "%%(installdir)s/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json" '
' < %%(builddir)s/jupyterlab/jupyterlab-%s/
jupyter
jupyterlab-silencenotify.patch'
' < %%(builddir)s/jupyterlab/jupyterlab-%s/jupyterlab-silencenotify.patch'
) % local_jlab_version,
) % local_jlab_version,
# add webpage, which leads back to https://jupyter-jsc.fz-juelich.de
# add webpage, which leads back to https://jupyter-jsc.fz-juelich.de
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment