Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{tools}[gfbf/2024a] Scalene v1.5.51 #22236

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions easybuild/easyconfigs/s/Scalene/Scalene-1.5.51-gfbf-2024a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
easyblock = 'PythonBundle'

name = 'Scalene'
version = '1.5.51'

homepage = 'https://github.com/plasma-umass/scalene'
description = """Scalene is a high-performance CPU, GPU and memory profiler for Python that does a number of things
that other Python profilers do not and cannot do. It runs orders of magnitude faster than other profilers while
delivering far more detailed information."""

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

builddependencies = [
('binutils', '2.42'),
('poetry', '1.8.3'),
]

dependencies = [
('Python', '3.12.3'),
('Python-bundle-PyPI', '2024.06'),
('SciPy-bundle', '2024.05'),
('pydantic', '2.9.1'),
]

exts_list = [
('cloudpickle', '3.1.1', {
'checksums': ['b216fa8ae4019d5482a8ac3c95d8f6346115d8835911fd4aefd1a445e4242c64'],
}),
('nvidia_ml_py', '12.570.86', {
'modulename': 'pynvml',
'checksums': ['0508d4a0c7b6d015cf574530b95a62ed4fc89da3b8b47e1aefe6777db170ec8b'],
}),
(name, version, {
'source_tmpl': '%(namelower)s-%(version)s.tar.gz',
'checksums': ['ad33b6ce79239b5a6aff4ec78fa576fe2076b46f78c4c7e5fbc78a927b83374d'],
}),
]

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

sanity_check_commands = ["scalene --help"]

moduleclass = 'tools'
Loading