parent
5ace19ab71
commit
38fd9ada8a
@ -1,2 +1,3 @@
|
||||
netcdf-4.1.1.tar.gz
|
||||
/netcdf-4.1.2.tar.gz
|
||||
/netcdf-4.1.3.tar.gz
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff -up netcdf-4.1.2-beta2-snapshot2010120222/nc-config.in.fflags netcdf-4.1.2-beta2-snapshot2010120222/nc-config.in
|
||||
--- netcdf-4.1.2-beta2-snapshot2010120222/nc-config.in.fflags 2010-12-03 10:03:38.000000000 -0700
|
||||
+++ netcdf-4.1.2-beta2-snapshot2010120222/nc-config.in 2010-12-03 10:04:26.594466933 -0700
|
||||
@@ -13,8 +13,8 @@ includedir=${prefix}/include
|
||||
cc="@CC@"
|
||||
cxx="@CXX@"
|
||||
fc="@FC@"
|
||||
-cflags=" -I${includedir} @EXTERN_CPPFLAGS@"
|
||||
-fflags="@FFLAGS@ @MOD_FLAG@${includedir}"
|
||||
+cflags="-I${includedir} @EXTERN_CPPFLAGS@"
|
||||
+fflags="@MOD_FLAG@${includedir}"
|
||||
has_dap="@HAS_DAP@"
|
||||
has_nc2="@HAS_NC2@"
|
||||
has_nc4="@HAS_NC4@"
|
@ -1,11 +0,0 @@
|
||||
--- netcdf-4.1.2/libsrc4/Makefile.in.libm 2011-03-29 17:14:04.000000000 -0600
|
||||
+++ netcdf-4.1.2/libsrc4/Makefile.in 2011-03-31 11:09:36.683165942 -0600
|
||||
@@ -312,7 +312,7 @@
|
||||
# Tell libtool what libraries are we will depend on.
|
||||
|
||||
# Always link to hdf5_hl, hdf5, and z.
|
||||
-libnetcdf4_la_LIBADD = $(am__append_12) $(am__append_13) -lhdf5_hl \
|
||||
+libnetcdf4_la_LIBADD = -lm $(am__append_12) $(am__append_13) -lhdf5_hl \
|
||||
-lhdf5 -lz
|
||||
all: all-am
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -up netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in.fflags netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in
|
||||
--- netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in.fflags 2011-05-27 15:05:06.000000000 -0600
|
||||
+++ netcdf-4.1.3-rc1-snapshot2011052620/nc-config.in 2011-05-27 15:06:08.066331777 -0600
|
||||
@@ -14,7 +14,7 @@ cc="@CC@"
|
||||
cxx="@CXX@"
|
||||
fc="@FC@"
|
||||
cflags=" -I${includedir} @CPPFLAGS@"
|
||||
-fflags="@FFLAGS@ @MOD_FLAG@${includedir}"
|
||||
+fflags="@MOD_FLAG@${includedir}"
|
||||
has_dap="@HAS_DAP@"
|
||||
has_nc2="@HAS_NC2@"
|
||||
has_nc4="@HAS_NC4@"
|
Loading…
Reference in new issue