SHOGUN  v1.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config.h
Go to the documentation of this file.
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 #define HAVE_ARPACK 1
10 #define HAVE_ATLAS 1
11 #define HAVE_PTHREAD 1
12 
13 
14 
15 #define HAVE_POWL 1
16 #define HAVE_LGAMMAL 1
17 #define HAVE_SQRTL 1
18 #define HAVE_LOG2 1
19 
20 
21 
22 #define USE_SPINLOCKS 1
23 
24 #define USE_SHORTREAL_KERNELCACHE 1
25 
26 
27 
28 
29 
30 
31 #define USE_BIGSTATES 1
32 #define USE_HMMCACHE 1
33 
34 
35 
36 
37 
38 #define GPL 1
39 
40 
41 #define USE_GLPK 1
42 #define USE_LZO 1
43 #define USE_GZIP 1
44 
45 #define USE_LZMA 1
46 
47 #define USE_REFERENCE_COUNTING 1
48 #define OCTAVE_APIVERSION
49 #define LINUX 1
50 #define CONFIGURE_OPTIONS "configure options --disable-cpudetection --prefix=/usr --enable-glpk --enable-readline --disable-svm-light --enable-hdf5 --enable-json --enable-xml --enable-snappy --enable-lzo --enable-gzip --enable-bzip2 --enable-lzma --interfaces="
51 #define MACHINE "i686"
52 #define COMPFLAGS_C "-fPIC -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -O2 -pthread"
53 #define COMPFLAGS_CPP "-fPIC -g -Wall -Wno-unused-parameter -Wformat -Wformat-security -Wparentheses -Wshadow -Wno-deprecated -O2 -pthread"
54 #define LINKFLAGS " -Xlinker --no-undefined"

SHOGUN Machine Learning Toolbox - Documentation