~ubuntu-branches/ubuntu/trusty/r-cran-rcpparmadillo/trusty-proposed

« back to all changes in this revision

Viewing changes to inst/include/armadillo_bits/arma_config.hpp

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2014-01-05 07:49:39 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140105074939-dwxho57ujap094yj
Tags: 0.4.000-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  #endif
49
49
  
50
50
  
 
51
  #if defined(ARMA_USE_ARPACK)
 
52
    static const bool arpack = true;
 
53
  #else
 
54
    static const bool arpack = false;
 
55
  #endif
 
56
  
 
57
  
51
58
  #if defined(ARMA_USE_HDF5)
52
59
    static const bool hdf5 = true;
53
60
  #else
55
62
  #endif
56
63
  
57
64
  
58
 
  #if defined(ARMA_USE_BOOST)
59
 
    static const bool boost = true;
60
 
  #else
61
 
    static const bool boost = false;
62
 
  #endif
63
 
  
64
 
  
65
 
  #if defined(ARMA_USE_BOOST_DATE)
66
 
    static const bool boost_date = true;
67
 
  #else
68
 
    static const bool boost_date = false;
69
 
  #endif
70
 
  
71
 
  
72
65
  #if defined(ARMA_NO_DEBUG)
73
66
    static const bool debug = false;
74
67
  #else