Go to the documentation of this file. 1 #ifndef __SHOGUN_LIB_CONFIG_H__ 2 #define __SHOGUN_LIB_CONFIG_H__ 5 #define CONFIGURE_OPTIONS "TODO" 6 #define COMPFLAGS_CPP "-std=c++11 -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-unknown-pragmas -Wno-deprecated -O2 -g -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -fopenmp" 7 #define LINKFLAGS "-lpthread;/usr/lib/atlas/libtatlas.so;/lib/libglpk.so;/usr/lib/libarpack.so;/usr/lib/libnlopt_cxx.so;/usr/lib/liblpsolve55.so;/lib/libColPack.so;/lib/libarprec.so;-ljson-c;/usr/lib/libxml2.so;/usr/lib/libhdf5.so;/usr/lib/libhdf5_hl.so;/usr/lib/libhdf5.so;/usr/lib/libz.so;/usr/lib/libdl.so;/usr/lib/libm.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;optimized;/usr/lib/libprotobuf.so;debug;/usr/lib/libprotobuf.so;-lpthread" 9 #define SFMT_MEXP 19937 10 #define DSFMT_MEXP 19937 16 #define HAVE_LARGEFILE 1 17 #define HAVE_DOXYGEN 1 20 #define HAVE_PROTOBUF 1 31 #define HAVE_PTHREAD 1 33 #define HAVE_COLPACK 1 37 #define HAVE_LGAMMAL 1 44 #define VIENNACL_WITH_OPENCL 1 47 #define HAVE_LINALG_LIB 1 78 #define HAVE_FPCLASS 1 90 #define HAVE_STD_ISFINITE 1 93 #define HAVE_STD_ISINF 1 96 #define HAVE_STD_ISNAN 1 98 #define HAVE_DECL_SIGNGAM 1 100 #define HAVE_FDOPEN 1 102 #define USE_SPINLOCKS 1 103 #define USE_SHORTREAL_KERNELCACHE 1 104 #define USE_BIGSTATES 1 107 #define USE_HMMCACHE 1 121 #define USE_REFERENCE_COUNTING 1 126 #define OCTAVE_APIVERSION 50 136 #define NARRAY_LIB "/usr/lib/gems/ruby/narray-0.6.1.1/narray.so" 140 #define HAVE_CXX11_ATOMIC 1 141 #define HAVE_STD_UNORDERED_MAP 1 145 #define DEV_RANDOM "/dev/urandom"
SHOGUN Machine Learning Toolbox - Documentation