Skip to content

Commit

Permalink
Merge pull request #21802 from lexming/20241107150155_new_pr_jupyterl…
Browse files Browse the repository at this point in the history
…mod521

{tools}[GCCcore/13.2.0] jupyterlmod v5.2.1
  • Loading branch information
Micket authored Nov 7, 2024
2 parents bcbf14b + ff06f52 commit 2912a38
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
('JupyterNotebook', '7.2.0'),
('nbclassic', '1.0.0'),
('jupyter-server-proxy', '4.1.2'),
# ('jupyterlmod', '5.0.0'), -- not ready yet, waiting for https://github.com/cmd-ntrf/jupyter-lmod/pull/70
('jupyterlmod', '5.2.1'),
('jupyter-resource-usage', '1.0.2'),
]

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
easyblock = 'PythonBundle'

name = 'jupyterlmod'
version = '5.2.1'

# This easyconfig installs the notebook and lab extension of Jupyter Lmod

homepage = 'https://github.com/cmd-ntrf/jupyter-lmod'
description = """Jupyter interactive notebook server extension that allows users to interact with
environment modules before launching kernels. The extension uses Lmod's Python
interface to accomplish module-related tasks like loading, unloading, saving
collections, etc."""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

builddependencies = [
('binutils', '2.40'),
]

dependencies = [
('Python', '3.11.5'),
('JupyterNotebook', '7.2.0'),
]

use_pip = True

exts_list = [
(name, version, {
'sources': ['%(name)s-%(version)s-py3-none-any.whl'],
'checksums': ['6f9c94d80b813792a6b63aeff5f2672f7d485ce43a7fd5bb7f6fce1c0907cad5'],
}),
]

sanity_pip_check = True

sanity_check_paths = {
'files': [],
'dirs': ['lib/python%(pyshortver)s/site-packages', 'share/jupyter'],
}

modextrapaths = {'EB_ENV_JUPYTER_ROOT': ''}

moduleclass = 'tools'

0 comments on commit 2912a38

Please sign in to comment.