From 1b1856b236e56a5498457c4a9444b68ea0ff493b Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Thu, 19 Jan 2023 13:48:57 +0100 Subject: [PATCH] adding easyconfig: SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb --- ...-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Golden_Repo/s/SciPy-Stack/SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb diff --git a/Golden_Repo/s/SciPy-Stack/SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb b/Golden_Repo/s/SciPy-Stack/SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb new file mode 100644 index 000000000..80252f39c --- /dev/null +++ b/Golden_Repo/s/SciPy-Stack/SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb @@ -0,0 +1,21 @@ +easyblock = 'Bundle' +name = 'SciPy-Stack' +version = '2022a' + +homepage = 'http://www.scipy.org' +description = """SciPy Stack is a collection of open source software for scientific computing in Python. +SciPy Stack includes SciPy-bundle/2022.05, matplotlib/3.5.2, Seaborn/0.12.1, sympy/1.11.1 and xarray/2022.9.0. +""" + +toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'} + +dependencies = [ + ('Python', '3.10.4'), + ('SciPy-bundle', '2022.05'), + ('matplotlib', '3.5.2'), + ('Seaborn', '0.12.1'), + ('sympy', '1.11.1'), + ('xarray', '2022.9.0'), +] + +moduleclass = 'vis' -- GitLab