]> git.pld-linux.org Git - packages/hdf5.git/commitdiff
- updated for 1.6.2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Mar 2004 17:41:46 +0000 (17:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hdf5-config.patch -> 1.6

hdf5-config.patch

index 780e0cbe767387f8278323e5300bcfdfa5319814..572b2fc5542ac94b6d5a6aaec7c08af16103f22a 100644 (file)
  LT_UNINSTALL=$(LT) --mode=uninstall $(RM)
  
  ## Optional variables. We must declare them here because Irix pmake
---- hdf5-1.6.0/config/gnu-flags.orig   Sat May 11 00:22:18 2002
-+++ hdf5-1.6.0/config/gnu-flags        Sat Oct  5 15:25:14 2002
-@@ -75,27 +75,6 @@
-     sleep 5
+--- hdf5-1.6.2/config/gnu-flags.orig   2004-01-28 01:26:17.000000000 +0100
++++ hdf5-1.6.2/config/gnu-flags        2004-03-06 17:40:53.557597768 +0100
+@@ -89,27 +89,6 @@
  fi
  
 -# Architecture-specific flags
  # Host-specific flags
  case "`hostname`" in
      sleipnir.ncsa.uiuc.edu)
-@@ -97,10 +97,10 @@
+@@ -131,7 +110,7 @@
        # Production
          case "$cc_vendor-$cc_version" in
-             gcc-2.95.[34]|gcc-3*)
+             gcc-2.95.[34])
+-                PROD_CFLAGS="-O3 $NOFP"
++                PROD_CFLAGS="$NOFP"
+                 ;;
+             gcc-3.[0-4]*)
+                 # The optimization level is reduced for gcc 3.* due to problems
+@@ -140,14 +119,14 @@
+                 # failures for various integer types -> long long conversions in the
+                 # test/dtypes test).  Perhaps later versions of gcc will fix this
+                 # bug... - QAK - 2003/10/20
+-                PROD_CFLAGS="-O $NOFP"
++                PROD_CFLAGS="$NOFP"
+                 ;;
+             gcc-3*)
+                 # Be optimistic about future versions of gcc.. :-) - QAK - 2003/10/20
 -                PROD_CFLAGS="-O3 $NOFP"
 +                PROD_CFLAGS="$NOFP"
                  ;;
@@ -69,7 +83,7 @@
                  ;;
          esac
        PROD_CPPFLAGS=
-@@ -129,7 +129,7 @@
+@@ -176,7 +155,7 @@
        CFLAGS="$CFLAGS -Wno-long-long"
  
          # Append warning flags from gcc-3* case
@@ -78,7 +92,7 @@
  
          # Append warning flags from gcc-3.2* case
        CFLAGS="$CFLAGS -Wmissing-noreturn -Wpacked -Wdisabled-optimization"
-@@ -154,7 +154,7 @@
+@@ -201,7 +180,7 @@
        CFLAGS="$CFLAGS -Wno-long-long"
  
          # Append warning flags from gcc-3* case
  
          # Append more extra warning flags that only gcc3.2+ know about
        CFLAGS="$CFLAGS -Wmissing-noreturn -Wpacked -Wdisabled-optimization"
-@@ -176,7 +176,7 @@
+@@ -223,7 +202,7 @@
        CFLAGS="$CFLAGS -Wno-long-long"
  
          # Append some extra warning flags that only gcc3+ know about
This page took 0.05293 seconds and 4 git commands to generate.