Skip to content

Commit

Permalink
Merge pull request easybuilders#19446 from WilleBell/20231219175715_n…
Browse files Browse the repository at this point in the history
…ew_pr_wandb0161

{ai,lib}[GCC/12.3.0,GCCcore/12.3.0] wandb v0.16.1, GitPython v3.1.40
  • Loading branch information
casparvl authored Dec 19, 2023
2 parents 7ae511e + 809eaa8 commit e352778
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
easyblock = 'PythonBundle'

name = 'GitPython'
version = '3.1.40'

homepage = 'https://gitpython.readthedocs.org'
description = """ GitPython is a python library used to interact with Git repositories """

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

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

dependencies = [
('Python', '3.11.3'),
('git', '2.41.0', '-nodocs'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('smmap', '5.0.1', {
'checksums': ['dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62'],
}),
('gitdb', '4.0.11', {
'checksums': ['bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b'],
}),
(name, version, {
'modulename': 'git',
'checksums': ['22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4'],
}),
]

moduleclass = 'lib'
48 changes: 48 additions & 0 deletions easybuild/easyconfigs/w/wandb/wandb-0.16.1-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
easyblock = 'PythonBundle'

name = 'wandb'
version = '0.16.1'

homepage = 'https://wandb.ai'
description = """CLI and Python API for Weights and Biases (wandb), a tool for visualizing and
tracking your machine learning experiments."""

toolchain = {'name': 'GCC', 'version': '12.3.0'}

dependencies = [
('Python', '3.11.3'),
('Python-bundle-PyPI', '2023.06'),
('GitPython', '3.1.40'),
('PyYAML', '6.0'),
('protobuf-python', '4.24.0'),
('hatchling', '1.18.0'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('docker-pycreds', '0.4.0', {
'modulename': 'dockerpycreds',
'checksums': ['6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4'],
}),
('urllib3', '2.1.0', {
'checksums': ['df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54'],
}),
('sentry-sdk', '1.39.1', {
'checksums': ['320a55cdf9da9097a0bead239c35b7e61f53660ef9878861824fd6d9b2eaf3b5'],
}),
('setproctitle', '1.3.3', {
'checksums': ['c913e151e7ea01567837ff037a23ca8740192880198b7fbb90b16d181607caae'],
}),
(name, version, {
'checksums': ['ffe6e8dd8cc8fcd72010c1246fb3d6d226b37c4f111f3f94308a1c0ae28a2fec'],
}),
]

sanity_check_paths = {
'files': ['bin/%s' % x for x in ['wandb', 'wb']],
'dirs': ['lib/python%(pyshortver)s/site-packages']
}

moduleclass = 'ai'

0 comments on commit e352778

Please sign in to comment.