Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@flaxter8:~/shogun/build# cmake -DPythonModular=ON ..
- -- Could NOT find CCache (missing: CCACHE)
- -- Using system's malloc
- -- Could NOT find GDB (missing: GDB_COMMAND GDB_VERSION)
- -- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
- -- Try OpenMP CXX flag = [-fopenmp]
- -- Performing Test OpenMP_FLAG_DETECTED
- -- Performing Test OpenMP_FLAG_DETECTED - Success
- -- Could NOT find OpenMP (missing: OpenMP_CXX_FLAGS)
- -- A library with BLAS API found.
- -- A library with LAPACK API found.
- -- Could NOT find ATLAS (missing: ATLAS_LIBRARIES)
- -- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND
- )
- -- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
- -- Could NOT find OPENCL (missing: OPENCL_LIBRARY OPENCL_INCLUDE_DIR)
- -- Could NOT find ViennaCL (missing: VIENNACL_INCLUDE_DIR OPENCL_INCLUDE_DIRS OPENCL_LIB
- RARIES) (Required is at least version "1.5.0")
- -- checking for one of the modules 'libColPack>=1.0.9;ColPack>=1.0.9'
- -- Could NOT find LPSOLVE (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIR)
- -- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUD
- E_DIR)
- -- Could NOT find ARPREC (missing: ARPREC_LIBRARIES ARPREC_INCLUDE_DIR)
- -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
- -- checking for one of the modules 'libjson>=0.11;json>=0.11;json-c>=0.11'
- -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
- -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
- -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
- -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
- -- Could NOT find LibLZMA (missing: LIBLZMA_INCLUDE_DIR LIBLZMA_LIBRARY LIBLZMA_HAS_AUTO
- _DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET)
- -- Could NOT find SNAPPY (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR)
- -- Lzo includes and libraries NOT found.
- -- Spinlock support found
- -- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
- -- Linear algebra uses c++11 features. Please use a supported compiler
- -- Could NOT find Jinja2 (missing: JINJA2_IMPORT_SUCCESS)
- -- ======================================================================================
- =============================
- -- Summary of Configuration Variables
- --
- -- The following OPTIONAL packages have been found:
- * BLAS
- * LAPACK
- * CBLAS
- * Eigen3 (required version >= 3.1.2)
- * NLopt
- * BZip2
- * Spinlock
- * Threads
- -- The following REQUIRED packages have been found:
- * SWIG (required version >= 2.0.4)
- * PythonLibs
- * PythonInterp
- * NumPy
- -- The following OPTIONAL packages have not been found:
- * CCache
- * GDB
- * Mosek
- * OpenMP
- * Atlas
- * GLPK
- * CPLEX
- * ARPACK
- * ViennaCL (required version >= 1.5.0)
- * LpSolve
- * ColPack
- * ARPREC
- * Doxygen
- * LibXml2
- * HDF5
- * CURL
- * ZLIB
- * LibLZMA
- * SNAPPY
- * LZO
- * Protobuf
- * Jinja2
- -- The following REQUIRED packages have not been found:
- * OpenCL
- -- ======================================================================================
- =============================
- -- Enabled Integration
- -- OpenCV Integration is OFF - enable with -DOpenCV=ON
- -- ======================================================================================
- =============================
- -- Enabled Interfaces
- -- libshogun is ON
- -- python modular is ON
- -- octave modular is OFF - enable with -DOctaveModular=ON
- -- java modular is OFF - enable with -DJavaModular=ON
- -- perl modular is OFF - enable with -DPerlModular=ON
- -- ruby modular is OFF - enable with -DRubyModular=ON
- -- csharp modular is OFF - enable with -DCSharpModular=ON
- -- R modular is OFF - enable with -DRModular=ON
- -- lua modular is OFF - enable with -DLuaModular=ON
- --
- -- Enabled legacy interfaces
- -- cmdline static is OFF - enable with -DCmdLineStatic=ON
- -- python static is OFF - enable with -DPythonStatic=ON
- -- octave static is OFF - enable with -DOctaveStatic=ON
- -- matlab static is OFF - enable with -DMatlabStatic=ON
- -- R static is OFF - enable with -DRStatic=ON
- -- ======================================================================================
- =============================
- -- To compile shogun type
- -- make
- --
- -- To install shogun to /usr/local type
- -- make install
- --
- -- or to install to a custom directory
- -- make install DESTDIR=/my/special/path
- -- (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the pre
- fix
- -- ======================================================================================
- =============================
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /root/shogun/build
Advertisement
Add Comment
Please, Sign In to add comment