- Update CDO to latest version (1.0.0).
PR: ports/100050 Submitted by: maintainer (Sunpoet Po-Chuan Hsieh)
This commit is contained in:
parent
7ea5457ffb
commit
73e4ea0771
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167432
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cdo
|
||||
PORTVERSION= 0.9.13
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://www.mpimet.mpg.de/fileadmin/software/cdo/ \
|
||||
http://sunpoet.net/distfiles/
|
||||
@ -28,12 +28,12 @@ OPTIONS= HDF5 "HDF5 support" off \
|
||||
NETCDF "NETCDF support" off
|
||||
|
||||
.if defined(WITH_HDF5)
|
||||
CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}
|
||||
LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5
|
||||
.endif
|
||||
|
||||
.if defined(WITH_NETCDF)
|
||||
CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE}
|
||||
LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf
|
||||
.endif
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cdo-0.9.13.tar.gz) = dc93ea5130c02fa6c1d56c0296df623b
|
||||
SHA256 (cdo-0.9.13.tar.gz) = d78d24761c451f6aaae0e631b4dec8c341acb593806a0f95d0dd4ac634ece87a
|
||||
SIZE (cdo-0.9.13.tar.gz) = 594776
|
||||
MD5 (cdo-1.0.0.tar.gz) = d674e71999ee244a8856f84712ea546e
|
||||
SHA256 (cdo-1.0.0.tar.gz) = ad3aa181e68dcd8622d4fb3cba062c1805f9364fcd4fa219cc2e9e625c298359
|
||||
SIZE (cdo-1.0.0.tar.gz) = 1536484
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/cdilib.c.orig Mon Mar 6 17:08:36 2006
|
||||
+++ src/cdilib.c Mon May 29 22:28:01 2006
|
||||
@@ -3948,7 +3948,6 @@
|
||||
|
||||
#if ! defined (HAVE_MALLOC_H)
|
||||
# if defined (__sun) || defined (__i386) || defined (__ia64) || defined (SX)
|
||||
-# define HAVE_MALLOC_H
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user