[mlpack-svn] [MLPACK] #206: Building mlpack with VS2010?

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Mar 14 12:39:37 EDT 2012


#206: Building mlpack with VS2010?
----------------------------------+-----------------------------------------
  Reporter:  Adam                 |        Owner:     
      Type:  defect               |       Status:  new
  Priority:  major                |    Milestone:     
 Component:  mlpack               |   Resolution:     
  Keywords:  VS2010, Compilation  |     Blocking:     
Blocked By:                       |  
----------------------------------+-----------------------------------------

Comment (by rcurtin):

 I pulled the LAPACK dependency entirely, because it turned out that while
 CMake was requiring LAPACK to be installed, it never linked against it.
 Instead, it's Armadillo that has a dependency on LAPACK and so that should
 be sorted out in the Armadillo install (which I am not too familiar with
 on Windows), and MLPACK shouldn't need to either link against LAPACK or
 know anything about it; MLPACK just needs to know how to link against
 Armadillo.

 I'll look into iconv; it's not a problem on Linux because the package
 manager always installs iconv as a dependency of libxml2.

 You mentioned earlier that IM might be a better tool to get this all
 figured out -- I think you might be right.  I can be found as 'naywhayare'
 on AIM or YIM or 'naywhayare at jabber.org' on any XMPP service (like GChat).

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/206#comment:14>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed by the FASTLAB at Georgia Tech under Dr. Alex Gray.


More information about the mlpack-svn mailing list