[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / netcdf

File: [cvs.NetBSD.org] / pkgsrc / devel / netcdf / Makefile (download)

Revision 1.22, Fri Feb 25 09:52:47 2005 UTC (19 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.21: +5 -6 lines

Changes 3.6.0-p1:
 Patched version of 3.6.0 to fix potentially serious
 bug described at
 http://www.unidata.ucar.edu/packages/netcdf/docs/known_problems.html#cdf2-bug

Changes 3.6.0:
 Added texinfo source for the documentation.

 Added large file tests to Windows directory in distribution.

 Modified win32 visual studio project files so that m4
 is no longer required to build netcdf under visual studio.

 Modified rules.make to use install instead of cp,
 fixing install problem for cygwin users.

 Modified configure/install stuff to support HP-UX.

 Modified configure/install stuff to support G95.

 In the f90 interface, applied Arnaud Desitter's fixes
 to correct mismatches between scalar and array
 arguments, eliminating (legitimate) complaints by the
 NAGWare f95 compiler.  Also fixed bugs introduced in
 3.6.0-beta5 in the mapped array interfaces.

# $NetBSD: Makefile,v 1.22 2005/02/25 09:52:47 adam Exp $

DISTNAME=	netcdf-3.6.0-p1
PKGNAME=	netcdf-3.6.0p1
CATEGORIES=	devel
MASTER_SITES=	ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://www.unidata.ucar.edu/packages/netcdf/index.html
COMMENT=	Library for array-oriented data access

WRKSRC=			${WRKDIR}/${DISTNAME}/src
USE_BUILDLINK3=		yes
USE_LANGUAGES=		c c++ fortran
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
CPPFLAGS+=		-Df2cFortran -Dunix

.include "../../mk/bsd.pkg.mk"