Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vtk: revbump for netcdf-4.9.2
@ 2023-09-19 11:21 Bnyro
  2023-09-19 11:22 ` netcdf: update to 4.9.2 Bnyro
  2023-09-22 21:56 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2023-09-19 11:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

There is a new pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages netcdf
https://github.com/void-linux/void-packages/pull/46134

vtk: revbump for netcdf-4.9.2

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/46134.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-netcdf-46134.patch --]
[-- Type: text/x-diff, Size: 3736 bytes --]

From c496d03ea7a50bbb2ca8545996aae4e491e588af Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 13:09:39 +0200
Subject: [PATCH 1/4] netcdf: update to 4.9.2.

---
 common/shlibs           | 2 +-
 srcpkgs/netcdf/template | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c9d59ef3b97ca..6d857993cac0b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -80,7 +80,7 @@ libt3key.so.1 libt3key-0.2.10_1
 libt3window.so.0 libt3window-0.4.1_1
 libt3widget.so.2 libt3widget-1.2.2_1
 libtranscript.so.1 libtranscript-0.3.3_1
-libnetcdf.so.15 netcdf-4.7.0_1
+libnetcdf.so.19 netcdf-4.9.2_1
 libformw.so.6 ncurses-libs-5.8_1 ignore
 libfplll.so.8 fplll-5.4.4_1
 libpanelw.so.6 ncurses-libs-5.8_1 ignore
diff --git a/srcpkgs/netcdf/template b/srcpkgs/netcdf/template
index 0d069b59d69fa..9c1c61a89ad71 100644
--- a/srcpkgs/netcdf/template
+++ b/srcpkgs/netcdf/template
@@ -1,17 +1,18 @@
 # Template file for 'netcdf'
 pkgname=netcdf
-version=4.7.3
+version=4.9.2
 revision=1
 build_style=gnu-configure
 configure_args="--enable-shared"
 hostmakedepends="m4"
-makedepends="libcurl-devel"
+makedepends="libcurl-devel libxml2-devel"
 short_desc="Machine-independent format for representing scientific data"
 maintainer="Hans Grob <woufrous@gmail.com>"
 license="NetCDF"
 homepage="https://www.unidata.ucar.edu/software/netcdf/"
 distfiles="https://github.com/Unidata/netcdf-c/archive/v${version}.tar.gz"
-checksum=05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d
+checksum=bc104d101278c68b303359b3dc4192f81592ae8640f1aee486921138f7f88cb7
+make_check=no # https://github.com/Unidata/netcdf-c/issues/2433
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --disable-netcdf-4"

From d8dea288058211d59931c1fb0795b80d77436175 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 12:35:36 +0200
Subject: [PATCH 2/4] libgdal: revbump for netcdf-4.9.2

---
 srcpkgs/libgdal/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index be89417037c89..a2fad3f737e9f 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
 version=3.5.3
-revision=9
+revision=10
 build_style=cmake
 build_helper=python3
 configure_args="-DGDAL_USE_OPENCL=ON

From ba7da5edbc5de793053e174f1e33e3c970af581d Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 12:35:37 +0200
Subject: [PATCH 3/4] pymol: revbump for netcdf-4.9.2

---
 srcpkgs/pymol/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template
index cbff67cd19227..369812c259aa8 100644
--- a/srcpkgs/pymol/template
+++ b/srcpkgs/pymol/template
@@ -1,7 +1,7 @@
 # Template file for 'pymol'
 pkgname=pymol
 version=2.5.0
-revision=3
+revision=4
 build_style="python3-module"
 build_helper="numpy"
 makedepends="freetype-devel glew-devel glm libfreeglut-devel libgomp-devel

From 4027c628a0fc3fed278b7e3e4c2e23cdce2b2f85 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 19 Sep 2023 12:35:37 +0200
Subject: [PATCH 4/4] vtk: revbump for netcdf-4.9.2

---
 srcpkgs/vtk/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template
index 56b20fdc6561e..bffb3afc11118 100644
--- a/srcpkgs/vtk/template
+++ b/srcpkgs/vtk/template
@@ -1,7 +1,7 @@
 # Template file for 'vtk'
 pkgname=vtk
 version=9.2.6
-revision=1
+revision=2
 build_style=cmake
 # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON"
 # Build only the core modules plus python bindings for now

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: netcdf: update to 4.9.2. 
  2023-09-19 11:21 [PR PATCH] vtk: revbump for netcdf-4.9.2 Bnyro
@ 2023-09-19 11:22 ` Bnyro
  2023-09-22 21:56 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-09-19 11:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/46134#issuecomment-1725311326

Comment:
cc @woufrous 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: netcdf: update to 4.9.2. 
  2023-09-19 11:21 [PR PATCH] vtk: revbump for netcdf-4.9.2 Bnyro
  2023-09-19 11:22 ` netcdf: update to 4.9.2 Bnyro
@ 2023-09-22 21:56 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-09-22 21:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There's a merged pull request on the void-packages repository

netcdf: update to 4.9.2. 
https://github.com/void-linux/void-packages/pull/46134

Description:

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-22 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19 11:21 [PR PATCH] vtk: revbump for netcdf-4.9.2 Bnyro
2023-09-19 11:22 ` netcdf: update to 4.9.2 Bnyro
2023-09-22 21:56 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).