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

netcdf: update to 4.9.2. #46134

Merged
merged 4 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/libgdal/template
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions srcpkgs/netcdf/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/pymol/template
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/vtk/template
Original file line number Diff line number Diff line change
@@ -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
Expand Down