Go to the documentation of this file. 1 #ifndef __SHOGUN_LIB_CONFIG_H__
2 #define __SHOGUN_LIB_CONFIG_H__
4 #define MACHINE "x86_64"
5 #define CONFIGURE_OPTIONS "TODO"
6 #define COMPFLAGS_CPP "-std=c++11 -stdlib=libc++ -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-unknown-pragmas -Wno-deprecated -Qunused-arguments -fcolor-diagnostics -g"
7 #define LINKFLAGS "/System/Library/Frameworks/Accelerate.framework;/System/Library/Frameworks/Accelerate.framework;/opt/local/lib/libglpk.dylib;/opt/local/lib/libarpack.dylib;/opt/local/lib/liblpsolve55.dylib;-L/opt/local/lib;-ljson-c;/opt/local/lib/libxml2.dylib;/opt/local/lib/libhdf5.dylib;/opt/local/lib/libz.dylib;/usr/lib/libdl.dylib;/usr/lib/libm.dylib;/usr/lib/libcurl.dylib;/usr/lib/libz.dylib;/usr/lib/libbz2.dylib;/usr/lib/liblzma.dylib;/opt/local/lib/libsnappy.dylib;/opt/local/lib/liblzo2.dylib;optimized;/opt/local/lib/libprotobuf.dylib;debug;/opt/local/lib/libprotobuf.dylib"
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
30 #define HAVE_PTHREAD 1
36 #define HAVE_LGAMMAL 1
46 #define HAVE_LINALG_LIB 1
74 #define HAVE_FPCLASS 1
86 #define HAVE_STD_ISFINITE 1
89 #define HAVE_STD_ISINF 1
92 #define HAVE_STD_ISNAN 1
94 #define USE_SPINLOCKS 1
95 #define USE_SHORTREAL_KERNELCACHE 1
96 #define USE_BIGSTATES 1
99 #define USE_HMMCACHE 1
105 #define USE_SVMLIGHT 1
113 #define USE_REFERENCE_COUNTING 1
117 #define HAVE_BUILTIN_VECTOR 1
132 #define HAVE_CXX11_ATOMIC 1
133 #define HAVE_STD_UNORDERED_MAP 1
138 #define HAVE_ARC4RANDOM 1
SHOGUN Machine Learning Toolbox - Documentation