[mlpack-svn] [MLPACK] #332: include<boost/math/special_functions/gamma.hpp> in core.hpp

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Wed Feb 19 19:40:17 EST 2014


#332: include<boost/math/special_functions/gamma.hpp> in core.hpp
----------------------+-----------------------------------------------------
  Reporter:  HuanEva  |        Owner:  rcurtin 
      Type:  defect   |       Status:  accepted
  Priority:  major    |    Milestone:          
 Component:  mlpack   |   Resolution:          
  Keywords:           |     Blocking:          
Blocked By:           |  
----------------------+-----------------------------------------------------

Comment (by HuanEva):

 Replying to [comment:10 rcurtin]:
 > Ok, I think something is weird in your environment.  Some things are not
 making sense to me.  What is /usr/include/boost/?  Does that contain a
 different version of the Boost headers than /opt/local/include/boost/?
 >
 > Can you give the output when you type 'VERBOSE=1 make'?



 It contains the same version of boost.  I used "sudo ln -s
 /opt/local/include/boost/ /usr/include/boost" when I was installing boost.


 The output:

 $ verbose=1 make

 [  1%] Building CXX object
 src/mlpack/CMakeFiles/mlpack.dir/core/dists/discrete_distribution.cpp.o
 In file included from
 /Users/Huan/downloads/mlpack-1.0-2.8/src/mlpack/core/dists/discrete_distribution.cpp:22:
 In file included from
 /Users/Huan/downloads/mlpack-1.0-2.8/src/mlpack/core/dists/discrete_distribution.hpp:26:
 In file included from
 /Users/Huan/downloads/mlpack-1.0-2.8/src/mlpack/../mlpack/core.hpp:185:
 /Users/Huan/downloads/mlpack-1.0-2.8/src/mlpack/../mlpack/core/arma_extend/arma_extend.hpp:19:10:
 fatal error:
       'armadillo' file not found
 #include <armadillo>
          ^
 1 error generated.
 make[2]: ***
 [src/mlpack/CMakeFiles/mlpack.dir/core/dists/discrete_distribution.cpp.o]
 Error 1
 make[1]: *** [src/mlpack/CMakeFiles/mlpack.dir/all] Error 2
 make: *** [all] Error 2

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