[csw-devel] SF.net SVN: gar:[16116] csw/mgar/pkg/netcdf/trunk
gadavis at users.sourceforge.net
gadavis at users.sourceforge.net
Mon Nov 7 04:20:42 CET 2011
Revision: 16116
http://gar.svn.sourceforge.net/gar/?rev=16116&view=rev
Author: gadavis
Date: 2011-11-07 03:20:41 +0000 (Mon, 07 Nov 2011)
Log Message:
-----------
netcdf: fix failing ftst_vars4 on sparcv9
Modified Paths:
--------------
csw/mgar/pkg/netcdf/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/netcdf/trunk/files/0001-Replace-usr-local-with-opt-csw-in-docs.patch
csw/mgar/pkg/netcdf/trunk/files/0002-Fix-ftst_vars4-vlen-size.patch
Modified: csw/mgar/pkg/netcdf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/netcdf/trunk/Makefile 2011-11-07 02:43:38 UTC (rev 16115)
+++ csw/mgar/pkg/netcdf/trunk/Makefile 2011-11-07 03:20:41 UTC (rev 16116)
@@ -11,6 +11,8 @@
DISTFILES += $(NAME)-$(VERSION).tar.gz
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
LICENSE = COPYRIGHT
+PATCHFILES += 0001-Replace-usr-local-with-opt-csw-in-docs.patch
+PATCHFILES += 0002-Fix-ftst_vars4-vlen-size.patch
# Compile on Solaris 10 for i386, leave it solaris 9 for sparc
PACKAGING_PLATFORMS = solaris10-i386 solaris9-sparc
Added: csw/mgar/pkg/netcdf/trunk/files/0001-Replace-usr-local-with-opt-csw-in-docs.patch
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/netcdf/trunk/files/0001-Replace-usr-local-with-opt-csw-in-docs.patch
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: csw/mgar/pkg/netcdf/trunk/files/0002-Fix-ftst_vars4-vlen-size.patch
===================================================================
--- csw/mgar/pkg/netcdf/trunk/files/0002-Fix-ftst_vars4-vlen-size.patch (rev 0)
+++ csw/mgar/pkg/netcdf/trunk/files/0002-Fix-ftst_vars4-vlen-size.patch 2011-11-07 03:20:41 UTC (rev 16116)
@@ -0,0 +1,25 @@
+From bda9146ee0b10ce7c798bb437a78bb331a53cc60 Mon Sep 17 00:00:00 2001
+From: Geoff Davis <gadavis at opencsw.org>
+Date: Mon, 7 Nov 2011 04:17:08 +0100
+Subject: [PATCH] Fix ftst_vars4 vlen size
+
+---
+ nf_test/ftst_vars4.F | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/nf_test/ftst_vars4.F b/nf_test/ftst_vars4.F
+index 80d7815..ff2bb38 100644
+--- a/nf_test/ftst_vars4.F
++++ b/nf_test/ftst_vars4.F
+@@ -37,7 +37,7 @@ C Some data about and for the vlen.
+ integer data1(vlen_len), data1_in(vlen_len)
+
+ C These must be big enough to hold the stuct nc_vlen in netcdf.h.
+- integer vlen(10), vlen_in(10)
++ integer*8 vlen(10), vlen_in(10)
+
+ C Loop indexes, and error handling.
+ integer x, retval, index(1)
+--
+1.7.6.1
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list