[mlpack-svn] [MLPACK] #236: Prefix names for executables?

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Sun Jul 29 11:44:40 EDT 2012


#236: Prefix names for executables?
------------------------------+---------------------------------------------
 Reporter:  rcurtin           |        Owner:  rcurtin                   
     Type:  defect            |       Status:  new                       
 Priority:  major             |    Milestone:                            
Component:  armadillo sparse  |     Keywords:  executable, naming, prefix
 Blocking:                    |   Blocked By:                            
------------------------------+---------------------------------------------
 MLPACK contains a lot of names of packages that could be possibly
 dangerous in the context of package managers: 'nbc', 'nca', and so forth;
 these names could already be in use for other applications.

 A prefix is one way to solve this problem: 'mlpack_nbc', 'mlpack_nca', and
 so forth.
 Another way to solve the problem is to create a standalone executable
 'mlpack' which holds all the functionality in it: e.g. 'mlpack allknn
 --options...'.  That executable could probably be generated entirely with
 CMake magic... maybe.

 Does anyone have any opinions on how this should be handled?

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