netcdf-c: update to 4.7.4
This commit is contained in:
parent
baebc6198d
commit
2190e8945a
@ -2,9 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://www.unidata.ucar.edu/software/netcdf/
|
||||
TERMUX_PKG_DESCRIPTION="NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data"
|
||||
TERMUX_PKG_LICENSE="BSD 3-Clause"
|
||||
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
|
||||
TERMUX_PKG_VERSION=4.7.3
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_SHA256=05d064a2d55147b83feff3747bea13deb77bef390cb562df4f9f9f1ce147840d
|
||||
TERMUX_PKG_VERSION=4.7.4
|
||||
TERMUX_PKG_SHA256=99930ad7b3c4c1a8e8831fb061cb02b2170fc8e5ccaeda733bd99c3b9d31666b
|
||||
TERMUX_PKG_SRCURL=https://github.com/Unidata/netcdf-c/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_DEPENDS="libhdf5, libcurl, openssl, libnghttp2"
|
||||
TERMUX_PKG_BREAKS="netcdf-c-dev"
|
||||
|
11
packages/netcdf-c/libhdf5-hdf5debug.c.patch
Normal file
11
packages/netcdf-c/libhdf5-hdf5debug.c.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- ../hdf5debug.c.orig 2020-04-04 12:36:38.890268947 +0200
|
||||
+++ ./libhdf5/hdf5debug.c 2020-04-04 12:36:57.386896660 +0200
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "config.h"
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
-#if !defined _WIN32 && !defined __CYGWIN__
|
||||
+#if !defined _WIN32 && !defined __CYGWIN__ && !defined __ANDROID__
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user