diff options
author | mef <mef@pkgsrc.org> | 2020-09-20 23:12:14 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-09-20 23:12:14 +0000 |
commit | cb1508ed16879915c318e2575a5770fe2993bcfd (patch) | |
tree | bde3d0d97c39f5e47d558bfe1ac1f2d329868dc0 /math | |
parent | 9530100fbdf2fbd75ab7bebbacead059814ea084 (diff) | |
download | pkgsrc-cb1508ed16879915c318e2575a5770fe2993bcfd.tar.gz |
(math/R-RNetCDF) Updated 1.9.1 to 2.4.2
Version 2.4-2, 2020-09-12
* Support reading/writing special values (e.g. NA, Inf) without substitution,
mainly in cases where type conversion between R and NetCDF is not required.
* Fix selection of na.mode values 0,1,2
* Fix range checks for numeric conversions with packing
* Significantly increase test coverage of type conversion routines
* Support parallel NetCDF when running with MPI
* Allow creation of datasets in "data64" (CDF5) format
* Support diskless files and in-memory manipulation of persistent files
Version 2.3-1, 2020-04-27
* Fix problem when defining scalar variables with netcdf-4.7.4
Version 2.1-1, 2019-10-18
* Remove automatic handling of fill values in user-defined types
* Link rwinlib libraries by pathname to fix r-hub Windows builds
* Correct quoting of external software names in DESCRIPTION
Version 2.0-4, 2019-10-13
* Fix OSX packages by linking expat library
Version 2.0-3, 2019-10-05
* Support NetCDF-4 features for reading and writing of datasets.
* Suggest bit64 package for NC_INT64 and NC_UINT64 types.
* Drop support for netcdf-3.x library, require netcdf-4.x.
* Drop support for udunits-1 library.
* Disable calendar functions if udunits-2.x is not found during build.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-RNetCDF/Makefile | 6 | ||||
-rw-r--r-- | math/R-RNetCDF/distinfo | 12 | ||||
-rw-r--r-- | math/R-RNetCDF/patches/patch-configure | 31 |
3 files changed, 19 insertions, 30 deletions
diff --git a/math/R-RNetCDF/Makefile b/math/R-RNetCDF/Makefile index db6cbad47b1..da1890116fc 100644 --- a/math/R-RNetCDF/Makefile +++ b/math/R-RNetCDF/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2020/05/22 10:56:20 adam Exp $ +# $NetBSD: Makefile,v 1.13 2020/09/20 23:12:14 mef Exp $ R_PKGNAME= RNetCDF -R_PKGVER= 1.9-1 -PKGREVISION= 9 -CATEGORIES= math +R_PKGVER= 2.4-2 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Interface to NetCDF datasets diff --git a/math/R-RNetCDF/distinfo b/math/R-RNetCDF/distinfo index 3cde35de4f6..0cadabf6d68 100644 --- a/math/R-RNetCDF/distinfo +++ b/math/R-RNetCDF/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2018/09/17 13:24:18 maya Exp $ +$NetBSD: distinfo,v 1.2 2020/09/20 23:12:14 mef Exp $ -SHA1 (R/RNetCDF_1.9-1.tar.gz) = 720b4146271bd8a5156f9d3810d2c9bd1eee76ef -RMD160 (R/RNetCDF_1.9-1.tar.gz) = b473a5eb57df4d48b96eea8b4b347bda2f2ded52 -SHA512 (R/RNetCDF_1.9-1.tar.gz) = 3a1cd3b9b7996ffc40b14f4ac6bee78c5ea68cad8e4f68e0ba64ecfd6bb26e9e349cfacac8dac910dd5c57d6f4e8dbad6f47e48632b57a7a2d962381e6ff75f7 -Size (R/RNetCDF_1.9-1.tar.gz) = 98628 bytes -SHA1 (patch-configure) = 62e98e78ae4338ce7bad04dbcb69fdb60cef5b8f +SHA1 (R/RNetCDF_2.4-2.tar.gz) = fd68dd7e1b5dc789e8d313ff9593cf56a8075ca0 +RMD160 (R/RNetCDF_2.4-2.tar.gz) = 8ff7615c3a43d83218914e9139a5bf00d9ad6c14 +SHA512 (R/RNetCDF_2.4-2.tar.gz) = afd314dd0a5735ccad3579c9b9091956e7277cf8e630016264f5adef9f31831c79d85b53459e160f09e37789b3518f3cb184a100036af082abfb0533b906e1a6 +Size (R/RNetCDF_2.4-2.tar.gz) = 124926 bytes +SHA1 (patch-configure) = 0ff9f35b4c2ca1701c381be9f6761fd62fa33e39 diff --git a/math/R-RNetCDF/patches/patch-configure b/math/R-RNetCDF/patches/patch-configure index e93be96bd67..a0dc96231d1 100644 --- a/math/R-RNetCDF/patches/patch-configure +++ b/math/R-RNetCDF/patches/patch-configure @@ -1,33 +1,24 @@ -$NetBSD: patch-configure,v 1.1 2018/09/17 13:24:18 maya Exp $ +$NetBSD: patch-configure,v 1.2 2020/09/20 23:12:15 mef Exp $ Fix the use of == in shell scripts. ---- configure.orig 2016-11-06 16:18:40.084776697 +0000 +--- configure.orig 2020-09-12 01:56:31.000000000 +0000 +++ configure -@@ -3275,7 +3275,7 @@ fi - done +@@ -3628,7 +3628,7 @@ fi + fi -if test "x$have_nc_config" == xyes; then : +if test "x$have_nc_config" = xyes; then : - # Find libraries and cflags used to build netcdf: + # Prepend linker flags to LDFLAGS: { $as_echo "$as_me:${as_lineno-$LINENO}: checking netcdf linker flags" >&5 -@@ -3589,7 +3589,7 @@ fi - # Define variables UDUNITS_LIB, UDUNITS_DBFILE and UDUNITS_DBVAR, - # based on the version of udunits detected above. - # Also define preprocessor macro HAVE_LIBUDUNITS or HAVE_LIBUDUNITS2. --if test $udunits == 2; then : -+if test $udunits = 2; then : +@@ -3910,7 +3910,7 @@ fi - UDUNITS_LIB=udunits2 - UDUNITS_DBFILE=udunits2.xml -@@ -3597,7 +3597,7 @@ if test $udunits == 2; then : - $as_echo "#define HAVE_LIBUDUNITS2 1" >>confdefs.h + # Define HAVE_LIBUDUNITS2 if all udunits2 checks were successful: +-if test "x$enable_calendar" == xyes; then : ++if test "x$enable_calendar" = xyes; then : + $as_echo "#define HAVE_LIBUDUNITS2 1" >>confdefs.h --elif test $udunits == 1; then : -+elif test $udunits = 1; then : - - UDUNITS_LIB=udunits - UDUNITS_DBFILE=udunits.dat + else |