[mlpack-svn] [MLPACK] #343: Debian Packaging fails to build

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Tue Apr 8 01:09:49 EDT 2014


#343: Debian Packaging fails to build
--------------------------+-------------------------------------------------
 Reporter:  jeremysalwen  |        Owner:  rcurtin                     
     Type:  defect        |       Status:  new                         
 Priority:  minor         |    Milestone:                              
Component:  build system  |     Keywords:  debian package documentation
 Blocking:                |   Blocked By:                              
--------------------------+-------------------------------------------------
 I downloaded the debian packaging from svn, but it fails to build when
 trying to install the documentation.  This is because make doc is never
 called.

 To fix this, you can modify the end of debian/rules to add

 {{{

 override_dh_auto_build:
         dh_auto_build
         dh_auto_build -B -Smakefile -- doc

 }}}`

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/343>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list