Skip to content

{geo}[foss/2024a] pyOpenRiverCam v0.8.6, rasterio v1.3.11 w/ rasterio 1.3.11 #23540

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

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

Conversation

WilleBell
Copy link
Contributor

@WilleBell WilleBell commented Jul 30, 2025

Copy link

Updated software rasterio-1.3.11-foss-2024a.eb

Diff against rasterio-1.4.3-foss-2024a.eb

easybuild/easyconfigs/r/rasterio/rasterio-1.4.3-foss-2024a.eb

diff --git a/easybuild/easyconfigs/r/rasterio/rasterio-1.4.3-foss-2024a.eb b/easybuild/easyconfigs/r/rasterio/rasterio-1.3.11-foss-2024a.eb
index fc19986db7..a5041dc25f 100644
--- a/easybuild/easyconfigs/r/rasterio/rasterio-1.4.3-foss-2024a.eb
+++ b/easybuild/easyconfigs/r/rasterio/rasterio-1.3.11-foss-2024a.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'rasterio'
-version = '1.4.3'
+version = '1.3.11'
 
 homepage = 'https://github.com/mapbox/rasterio'
 description = "Rasterio reads and writes geospatial raster data."
@@ -30,9 +30,12 @@ exts_list = [
     ('cligj', '0.7.2', {
         'checksums': ['a4bc13d623356b373c2c27c53dbd9c68cae5d526270bfa71f6c6fa69669c6b27'],
     }),
+    ('snuggs', '1.4.7', {
+        'checksums': ['501cf113fe3892e14e2fee76da5cd0606b7e149c411c271898e6259ebde2617b'],
+    }),
     (name, version, {
-        'checksums': ['201f05dbc7c4739dacb2c78a1cf4e09c0b7265b0a4d16ccbd1753ce4f2af350a'],
         'use_pip_extras': 'plot,s3',
+        'checksums': ['47aa70b4718ebc80d825bb7db3127577d74e31c53048ce215145c0baf530ece9'],
     }),
 ]
 
Diff against rasterio-1.3.9-foss-2023a.eb

easybuild/easyconfigs/r/rasterio/rasterio-1.3.9-foss-2023a.eb

diff --git a/easybuild/easyconfigs/r/rasterio/rasterio-1.3.9-foss-2023a.eb b/easybuild/easyconfigs/r/rasterio/rasterio-1.3.11-foss-2024a.eb
index d363e2b419..a5041dc25f 100644
--- a/easybuild/easyconfigs/r/rasterio/rasterio-1.3.9-foss-2023a.eb
+++ b/easybuild/easyconfigs/r/rasterio/rasterio-1.3.11-foss-2024a.eb
@@ -1,20 +1,23 @@
 easyblock = 'PythonBundle'
 
 name = 'rasterio'
-version = '1.3.9'
+version = '1.3.11'
 
 homepage = 'https://github.com/mapbox/rasterio'
 description = "Rasterio reads and writes geospatial raster data."
 
-toolchain = {'name': 'foss', 'version': '2023a'}
+toolchain = {'name': 'foss', 'version': '2024a'}
+
+builddependencies = [
+    ('Cython', '3.0.10'),
+]
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('Python-bundle-PyPI', '2023.06'),
-    ('SciPy-bundle', '2023.07'),
-    ('GDAL', '3.7.1'),
-    ('matplotlib', '3.7.2'),  # plot extra
-    ('boto3', '1.28.70'),  # s3 extra
+    ('Python', '3.12.3'),
+    ('SciPy-bundle', '2024.05'),
+    ('GDAL', '3.10.0'),
+    ('matplotlib', '3.9.2'),  # plot extra
+    ('boto3', '1.35.36'),  # s3 extra
 ]
 
 exts_list = [
@@ -32,7 +35,7 @@ exts_list = [
     }),
     (name, version, {
         'use_pip_extras': 'plot,s3',
-        'checksums': ['fc6d0d290492fa1a5068711cfebb21cc936968891b7ed9da0690c8a7388885c5'],
+        'checksums': ['47aa70b4718ebc80d825bb7db3127577d74e31c53048ce215145c0baf530ece9'],
     }),
 ]
 
Diff against rasterio-1.3.8-foss-2022b.eb

easybuild/easyconfigs/r/rasterio/rasterio-1.3.8-foss-2022b.eb

diff --git a/easybuild/easyconfigs/r/rasterio/rasterio-1.3.8-foss-2022b.eb b/easybuild/easyconfigs/r/rasterio/rasterio-1.3.11-foss-2024a.eb
index 4844062993..a5041dc25f 100644
--- a/easybuild/easyconfigs/r/rasterio/rasterio-1.3.8-foss-2022b.eb
+++ b/easybuild/easyconfigs/r/rasterio/rasterio-1.3.11-foss-2024a.eb
@@ -1,19 +1,23 @@
 easyblock = 'PythonBundle'
 
 name = 'rasterio'
-version = '1.3.8'
+version = '1.3.11'
 
 homepage = 'https://github.com/mapbox/rasterio'
 description = "Rasterio reads and writes geospatial raster data."
 
-toolchain = {'name': 'foss', 'version': '2022b'}
+toolchain = {'name': 'foss', 'version': '2024a'}
+
+builddependencies = [
+    ('Cython', '3.0.10'),
+]
 
 dependencies = [
-    ('Python', '3.10.8'),
-    ('SciPy-bundle', '2023.02'),
-    ('GDAL', '3.6.2'),
-    ('matplotlib', '3.7.0'),  # plot extra
-    ('boto3', '1.26.163'),  # s3 extra
+    ('Python', '3.12.3'),
+    ('SciPy-bundle', '2024.05'),
+    ('GDAL', '3.10.0'),
+    ('matplotlib', '3.9.2'),  # plot extra
+    ('boto3', '1.35.36'),  # s3 extra
 ]
 
 exts_list = [
@@ -31,7 +35,7 @@ exts_list = [
     }),
     (name, version, {
         'use_pip_extras': 'plot,s3',
-        'checksums': ['ffdd18e78efdf8ad5861065fd812a66dd34264293317ff6540a078ea891cdef8'],
+        'checksums': ['47aa70b4718ebc80d825bb7db3127577d74e31c53048ce215145c0baf530ece9'],
     }),
 ]
 

@WilleBell
Copy link
Contributor Author

Test report by @WilleBell
SUCCESS
Build succeeded for 7 out of 7 (7 easyconfigs in total)
node707.hydra.os - Linux Rocky Linux 9.5, x86_64, AMD EPYC 9535 64-Core Processor, Python 3.9.21
See https://gist.github.com/WilleBell/d329e106f5b5151f2133b4f74a31e608 for a full test report.

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

Successfully merging this pull request may close these issues.

1 participant