Skip to content

Commit

Permalink
adding easyconfigs: tensorboard-2.15.1-gfbf-2023a.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Jan 22, 2024
1 parent 8bb7c62 commit 1777a37
Showing 1 changed file with 82 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
easyblock = 'PythonBundle'

name = 'tensorboard'
version = '2.15.1'

homepage = 'https://github.com/tensorflow/tensorboard'
description = """TensorBoard is a suite of web applications for inspecting and understanding your TensorFlow runs
and graphs."""

toolchain = {'name': 'gfbf', 'version': '2023a'}

builddependencies = [
('poetry', '1.5.1'),
]

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('protobuf-python', '4.24.0'),
]

# upper constraint can be removed if protobuf-python is patched
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/19671
postinstallcmds = ["sed -i 's/protobuf <4.24,>=3.19.6/protobuf >=3.19.6/g' "
"%(installdir)s/lib/python%(pyshortver)s/site-packages/%(name)s-%(version)s.dist-info/METADATA"]

exts_list = [
('absl-py', '2.1.0', {
'modulename': 'absl',
'checksums': ['7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff'],
}),
('cachetools', '5.3.2', {
'checksums': ['086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2'],
}),
('pyasn1_modules', '0.3.0', {
'checksums': ['5bd01446b736eb9d31512a30d46c1ac3395d676c6f3cafa4c03eb54b9925631c'],
}),
('rsa', '4.9', {
'checksums': ['e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21'],
}),
('google-auth', '2.26.2', {
'modulename': 'google.auth',
'checksums': ['97327dbbf58cccb58fc5a1712bba403ae76668e64814eb30f7316f7e27126b81'],
}),
('oauthlib', '3.2.2', {
'checksums': ['9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918'],
}),
('requests-oauthlib', '1.3.1', {
'checksums': ['75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a'],
}),
('google-auth-oauthlib', '1.2.0', {
'checksums': ['292d2d3783349f2b0734a0a0207b1e1e322ac193c2c09d8f7c613fb7cc501ea8'],
}),
('grpcio', '1.60.0', {
'modulename': 'grpc',
'preinstallopts': "export GRPC_PYTHON_BUILD_EXT_COMPILER_JOBS=%(parallel)s && ",
'checksums': ['2199165a1affb666aa24adf0c97436686d0a61bc5fc113c037701fb7c7fceb96'],
}),
('Markdown', '3.5.2', {
'checksums': ['e1ac7b3dc550ee80e602e71c1d168002f062e49f1b11e26a36264dafd4df2ef8'],
}),
('tensorboard_data_server', '0.7.2', {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
'checksums': ['7e0610d205889588983836ec05dc098e80f97b7e7bbff7e994ebb78f578d0ddb'],
}),
('tensorboard_plugin_wit', '1.8.1', {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
'checksums': ['ff26bdd583d155aa951ee3b152b3d0cffae8005dc697f72b44a8e8c2a77a8cbe'],
}),
('werkzeug', '3.0.1', {
'checksums': ['507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc'],
}),
(name, version, {
'source_tmpl': '%(name)s-%(version)s-py3-none-any.whl',
'checksums': ['c46c1d1cf13a458c429868a78b2531d8ff5f682058d69ec0840b0bc7a38f1c0f'],
}),
]

use_pip = True
sanity_pip_check = True

moduleclass = 'lib'

0 comments on commit 1777a37

Please sign in to comment.