Go to the documentation of this file. 1 #ifndef __SHOGUN_LIB_CONFIG_H__
2 #define __SHOGUN_LIB_CONFIG_H__
4 #define MACHINE "aarch64"
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 -fopenmp"
7 #define LINKFLAGS "-lpthread;/usr/lib64/atlas/libtatlas.so;/lib64/libglpk.so;/usr/lib64/libarpack.so;/usr/lib64/libnlopt_cxx.so;/usr/lib64/liblpsolve55.so;/lib64/libColPack.so;/lib64/libarprec.so;-ljson-c;/usr/lib64/libxml2.so;/usr/lib64/libhdf5.so;/usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so;/usr/lib64/libz.so;/usr/lib64/libdl.so;/usr/lib64/libm.so;/usr/lib64/libcurl.so;/usr/lib64/libz.so;/usr/lib64/libbz2.so;/usr/lib64/liblzma.so;/usr/lib64/libsnappy.so;/usr/lib64/liblzo2.so;optimized;/usr/lib64/libprotobuf.so;debug;/usr/lib64/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
69 #define HAVE_DECL_ISINF 1
72 #define HAVE_DECL_ISNAN 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/lib64/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