Skip to content
Merged
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
27 changes: 27 additions & 0 deletions easybuild/easyconfigs/p/Pint/Pint-0.19.2-GCCcore-11.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'PythonPackage'

name = 'Pint'
version = '0.19.2'

homepage = 'https://github.com/hgrecco/pint'
description = """Pint is a Python package to define, operate and
manipulate physical quantities: the product of a numerical value and a
unit of measurement. It allows arithmetic operations between them and
conversions from and to different units."""

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

sources = [SOURCE_TAR_GZ]
checksums = ['e1d4989ff510b378dad64f91711e7bdabe5ca78d75b06a18569ac454678c4baf']

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

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

download_dep_fail = True
use_pip = True
sanity_pip_check = True

moduleclass = 'numlib'