config.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2009 NICTA
00002 // 
00003 // Authors:
00004 // - Conrad Sanderson (conradsand at ieee dot org)
00005 // 
00006 // This file is part of the Armadillo C++ library.
00007 // It is provided without any warranty of fitness
00008 // for any purpose. You can redistribute this file
00009 // and/or modify it under the terms of the GNU
00010 // Lesser General Public License (LGPL) as published
00011 // by the Free Software Foundation, either version 3
00012 // of the License or (at your option) any later version.
00013 // (see http://www.opensource.org/licenses for more info)
00014 
00015 
00016 
00017 #define ARMA_HAVE_STD_ISFINITE
00018 #define ARMA_HAVE_STD_ISINF
00019 #define ARMA_HAVE_STD_ISNAN
00020 #define ARMA_HAVE_STD_SNPRINTF
00021 
00022 #define ARMA_HAVE_LOG1P
00023 #define ARMA_HAVE_GETTIMEOFDAY
00024 
00025 /* #undef ARMA_USE_ATLAS */
00026 #define ARMA_USE_LAPACK
00027 #define ARMA_USE_BLAS
00028 #define ARMA_USE_BOOST
00029 #define ARMA_USE_BOOST_DATE
00030 
00031 /* #undef ARMA_EXTRA_DEBUG */
00032 /* #undef ARMA_NO_DEBUG */
00033 
00034 #if defined(ARMA_USE_ATLAS)
00035   #if !defined(ARMA_ATLAS_INCLUDE_DIR)
00036     #define ARMA_ATLAS_INCLUDE_DIR  
00037   #endif
00038 #endif
00039 
00040 #if defined(__CUDACC__)
00041   #undef ARMA_HAVE_STD_ISFINITE
00042   #undef ARMA_HAVE_STD_ISINF
00043   #undef ARMA_HAVE_STD_ISNAN
00044 #endif
00045 
00046 #if defined(__INTEL_COMPILER)
00047   #if (__INTEL_COMPILER <= 1110)
00048     #undef ARMA_HAVE_STD_ISFINITE
00049   #endif
00050 #endif