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

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Mar 12 14:24:07 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):

 Okay; I suspect that perhaps the reason that armadillo.lib isn't being
 found is that it's in the 'Release/' directory.  I think the structure
 CMake is looking for is:

 armadillo-2.4.3/include/
 armadillo-2.4.3/lib/armadillo.lib

 or

 armadillo-2.4.3/include/
 armadillo-2.4.3/armadillo.lib

 I'm playing with the CMake configuration right now; hopefully I will have
 a change by tonight which makes the finding of libraries a lot easier.
 I'm thinking the best way to do this is to make a string variable one can
 pass in called something like 'ARMADILLO_DIRECTORY' which you can set to
 the root of the Armadillo directory if CMake isn't finding it (instead of
 needing to hardcode it in).

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/206#comment:7>
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