Skip to content
Snippets Groups Projects
Commit 9ecb39e2 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'sa-SciPy2021' into '2022'

{math}[GCC/11.2.0,foss/2021b] sympy v1.8, gmpy2 v2.1.0b5 w/ Python 3.9.6

See merge request hps-public/easybuild-repository!963
parents 9e35cf49 7e9febc6
No related branches found
No related tags found
No related merge requests found
easyblock = 'PythonPackage' easyblock = 'PythonPackage'
name = 'gmpy2' name = 'gmpy2'
version = '2.1.0rc1' version = '2.1.0b5'
homepage = 'https://github.com/aleaxit/gmpy' homepage = 'https://github.com/aleaxit/gmpy'
description = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x" description = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x"
...@@ -9,7 +9,7 @@ description = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x" ...@@ -9,7 +9,7 @@ description = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x"
toolchain = {'name': 'gcccoremkl', 'version': '11.2.0-2021.4.0'} toolchain = {'name': 'gcccoremkl', 'version': '11.2.0-2021.4.0'}
sources = [SOURCE_TAR_GZ] sources = [SOURCE_TAR_GZ]
checksums = ['86cb6d8e5837560c32c706d48d6ed25676be6b3c79e6aa5d245965b9e99231b9'] checksums = ['8951bcfc61c0f40102b92a4777daf9eb85445b537c4d09086deb0e097190bef0']
dependencies = [ dependencies = [
('Python', '3.9.6'), ('Python', '3.9.6'),
......
...@@ -13,7 +13,7 @@ dependencies = [ ...@@ -13,7 +13,7 @@ dependencies = [
('SciPy-bundle', '2021.10'), ('SciPy-bundle', '2021.10'),
('matplotlib', '3.4.3'), ('matplotlib', '3.4.3'),
('Seaborn', '0.11.2'), ('Seaborn', '0.11.2'),
('sympy', '1.9'), ('sympy', '1.8'),
('xarray', '0.20.1'), ('xarray', '0.20.1'),
] ]
......
easyblock = 'PythonPackage' easyblock = 'PythonPackage'
name = 'sympy' name = 'sympy'
version = '1.9' version = '1.8'
homepage = 'https://sympy.org/' homepage = 'https://sympy.org/'
description = """SymPy is a Python library for symbolic mathematics. It aims to description = """SymPy is a Python library for symbolic mathematics. It aims to
...@@ -12,12 +12,12 @@ description = """SymPy is a Python library for symbolic mathematics. It aims to ...@@ -12,12 +12,12 @@ description = """SymPy is a Python library for symbolic mathematics. It aims to
toolchain = {'name': 'gcccoremkl', 'version': '11.2.0-2021.4.0'} toolchain = {'name': 'gcccoremkl', 'version': '11.2.0-2021.4.0'}
sources = [SOURCE_TAR_GZ] sources = [SOURCE_TAR_GZ]
checksums = ['c7a880e229df96759f955d4f3970d4cabce79f60f5b18830c08b90ce77cd5fdc'] checksums = ['1ca588a9f6ce6a323c5592f9635159c2093572826668a1022c75c75bdf0297cb']
dependencies = [ dependencies = [
('Python', '3.9.6'), ('Python', '3.9.6'),
('SciPy-bundle', '2021.10'), ('SciPy-bundle', '2021.10'),
('gmpy2', '2.1.0rc1'), ('gmpy2', '2.1.0b5'),
] ]
download_dep_fail = True download_dep_fail = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment