]> git.pld-linux.org Git - packages/netcdf.git/commitdiff
- updated for 3.5.1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Feb 2004 22:42:55 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netcdf-shared.patch -> 1.5

netcdf-shared.patch

index 57472057bd97f7c9cceb3c7b980693b5fe7ab098..d268c20627d1a910435fbaf7bea728b2300c605d 100644 (file)
@@ -1,17 +1,20 @@
-diff -Nur netcdf-3.5.0.orig/src/Makefile netcdf-3.5.0/src/Makefile
---- netcdf-3.5.0.orig/src/Makefile     Tue Feb 27 17:04:32 2001
-+++ netcdf-3.5.0/src/Makefile  Wed Apr  4 23:12:08 2001
-@@ -27,8 +27,8 @@
-               rules.make
+--- netcdf-3.5.1/src/Makefile.orig     2004-01-27 15:08:14.000000000 +0100
++++ netcdf-3.5.1/src/Makefile  2004-02-11 23:29:29.498007248 +0100
+@@ -27,11 +27,12 @@
  
+ # I moved fortran to the bottom of the list, sometimes AIX make get's confused 
+ # if the C library and the fortran library are built in the same second. - Ed
 -all:          libsrc/all      \
--              fortran/all     \
++# but fortran objects are linked into C library, so must it be built first --q
 +all:          fortran/all     \
 +              libsrc/all      \
-               f90/all \
                ncdump/all      \
                ncgen/all       \
+               cxx/all \
+-              fortran/all     \
+               f90/all 
+ test:         fortran/all \
 diff -Nur netcdf-3.5.0.orig/src/cxx/Makefile netcdf-3.5.0/src/cxx/Makefile
 --- netcdf-3.5.0.orig/src/cxx/Makefile Wed May 12 21:38:30 1999
 +++ netcdf-3.5.0/src/cxx/Makefile      Wed Apr  4 23:16:55 2001
This page took 0.057614 seconds and 4 git commands to generate.