SHOGUN  v2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config.h
Go to the documentation of this file.
1 #define HAVE_READLINE 1
2 #define HAVE_HDF5 1
3 #define HAVE_JSON 1
4 #define HAVE_XML 1
5 #define HAVE_LARGEFILE 1
6 #define HAVE_DOXYGEN 1
7 #define HAVE_LAPACK 1
8 
9 
10 #define HAVE_NLOPT 1
11 
12 
13 #define HAVE_EIGEN3 1
14 #define HAVE_ATLAS 1
15 #define HAVE_PTHREAD 1
16 
17 
18 
19 #define HAVE_POWL 1
20 #define HAVE_LGAMMAL 1
21 #define HAVE_SQRTL 1
22 #define HAVE_LOG2 1
23 #define HAVE_JBLAS 1
24 #define HAVE_UJMP 1
25 #define USE_SPINLOCKS 1
26 
27 #define USE_SHORTREAL_KERNELCACHE 1
28 
29 
30 
31 
32 
33 #define NARRAY_LIB "/usr/lib/ruby/vendor_ruby/1.8/x86_64-linux/narray.so"
34 #define USE_BIGSTATES 1
35 #define USE_HMMCACHE 1
36 
37 
38 
39 
40 #define USE_SVMLIGHT 1
41 
42 
43 
44 #define USE_GLPK 1
45 #define USE_LZO 1
46 #define USE_GZIP 1
47 #define USE_BZIP2 1
48 #define USE_LZMA 1
49 
50 #define USE_REFERENCE_COUNTING 1
51 
52 #define OCTAVE_APIVERSION 48
53 #define LINUX 1
54 #define CONFIGURE_OPTIONS "configure options --prefix=/usr/local/stow/shogun-2.0"
55 #define MACHINE "x86_64"
56 #define COMPFLAGS_C "-fPIC -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -funroll-loops -mfpmath=sse -march=native -mtune=native -pthread -fno-strict-aliasing"
57 #define COMPFLAGS_CPP "-fPIC -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O9 -fexpensive-optimizations -frerun-cse-after-loop -fcse-follow-jumps -finline-functions -fschedule-insns2 -fthread-jumps -fforce-addr -fstrength-reduce -funroll-loops -mfpmath=sse -march=native -mtune=native -pthread -fno-strict-aliasing"
58 #define LINKFLAGS " -Xlinker --no-undefined"

SHOGUN Machine Learning Toolbox - Documentation