[DebianGIS-dev] r2575 - packages/netcdf/branches/4.1/debian
mckinstry at alioth.debian.org
mckinstry at alioth.debian.org
Wed Nov 4 11:57:51 UTC 2009
Author: mckinstry
Date: 2009-11-04 11:57:50 +0000 (Wed, 04 Nov 2009)
New Revision: 2575
Modified:
packages/netcdf/branches/4.1/debian/changelog
packages/netcdf/branches/4.1/debian/rules
Log:
Enable libcf.
Modified: packages/netcdf/branches/4.1/debian/changelog
===================================================================
--- packages/netcdf/branches/4.1/debian/changelog 2009-10-27 19:26:17 UTC (rev 2574)
+++ packages/netcdf/branches/4.1/debian/changelog 2009-11-04 11:57:50 UTC (rev 2575)
@@ -1,3 +1,9 @@
+netcdf (1:4.1~beta2-1) experimental; urgency=low
+
+ * Enable --with-libcf to generate libcf.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 04 Nov 2009 12:43:07 +0000
+
netcdf (1:4.0.1-2) experimental; urgency=low
* Fixed netcdf.pc to remove -L/usr in NC_LIBS. This is due to an error in
Modified: packages/netcdf/branches/4.1/debian/rules
===================================================================
--- packages/netcdf/branches/4.1/debian/rules 2009-10-27 19:26:17 UTC (rev 2574)
+++ packages/netcdf/branches/4.1/debian/rules 2009-11-04 11:57:50 UTC (rev 2575)
@@ -14,7 +14,7 @@
# Note that hdf5 dir has to be specified due to a bug into fortran/Makefile.am which causes
# skipping of fort-nc4.c without that.
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-docs-install --enable-netcdf-4 --with-hdf5=/usr
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-docs-install --enable-netcdf-4 --with-hdf5=/usr --with-libcf
DEB_CONFIGURE_SCRIPT_ENV += FC="gfortran"
DEB_CONFIGURE_SCRIPT_ENV += CXX="g++"
DEB_CONFIGURE_SCRIPT_ENV += CC="gcc"
More information about the Pkg-grass-devel
mailing list