Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# J. Sassmannshausen (Imperial College London/UK)

easyblock = 'PythonBundle'

name = 'py-cpuinfo'
version = '8.0.0'

homepage = 'https://github.com/workhorsy/py-cpuinfo'
description = """ Py-cpuinfo gets CPU info with pure Python.
Py-cpuinfo should work without any extra programs or libraries,
beyond what your OS provides. It does not require any
compilation(C/C++, assembly, et cetera) to use. It works with Python 3.
"""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

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

dependencies = [('Python', '3.9.6')]

use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'checksums': ['5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5'],
'modulename': 'cpuinfo',
}),
]

moduleclass = 'lib'
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# J. Sassmannshausen (Imperial College London/UK)

easyblock = 'PythonBundle'

name = 'py-cpuinfo'
version = '9.0.0'

homepage = 'https://github.com/workhorsy/py-cpuinfo'
description = """ Py-cpuinfo gets CPU info with pure Python.
Py-cpuinfo should work without any extra programs or libraries,
beyond what your OS provides. It does not require any
compilation(C/C++, assembly, et cetera) to use. It works with Python 3.
"""
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}

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

dependencies = [('Python', '3.9.6')]

use_pip = True
sanity_pip_check = True

exts_list = [
(name, version, {
'checksums': ['3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690'],
'modulename': 'cpuinfo',
}),
]

moduleclass = 'lib'