[Pkg-octave-commit] r2945 - in octave-forge-pkgs/octave-octgpr/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Wed Apr 15 10:06:29 UTC 2009


Author: rafael
Date: 2009-04-15 10:06:29 +0000 (Wed, 15 Apr 2009)
New Revision: 2945

Added:
   octave-forge-pkgs/octave-octgpr/trunk/debian/patches/link-with-pakgpr.diff
Modified:
   octave-forge-pkgs/octave-octgpr/trunk/debian/changelog
   octave-forge-pkgs/octave-octgpr/trunk/debian/patches/series
Log:
Add patch link-with-pakgpr.diff

Modified: octave-forge-pkgs/octave-octgpr/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/changelog	2009-04-15 10:02:54 UTC (rev 2944)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/changelog	2009-04-15 10:06:29 UTC (rev 2945)
@@ -16,8 +16,10 @@
   * debian/patches/rev5054.diff: Drop patch (applied upstream)
   * debian/patches/mister-clean.diff: Drop patch, which is not useful,
     anyway
+  * patches/link-with-pakgpr.diff: New patch for includind pakgpr in the
+    list of dependecies of gpr_train.
 
- -- Rafael Laboissiere <rafael at debian.org>  Sun, 12 Apr 2009 19:20:53 +0200
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 15 Apr 2009 11:48:12 +0200
 
 octave-octgpr (1.1.3-1) unstable; urgency=low
 

Added: octave-forge-pkgs/octave-octgpr/trunk/debian/patches/link-with-pakgpr.diff
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/patches/link-with-pakgpr.diff	                        (rev 0)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/patches/link-with-pakgpr.diff	2009-04-15 10:06:29 UTC (rev 2945)
@@ -0,0 +1,16 @@
+Include pakgpr in the list of dependecies of gpr_train.  The Fortran
+function pakgpr is called in setup.c.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 15 Apr 2009 11:48:12 +0200
+
+--- a/src/Makefile.in
++++ b/src/Makefile.in
+@@ -30,7 +30,7 @@
+ 	       nllgpr.o nldgpr.o nl0gpr.o corrf.o stheta.o \
+ 	       dscrot.o dscsev.o dspmid.o dxnrm2.o \
+ 	       trstp.o sr1upd.o optdrv.o \
+-	       get_corrf.o train.o setup.o 
++	       get_corrf.o train.o setup.o pakgpr.o
+ 	       
+ OBJS_GPR_PRED=dsdacc.o dwdis2.o infgpr.o corrf.o \
+ 	      get_corrf.o predict.o 

Modified: octave-forge-pkgs/octave-octgpr/trunk/debian/patches/series
===================================================================
--- octave-forge-pkgs/octave-octgpr/trunk/debian/patches/series	2009-04-15 10:02:54 UTC (rev 2944)
+++ octave-forge-pkgs/octave-octgpr/trunk/debian/patches/series	2009-04-15 10:06:29 UTC (rev 2945)
@@ -1,2 +1,2 @@
 gfortran-fpic.diff
-
+link-with-pakgpr.diff




More information about the Pkg-octave-commit mailing list