Skip to content

Commit

Permalink
Merge pull request #20521 from PetrKralCZ/20240514104812_new_pr_wfdb412
Browse files Browse the repository at this point in the history
{lib}[foss/2022a] wfdb v4.1.2
  • Loading branch information
smoors committed May 14, 2024
2 parents 59a369f + 4083b8a commit 3237b76
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions easybuild/easyconfigs/w/wfdb/wfdb-4.1.2-foss-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
easyblock = 'PythonBundle'

name = 'wfdb'
version = '4.1.2'

homepage = 'https://wfdb.readthedocs.io/en/latest/'
description = """The native Python waveform-database (WFDB) package.
A library of tools for reading, writing, and processing WFDB signals and annotations."""

toolchain = {'name': 'foss', 'version': '2022a'}

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

dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
('cffi', '1.15.1'),
('matplotlib', '3.5.2'),
('libsndfile', '1.1.0'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('soundfile', '0.12.1', {
'source_tmpl': SOURCE_WHL,
'checksums': ['828a79c2e75abab5359f780c81dccd4953c45a2c4cd4f05ba3e233ddf984b882'],
}),
('certifi', '2024.2.2', {
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1'],
}),
('idna', '3.7', {
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0'],
}),
('charset_normalizer', '3.3.2', {
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc'],
}),
# not the latest version to avoid hatchling
('urllib3', '1.26.18', {
'source_tmpl': SOURCE_WHL,
'checksums': ['34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07'],
}),
('requests', '2.31.0', {
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f'],
}),
(name, version, {
'source_tmpl': SOURCE_PY3_WHL,
'checksums': ['57ef64309ec7793bb11611c646d129f0b1936b598947fed8c14f90a35665053d'],
}),
]

moduleclass = 'lib'

0 comments on commit 3237b76

Please sign in to comment.