Skip to content

{vis}[gompi/2024a] ncview v2.1.11#21966

Merged
smoors merged 1 commit intoeasybuilders:developfrom
stefan-wolfsheimer:20241203181201_new_pr_ncview2111
Dec 6, 2024
Merged

{vis}[gompi/2024a] ncview v2.1.11#21966
smoors merged 1 commit intoeasybuilders:developfrom
stefan-wolfsheimer:20241203181201_new_pr_ncview2111

Conversation

@stefan-wolfsheimer
Copy link
Copy Markdown
Contributor

@stefan-wolfsheimer stefan-wolfsheimer commented Dec 3, 2024

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 3, 2024

Updated software ncview-2.1.11-gompi-2024a.eb

Diff against ncview-2.1.8-gompi-2023a.eb

easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2023a.eb

diff --git a/easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2023a.eb b/easybuild/easyconfigs/n/ncview/ncview-2.1.11-gompi-2024a.eb
index 95c3aa4bb2..7b0da0b886 100644
--- a/easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2023a.eb
+++ b/easybuild/easyconfigs/n/ncview/ncview-2.1.11-gompi-2024a.eb
@@ -4,7 +4,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'ncview'
-version = '2.1.8'
+version = '2.1.11'
 
 homepage = 'http://meteora.ucsd.edu/~pierce/ncview_home_page.html'
 description = """Ncview is a visual browser for netCDF format files. 
@@ -13,12 +13,12 @@ look at your netCDF files. You can view simple movies of the data,
 view along various dimensions, take a look at the actual data values, 
 change color maps, invert the data, etc."""
 
-toolchain = {'name': 'gompi', 'version': '2023a'}
+toolchain = {'name': 'gompi', 'version': '2024a'}
 toolchainopts = {'usempi': True, 'pic': True}
 
-source_urls = ['ftp://cirrus.ucsd.edu/pub/ncview/']
+source_urls = ['https://cirrus.ucsd.edu/~pierce/ncview/']
 sources = [SOURCE_TAR_GZ]
-checksums = ['e8badc507b9b774801288d1c2d59eb79ab31b004df4858d0674ed0d87dfc91be']
+checksums = ['597cfddf9c2d7993e9b0b86bca1b73839567ee9116ee33f6d750a449b5033d91']
 
 # specified compiler is hard checked against (full path to) compiler used for netCDF...
 preconfigopts = "CC=$(nc-config --cc) "
@@ -29,9 +29,9 @@ dependencies = [
     ('netCDF', '4.9.2'),
     ('netCDF-Fortran', '4.6.1'),
     ('UDUNITS', '2.2.28'),
-    ('X11', '20230603'),
-    ('libpng', '1.6.39'),
-    ('zlib', '1.2.13'),
+    ('X11', '20240607'),
+    ('libpng', '1.6.43'),
+    ('zlib', '1.3.1'),
 ]
 
 sanity_check_paths = {
Diff against ncview-2.1.8-gompi-2022a.eb

easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2022a.eb

diff --git a/easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2022a.eb b/easybuild/easyconfigs/n/ncview/ncview-2.1.11-gompi-2024a.eb
index bebf291324..7b0da0b886 100644
--- a/easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2022a.eb
+++ b/easybuild/easyconfigs/n/ncview/ncview-2.1.11-gompi-2024a.eb
@@ -4,7 +4,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'ncview'
-version = '2.1.8'
+version = '2.1.11'
 
 homepage = 'http://meteora.ucsd.edu/~pierce/ncview_home_page.html'
 description = """Ncview is a visual browser for netCDF format files. 
@@ -13,12 +13,12 @@ look at your netCDF files. You can view simple movies of the data,
 view along various dimensions, take a look at the actual data values, 
 change color maps, invert the data, etc."""
 
-toolchain = {'name': 'gompi', 'version': '2022a'}
+toolchain = {'name': 'gompi', 'version': '2024a'}
 toolchainopts = {'usempi': True, 'pic': True}
 
-source_urls = ['ftp://cirrus.ucsd.edu/pub/ncview/']
+source_urls = ['https://cirrus.ucsd.edu/~pierce/ncview/']
 sources = [SOURCE_TAR_GZ]
-checksums = ['e8badc507b9b774801288d1c2d59eb79ab31b004df4858d0674ed0d87dfc91be']
+checksums = ['597cfddf9c2d7993e9b0b86bca1b73839567ee9116ee33f6d750a449b5033d91']
 
 # specified compiler is hard checked against (full path to) compiler used for netCDF...
 preconfigopts = "CC=$(nc-config --cc) "
@@ -26,12 +26,12 @@ configopts = "--with-udunits2_incdir=$EBROOTUDUNITS/include --with-udunits2_libd
 configopts += "--with-nc-config=$EBROOTNETCDF/bin/nc-config"
 
 dependencies = [
-    ('netCDF', '4.9.0'),
-    ('netCDF-Fortran', '4.6.0'),
+    ('netCDF', '4.9.2'),
+    ('netCDF-Fortran', '4.6.1'),
     ('UDUNITS', '2.2.28'),
-    ('X11', '20220504'),
-    ('libpng', '1.6.37'),
-    ('zlib', '1.2.12'),
+    ('X11', '20240607'),
+    ('libpng', '1.6.43'),
+    ('zlib', '1.3.1'),
 ]
 
 sanity_check_paths = {
Diff against ncview-2.1.8-gompi-2021b.eb

easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2021b.eb

diff --git a/easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2021b.eb b/easybuild/easyconfigs/n/ncview/ncview-2.1.11-gompi-2024a.eb
index e4a7de064e..7b0da0b886 100644
--- a/easybuild/easyconfigs/n/ncview/ncview-2.1.8-gompi-2021b.eb
+++ b/easybuild/easyconfigs/n/ncview/ncview-2.1.11-gompi-2024a.eb
@@ -4,7 +4,7 @@
 easyblock = 'ConfigureMake'
 
 name = 'ncview'
-version = '2.1.8'
+version = '2.1.11'
 
 homepage = 'http://meteora.ucsd.edu/~pierce/ncview_home_page.html'
 description = """Ncview is a visual browser for netCDF format files. 
@@ -13,12 +13,12 @@ look at your netCDF files. You can view simple movies of the data,
 view along various dimensions, take a look at the actual data values, 
 change color maps, invert the data, etc."""
 
-toolchain = {'name': 'gompi', 'version': '2021b'}
+toolchain = {'name': 'gompi', 'version': '2024a'}
 toolchainopts = {'usempi': True, 'pic': True}
 
-source_urls = ['ftp://cirrus.ucsd.edu/pub/ncview/']
+source_urls = ['https://cirrus.ucsd.edu/~pierce/ncview/']
 sources = [SOURCE_TAR_GZ]
-checksums = ['e8badc507b9b774801288d1c2d59eb79ab31b004df4858d0674ed0d87dfc91be']
+checksums = ['597cfddf9c2d7993e9b0b86bca1b73839567ee9116ee33f6d750a449b5033d91']
 
 # specified compiler is hard checked against (full path to) compiler used for netCDF...
 preconfigopts = "CC=$(nc-config --cc) "
@@ -26,12 +26,12 @@ configopts = "--with-udunits2_incdir=$EBROOTUDUNITS/include --with-udunits2_libd
 configopts += "--with-nc-config=$EBROOTNETCDF/bin/nc-config"
 
 dependencies = [
-    ('netCDF', '4.8.1'),
-    ('netCDF-Fortran', '4.5.3'),
+    ('netCDF', '4.9.2'),
+    ('netCDF-Fortran', '4.6.1'),
     ('UDUNITS', '2.2.28'),
-    ('X11', '20210802'),
-    ('libpng', '1.6.37'),
-    ('zlib', '1.2.11'),
+    ('X11', '20240607'),
+    ('libpng', '1.6.43'),
+    ('zlib', '1.3.1'),
 ]
 
 sanity_check_paths = {

@github-actions github-actions bot added the update label Dec 3, 2024
@smoors
Copy link
Copy Markdown
Contributor

smoors commented Dec 6, 2024

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@smoors: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=21966 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_21966 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 5406

Test results coming soon (I hope)...

Details

- notification for comment with ID 2523722521 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.5, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.19
See https://gist.github.com/boegelbot/cdb0431cd46acf1978eb7acabdcbe034 for a full test report.

@smoors
Copy link
Copy Markdown
Contributor

smoors commented Dec 6, 2024

@boegelbot: please test @ generoso

@boegelbot
Copy link
Copy Markdown
Collaborator

@smoors: Request for testing this PR well received on login1

PR test command 'EB_PR=21966 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs /opt/software/slurm/bin/sbatch --job-name test_PR_21966 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 14827

Test results coming soon (I hope)...

Details

- notification for comment with ID 2523770805 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in total)
cns1 - Linux Rocky Linux 8.9, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/boegelbot/98735b7ceb461924ca35cacef45925cb for a full test report.

@smoors smoors added this to the release after 4.9.4 milestone Dec 6, 2024
Copy link
Copy Markdown
Contributor

@smoors smoors left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@smoors
Copy link
Copy Markdown
Contributor

smoors commented Dec 6, 2024

Going in, thanks @stefan-wolfsheimer!

@smoors smoors merged commit b3493e4 into easybuilders:develop Dec 6, 2024
@boegel boegel modified the milestones: release after 4.9.4, 5.0.0 Mar 18, 2025
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.

4 participants