Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add easyconfig f90wrap-0.2.13-foss-2023b.eb #22034

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

julianmorillo
Copy link
Contributor

No description provided.

Copy link

Updated software f90wrap-0.2.13-foss-2023b.eb

Diff against f90wrap-0.2.13-foss-2023a.eb

easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023a.eb

diff --git a/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023a.eb b/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023b.eb
index 153e5ca422..8d167b5eae 100644
--- a/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023a.eb
+++ b/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023b.eb
@@ -11,7 +11,7 @@ interface to the original Fortran code which is then suitable for wrapping with
 f2py, together with a higher-level Pythonic wrapper that makes the existance of
 an additional layer transparent to the final user."""
 
-toolchain = {'name': 'foss', 'version': '2023a'}
+toolchain = {'name': 'foss', 'version': '2023b'}
 
 sources = [SOURCE_TAR_GZ]
 patches = ['f90wrap-0.2.13_fix_old_typing.patch']
@@ -24,8 +24,8 @@ builddependencies = [
     ('meson-python', '0.15.0')
 ]
 dependencies = [
-    ('Python', '3.11.3'),
-    ("SciPy-bundle", "2023.07"),
+    ('Python', '3.11.5'),
+    ("SciPy-bundle", "2023.11"),
 ]
 
 download_dep_fail = True
Diff against f90wrap-0.2.11-foss-2022a.eb

easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.11-foss-2022a.eb

diff --git a/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.11-foss-2022a.eb b/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023b.eb
index 65b8862243..8d167b5eae 100644
--- a/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.11-foss-2022a.eb
+++ b/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023b.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonPackage'
 
 name = 'f90wrap'
-version = '0.2.11'
+version = '0.2.13'
 
 homepage = 'https://github.com/jameskermode/f90wrap'
 description = """f90wrap is a tool to automatically generate Python extension modules which
@@ -11,14 +11,21 @@ interface to the original Fortran code which is then suitable for wrapping with
 f2py, together with a higher-level Pythonic wrapper that makes the existance of
 an additional layer transparent to the final user."""
 
-toolchain = {'name': 'foss', 'version': '2022a'}
+toolchain = {'name': 'foss', 'version': '2023b'}
 
 sources = [SOURCE_TAR_GZ]
-checksums = ['7f5eda60efbf9ce5bdffb0c864922910c2766bf9eefd3af290c81051226f7fc7']
+patches = ['f90wrap-0.2.13_fix_old_typing.patch']
+checksums = [
+    {'f90wrap-0.2.13.tar.gz': 'a61b73bb1cf028db54ad4b0c48627080d88e14463803dd55713c70f3e88b911e'},
+    {'f90wrap-0.2.13_fix_old_typing.patch': 'e6fad329e4436b0ad2bd093d0a8dd22bf03fe6128dfe9e38d0db6bd0c2ed79e1'},
+]
 
+builddependencies = [
+    ('meson-python', '0.15.0')
+]
 dependencies = [
-    ('Python', '3.10.4'),
-    ('SciPy-bundle', '2022.05'),
+    ('Python', '3.11.5'),
+    ("SciPy-bundle", "2023.11"),
 ]
 
 download_dep_fail = True
Diff against f90wrap-0.2.8-foss-2021a.eb

easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.8-foss-2021a.eb

diff --git a/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.8-foss-2021a.eb b/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023b.eb
index d4004ab3cc..8d167b5eae 100644
--- a/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.8-foss-2021a.eb
+++ b/easybuild/easyconfigs/f/f90wrap/f90wrap-0.2.13-foss-2023b.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonPackage'
 
 name = 'f90wrap'
-version = '0.2.8'
+version = '0.2.13'
 
 homepage = 'https://github.com/jameskermode/f90wrap'
 description = """f90wrap is a tool to automatically generate Python extension modules which
@@ -11,14 +11,21 @@ interface to the original Fortran code which is then suitable for wrapping with
 f2py, together with a higher-level Pythonic wrapper that makes the existance of
 an additional layer transparent to the final user."""
 
-toolchain = {'name': 'foss', 'version': '2021a'}
+toolchain = {'name': 'foss', 'version': '2023b'}
 
 sources = [SOURCE_TAR_GZ]
-checksums = ['23524b66ffb71365d93a701065cefb33bc3ba869bed18d0884d08fac05f097f2']
+patches = ['f90wrap-0.2.13_fix_old_typing.patch']
+checksums = [
+    {'f90wrap-0.2.13.tar.gz': 'a61b73bb1cf028db54ad4b0c48627080d88e14463803dd55713c70f3e88b911e'},
+    {'f90wrap-0.2.13_fix_old_typing.patch': 'e6fad329e4436b0ad2bd093d0a8dd22bf03fe6128dfe9e38d0db6bd0c2ed79e1'},
+]
 
+builddependencies = [
+    ('meson-python', '0.15.0')
+]
 dependencies = [
-    ('Python', '3.9.5'),
-    ('SciPy-bundle', '2021.05'),
+    ('Python', '3.11.5'),
+    ("SciPy-bundle", "2023.11"),
 ]
 
 download_dep_fail = True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant