- Update to 1.6.0
- Cleanup Makefile header Changes: https://code.zmaw.de/news/179 https://code.zmaw.de/news/165 https://code.zmaw.de/news/149 https://code.zmaw.de/news/130 https://code.zmaw.de/news/129
This commit is contained in:
parent
36f37e0a1c
commit
6aa8206812
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320294
3 changed files with 9 additions and 12 deletions
|
@ -1,14 +1,10 @@
|
|||
# New ports collection makefile for: CDO
|
||||
# Date created: 29 May 2006
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
||||
#
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdo
|
||||
PORTVERSION= 1.5.5
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://code.zmaw.de/attachments/download/2879/ \
|
||||
MASTER_SITES= https://code.zmaw.de/attachments/download/5287/ \
|
||||
LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -22,8 +18,9 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
CONFIGURE_ARGS= --enable-cdi-lib --program-transform-name="" --with-zlib=/usr
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
USES= pathfix
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pathfix
|
||||
|
||||
HDF5_VER?= 18
|
||||
NETCDF_VER?= 4
|
||||
|
@ -95,7 +92,7 @@ post-build:
|
|||
@cd ${WRKSRC}/src/ && ${SETENV} CDO_PATH=${WRKSRC}/src/cdo ${WRKSRC}/src/cdotest
|
||||
.endif
|
||||
|
||||
regression-test:
|
||||
regression-test test: build
|
||||
@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} check
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cdo-1.5.5.tar.gz) = ceffac405505d3d7a5a7662d8087c4609c1a4b48bb28a0fd4963c8dd4025737b
|
||||
SIZE (cdo-1.5.5.tar.gz) = 5570375
|
||||
SHA256 (cdo-1.6.0.tar.gz) = 271d0c713b63dfb45e9eecba44f8d424a9977e72a6f6dcad2af86d0c8b93060b
|
||||
SIZE (cdo-1.6.0.tar.gz) = 6090695
|
||||
|
|
|
@ -20,4 +20,4 @@ overview about the main categories.
|
|||
* Vertical interpolation (ml2pl, ml2hl)
|
||||
* Time interpolation (inttime, intyear)
|
||||
|
||||
WWW: https://code.zmaw.de/projects/cdo
|
||||
WWW: https://code.zmaw.de/projects/cdo
|
||||
|
|
Loading…
Reference in a new issue