tag 568612 + patch
thanks

On Fri, 2010-02-05 at 23:58 -0600, Jonathan Nieder wrote:
> Soeren Sonnenburg wrote:
> > On Fri, 2010-02-05 at 23:26 -0600, Jonathan Nieder wrote:
> 
> >> From http://bugs.debian.org/564338 I learn that this is due to a known
> >> problem in doxygen, and the workaround is to add
> >> 
> >>    SEARCHENGINE            = NO
> >> 
> >> to the .doxy files in src/modular.  Since doxygen is not fixed yet and
> >> it is useful to be able to rebuild shogun, would it be possible to
> >> implement this or some other workaround?
> >
> > I've already applied this workaround in shogun svn-trunk (but it is not
> > solely shogun that is failing to build because of this doxygen change).
> >
> >> If there is anything I can help with to fix this, please let me know.
> >
> > Anyway, I will keep the bug open and will hand pick a number of useful
> > patches from shogun-svn-trunk and make a new upload somewhen in the next
> > 1-2 weeks.
> 
> That’s good to hear.  If I find time for it, I’ll look at the doxygen bug
> a little more.  The upstream status is “will be fixed in the next svn
> commit”, so probably there’s a patch floating around somewhere.

Well I am upstream too and it is already in svn-trunk ... I am attaching
the patch from svn...

However, considering how long shogun builds I would rather move it to
python2.6 and include other patches, but I simply don't have time to do
it in the next 5 days.

Soeren
-- 
For the one fact about the future of which we can be certain is that it
will be utterly fantastic. -- Arthur C. Clarke, 1962
Index: modular/Structure.doxy
===================================================================
--- modular/Structure.doxy	(revision 4540)
+++ modular/Structure.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Library.doxy
===================================================================
--- modular/Library.doxy	(revision 4540)
+++ modular/Library.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Evaluation.doxy
===================================================================
--- modular/Evaluation.doxy	(revision 4540)
+++ modular/Evaluation.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/PreProc.doxy
===================================================================
--- modular/PreProc.doxy	(revision 4540)
+++ modular/PreProc.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Features.doxy
===================================================================
--- modular/Features.doxy	(revision 4540)
+++ modular/Features.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Clustering.doxy
===================================================================
--- modular/Clustering.doxy	(revision 4540)
+++ modular/Clustering.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Distribution.doxy
===================================================================
--- modular/Distribution.doxy	(revision 4540)
+++ modular/Distribution.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Regression.doxy
===================================================================
--- modular/Regression.doxy	(revision 4540)
+++ modular/Regression.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Kernel.doxy
===================================================================
--- modular/Kernel.doxy	(revision 4540)
+++ modular/Kernel.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Classifier.doxy
===================================================================
--- modular/Classifier.doxy	(revision 4540)
+++ modular/Classifier.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO
Index: modular/Distance.doxy
===================================================================
--- modular/Distance.doxy	(revision 4540)
+++ modular/Distance.doxy	(revision 4541)
@@ -12,3 +12,4 @@
 ENABLE_PREPROCESSING   = YES
 VERBATIM_HEADERS       = NO
 QUIET                  = YES
+SEARCHENGINE           = NO

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to