[mlpack-svn] r13221 - mlpack/conf/packages/mlpack/trunk/rpm

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Jul 12 13:28:30 EDT 2012


Author: speet3
Date: 2012-07-12 13:28:29 -0400 (Thu, 12 Jul 2012)
New Revision: 13221

Modified:
   mlpack/conf/packages/mlpack/trunk/rpm/mlpack.spec
Log:
include proper patch commenting and update version number

Modified: mlpack/conf/packages/mlpack/trunk/rpm/mlpack.spec
===================================================================
--- mlpack/conf/packages/mlpack/trunk/rpm/mlpack.spec	2012-07-12 15:49:54 UTC (rev 13220)
+++ mlpack/conf/packages/mlpack/trunk/rpm/mlpack.spec	2012-07-12 17:28:29 UTC (rev 13221)
@@ -1,6 +1,6 @@
 Name:           mlpack
 Version:        1.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A scalable, fast C++ machine learning library
 
 Group:          Development/Libraries
@@ -17,7 +17,10 @@
 # get there.
 Patch1:         range_search_install.patch
 
-# Ryan did it, I don't know what it does (sterling)
+# The GetKernelMatrix patch fixes a bug where a function was called before
+# it was ever declared.  This isn't a problem in certain GCC settings, but
+# in the Fedora setting it throws an error (which is easily fixed by that
+# patch).
 Patch2:         getkernelmatrix_definition.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -157,5 +160,8 @@
 %{_includedir}/mlpack/methods/
 
 %changelog
+* Thu Jul 21 2012 Sterling Lewis Peet <sterling.peet at gatech.edu - 1.0.1-2
+- Include GetKernelMatrix patch so that mlpack builds using fedora flags.
+
 * Thu Mar 08 2012 Ryan Curtin <gth671b at mail.gatech.edu> - 1.0.1-1
 - Initial packaging of mlpack.




More information about the mlpack-svn mailing list