[mlpack-svn] r11593 - mlpack/conf/packages/mlpack/branches/1.0.X/debian

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Feb 23 17:45:48 EST 2012


Author: speet3
Date: 2012-02-23 17:45:48 -0500 (Thu, 23 Feb 2012)
New Revision: 11593

Modified:
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog
   mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
Log:
add libboost packages to the build deps (probably need something similar for installation, but we will get there later)

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog	2012-02-23 20:06:40 UTC (rev 11592)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/changelog	2012-02-23 22:45:48 UTC (rev 11593)
@@ -1,5 +1,5 @@
-mlpack (1.0.0-0rc3) UNRELEASED; urgency=high
+mlpack (1.0.0-0rc4) UNRELEASED; urgency=high
 
   * Initial release (Closes: #660925)
 
- -- Sterling Lewis Peet <sterling.peet at gatech.edu>  Thu, 23 Feb 2012 15:01:42 -0500
+ -- Sterling Lewis Peet <sterling.peet at gatech.edu>  Thu, 23 Feb 2012 17:31:52 -0500

Modified: mlpack/conf/packages/mlpack/branches/1.0.X/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-02-23 20:06:40 UTC (rev 11592)
+++ mlpack/conf/packages/mlpack/branches/1.0.X/debian/control	2012-02-23 22:45:48 UTC (rev 11593)
@@ -1,7 +1,7 @@
 Source: mlpack
 Priority: extra
 Maintainer: Sterling Peet <sterling.peet at gatech.edu>
-Build-Depends: liblapack-dev, libarmadillo-dev (>= 2.4.0), libxml2-dev, libboost-dev, debhelper (>= 7.0.50~), cmake, doxygen
+Build-Depends: liblapack-dev, libarmadillo-dev (>= 2.4.0), libxml2-dev, libboost-dev, libboost-math-dev, libboost-program-options-dev, libboost-random-dev, libboost-test-dev, debhelper (>= 7.0.50~), cmake, doxygen
 Standards-Version: 3.9.1
 Section: libs
 Homepage: http://www.mlpack.org/




More information about the mlpack-svn mailing list