From a3c9c20f321441966980166c621f0a987d113d98 Mon Sep 17 00:00:00 2001 From: sassy Date: Wed, 14 Dec 2022 12:13:23 +0000 Subject: [PATCH] adding easyconfigs: Pint-0.19.2-GCCcore-11.2.0.eb --- .../p/Pint/Pint-0.19.2-GCCcore-11.2.0.eb | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 easybuild/easyconfigs/p/Pint/Pint-0.19.2-GCCcore-11.2.0.eb diff --git a/easybuild/easyconfigs/p/Pint/Pint-0.19.2-GCCcore-11.2.0.eb b/easybuild/easyconfigs/p/Pint/Pint-0.19.2-GCCcore-11.2.0.eb new file mode 100644 index 000000000000..565dc4060318 --- /dev/null +++ b/easybuild/easyconfigs/p/Pint/Pint-0.19.2-GCCcore-11.2.0.eb @@ -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'