[mlpack-svn] [MLPACK] #335: Build errors with duplicated "lib64" in path

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Feb 26 09:13:10 EST 2014


#335: Build errors with duplicated "lib64" in path
------------------------------------------+---------------------------------
  Reporter:  noodleslick                  |        Owner:  rcurtin
      Type:  defect                       |       Status:  closed 
  Priority:  trivial                      |    Milestone:         
 Component:  build system                 |   Resolution:  invalid
  Keywords:  make errors; compile errors  |     Blocking:         
Blocked By:                               |  
------------------------------------------+---------------------------------
Changes (by rcurtin):

  * status:  new => closed
  * resolution:  => invalid


Comment:

 This appears to be an issue with your Armadillo configuration.  Recompile
 Armadillo with ARMA_USE_WRAPPER set.  That should fix your issue.  If that
 is not something you want to do, modify the mlpack CMake configuration to
 manually link against LAPACK and BLAS.  Ideally, the FindArmadillo.cmake
 script will be modified so that it can detect whether or not
 ARMA_USE_WRAPPER is set and react accordingly, but this is not the case
 right now.

-- 
Ticket URL: <https://trac.research.cc.gatech.edu/fastlab/ticket/335#comment:4>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list