[mlpack-svn] [MLPACK] #253: MATLAB bindings, when installed, do not work

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Oct 17 23:20:13 EDT 2012


#253: MATLAB bindings, when installed, do not work
-------------------------------+--------------------------------------------
  Reporter:  rcurtin           |        Owner:  rcurtin     
      Type:  defect            |       Status:  new         
  Priority:  major             |    Milestone:  mlpack 1.1.0
 Component:  mlpack            |   Resolution:              
  Keywords:  matlab, bindings  |     Blocking:  252         
Blocked By:                    |  
-------------------------------+--------------------------------------------

Comment (by rcurtin):

 Option 1 from above runs into other problems.  On 64-bit systems, a static
 library which is going to be compiled into a shared library must use
 -fPIC.  That's not a big problem to force CMake to do that when
 recompiling MLPACK, but the other libraries MLPACK depends on are not, in
 general, compiled statically or when they are, not with -fPIC.  So I'm
 starting to run out of tricks here.  We can't compile a mex as a static
 library, either.  It looks like Option 2 is going to be our best bet.

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