浏览该文件的文档. 1 #ifndef __SHOGUN_LIB_CONFIG_H__
2 #define __SHOGUN_LIB_CONFIG_H__
4 #define MACHINE "armv7l"
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 -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fopenmp -DNDEBUG"
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/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
29 #define HAVE_PTHREAD 1
31 #define HAVE_COLPACK 1
35 #define HAVE_LGAMMAL 1
46 #define HAVE_DECL_ISINF 1
49 #define HAVE_DECL_ISNAN 1
55 #define HAVE_FPCLASS 1
67 #define HAVE_STD_ISFINITE 1
70 #define HAVE_STD_ISINF 1
73 #define HAVE_STD_ISNAN 1
75 #define USE_SPINLOCKS 1
76 #define USE_SHORTREAL_KERNELCACHE 1
77 #define USE_BIGSTATES 1
80 #define USE_HMMCACHE 1
94 #define USE_REFERENCE_COUNTING 1
99 #define OCTAVE_APIVERSION 49
109 #define NARRAY_LIB "/usr/lib/gems/ruby/narray-0.6.0.9/narray.so"
113 #define HAVE_CXX11_ATOMIC 1
114 #define HAVE_STD_UNORDERED_MAP 1
120 #define DEV_RANDOM "/dev/urandom"
SHOGUN 机器学习工具包 - 项目文档