From fd59335b8d6266313ffa6b1151d28960d90279f6 Mon Sep 17 00:00:00 2001 From: Pavel Holba Date: Thu, 19 Sep 2024 14:22:02 +0200 Subject: [PATCH] new file: t/TenPy/TenPy-1.0.3-gfbf-2023b.eb --- t/TenPy/TenPy-1.0.3-gfbf-2023b.eb | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 t/TenPy/TenPy-1.0.3-gfbf-2023b.eb diff --git a/t/TenPy/TenPy-1.0.3-gfbf-2023b.eb b/t/TenPy/TenPy-1.0.3-gfbf-2023b.eb new file mode 100644 index 00000000..a6aebc79 --- /dev/null +++ b/t/TenPy/TenPy-1.0.3-gfbf-2023b.eb @@ -0,0 +1,29 @@ +# IT4Innovations +# PH 2024 + +easyblock = 'PythonPackage' + +name = 'TenPy' +version = '1.0.3' + +homepage = 'https://tenpy.readthedocs.io/en/latest/' +description = """TeNPy (short for ‘Tensor Network Python’) is a Python library for the simulation of +strongly correlated quantum systems with tensor networks.""" + +# https://github.com/tenpy/tenpy/archive/refs/tags/v1.0.3.tar.gz +source_urls = ['https://github.com/tenpy/tenpy/archive/refs/tags/'] +sources = [f'v{version}.tar.gz'] +checksums = ['2afcb26d81e53eda351298344caa3f81aaa7af96da8c90a2795071898cf4b3e2'] + +toolchain = {'name': 'gfbf', 'version': '2023b'} + +dependencies = [ + ('Python', '3.11.5'), + ('SciPy-bundle', '2023.11',), + ('Python-bundle-PyPI', '2023.10') +] + +use_pip = True + + +moduleclass = 'lib' \ No newline at end of file