SHOGUN  v3.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
config.h
Go to the documentation of this file.
00001 #define MACHINE "i686"
00002 #define CONFIGURE_OPTIONS "TODO"
00003 #define COMPFLAGS_CPP "-std=c++11 -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-unknown-pragmas -Wno-deprecated -g  -pipe -Wall -g -O2 -march=i586 -mtune=generic -fpermissive -I/usr/include/openblas -march=native -O3 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -funroll-loops -mfpmath=sse"
00004 #define LINKFLAGS "-lpthread;/usr/lib/liblapack.so;/usr/lib/libopenblas.so;/usr/lib/libglpk.so;/usr/lib/libarpack_LINUX.so;/usr/lib/libnlopt.so;/usr/lib/liblpsolve55.so;/usr/lib/libColPack.so;/usr/lib/libarprec.so;/usr/lib/libxml2.so;/usr/lib/libhdf5.so;/usr/lib/libcurl.so;/usr/lib/libz.so;/usr/lib/libbz2.so;/usr/lib/liblzma.so;/usr/lib/libsnappy.so;/usr/lib/liblzo2.so"
00005 
00006 #define SFMT_MEXP 19937
00007 #define DSFMT_MEXP 19937
00008 
00009 #define HAVE_HDF5 1
00010 #define HAVE_CURL 1
00011 /* #undef HAVE_JSON */
00012 #define HAVE_XML 1
00013 #define HAVE_LARGEFILE 1
00014 #define HAVE_DOXYGEN 1
00015 #define HAVE_LAPACK 1
00016 /* #undef HAVE_MVEC */
00017 /* #undef HAVE_PROTOBUF */
00018 
00019 #define HAVE_ARPACK 1
00020 /* #undef HAVE_EIGEN3 */
00021 /* #undef HAVE_CATLAS */
00022 /* #undef HAVE_ATLAS */
00023 #define HAVE_NLOPT 1
00024 #define USE_LPSOLVE 1
00025 #define HAVE_PTHREAD 1
00026 /* #undef USE_CPLEX */
00027 #define HAVE_COLPACK 1
00028 #define HAVE_ARPREC 1
00029 
00030 #define HAVE_POWL 1
00031 #define HAVE_LGAMMAL 1
00032 #define HAVE_SQRTL 1
00033 #define HAVE_LOG2 1
00034 /* #undef USE_LOGCACHE */
00035 /* #undef USE_LOGSUMARRAY */
00036 
00037 /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
00038    don't. */
00039 /* #undef HAVE_DECL_ISFINITE */
00040 
00041 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. */
00042 #define HAVE_DECL_ISINF 1
00043 
00044 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. */
00045 #define HAVE_DECL_ISNAN 1
00046 
00047 /* Define to 1 if you have the `finite' function. */
00048 /* #undef HAVE_FINITE */
00049 
00050 /* Define to 1 if you have the `fpclass' function. */
00051 #define HAVE_FPCLASS 1
00052 
00053 /* Define to 1 if you have the `isfinite' function. */
00054 /* #undef HAVE_ISFINITE */
00055 
00056 /* Define to 1 if you have the `isinf' function. */
00057 #define HAVE_ISINF 1
00058 
00059 /* Define to 1 if you have the `isnan' function. */
00060 #define HAVE_ISNAN 1
00061 
00062 /* Define to 1 if you have the `std::isfinite' function. */
00063 #define HAVE_STD_ISFINITE 1
00064 
00065 /* Define to 1 if you have the `std::isinf' function. */
00066 #define HAVE_STD_ISINF 1
00067 
00068 /* Define to 1 if you have the `std::isnan' function. */
00069 #define HAVE_STD_ISNAN 1
00070 
00071 #define USE_SPINLOCKS 1
00072 #define USE_SHORTREAL_KERNELCACHE 1
00073 #define USE_BIGSTATES 1
00074 
00075 /* #undef USE_HMMDEBUG */
00076 #define USE_HMMCACHE 1
00077 /* #undef USE_HMMPARALLEL */
00078 /* #undef USE_HMMPARALLEL_STRUCTURES */
00079 
00080 /* #undef USE_PATHDEBUG */
00081 
00082 #define USE_SVMLIGHT 1
00083 /* #undef USE_MOSEK */
00084 
00085 #define USE_GLPK 1
00086 #define USE_LZO 1
00087 #define USE_GZIP 1
00088 #define USE_BZIP2 1
00089 #define USE_LZMA 1
00090 #define USE_REFERENCE_COUNTING 1
00091 #define USE_SNAPPY 1
00092 
00093 #define HAVE_SSE2 1
00094 #define HAVE_BUILTIN_VECTOR 1
00095 /* #undef OCTAVE_APIVERSION */
00096 
00097 /* #undef DARWIN */
00098 /* #undef FREEBSD */
00099 #define LINUX 1
00100 
00101 /* #undef USE_SWIG_DIRECTORS */
00102 /* #undef TRACE_MEMORY_ALLOCS */
00103 /* #undef USE_JEMALLOC */
00104 
00105 /* #undef NARRAY_LIB */
00106 
00107 /* #undef HAVE_CXX0X */
00108 #define HAVE_CXX11 1
00109 #define HAVE_CXX11_ATOMIC 1
00110 #define HAVE_STD_UNORDERED_MAP 1
00111 
00112 /* #undef HAVE_JBLAS */
00113 
00114 /* random related defines */
00115 /* #undef HAVE_ARC4RANDOM */
00116 #define DEV_RANDOM "/dev/urandom"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation