[mlpack-svn] r11268 - mlpack/conf/packages/mlpack/trunk/debian

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jan 23 23:38:55 EST 2012


Author: speet3
Date: 2012-01-23 23:38:55 -0500 (Mon, 23 Jan 2012)
New Revision: 11268

Modified:
   mlpack/conf/packages/mlpack/trunk/debian/control
Log:
add libc dependency

Modified: mlpack/conf/packages/mlpack/trunk/debian/control
===================================================================
--- mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-24 04:30:44 UTC (rev 11267)
+++ mlpack/conf/packages/mlpack/trunk/debian/control	2012-01-24 04:38:55 UTC (rev 11268)
@@ -33,7 +33,7 @@
 Package: mlpack-bin
 Section: libs
 Architecture: any
-Depends: boost, libmlpack1, ${misc:Depends}
+Depends: libc6, boost, libmlpack1, ${misc:Depends}
 Description: Executable cli binaries for Machine Learning methods
  MLPACK (Machine Learning PACK) is an open-source, intuitive, fast, and
  scalable C++ machine learning library, meant to be a machine learning




More information about the mlpack-svn mailing list