Guest User

shogun BUILD_META_EXAMPLES=ON

a guest
Feb 6th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.92 KB | None | 0 0
  1. cmake BUILD_META_EXAMPLES=ON ..
  2. -- dir='/home/saphire/shogun/src'
  3. -- dir='/home/saphire/shogun/build/src'
  4. -- dir='/home/saphire/shogun/src/gpl'
  5. -- Using system's malloc
  6. -- Could NOT find rxcpp (missing: rxcpp_INCLUDE_DIR)
  7. -- Could NOT find TFLogger (missing: TFLogger_DIR)
  8. -- A library with BLAS API found.
  9. -- Enabling detected BLAS library as backend for Eigen
  10. -- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND)
  11. -- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
  12. -- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY MOSEK_LIBRARIES)
  13. -- Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
  14. -- Could NOT find JSON (missing: JSON_INCLUDE_DIR JSON_LIBRARY) (Required is at least version "0.11")
  15. -- HDF5: Using hdf5 compiler wrapper to determine C configuration
  16. -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
  17. -- Could NOT find SNAPPY (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR)
  18. -- Lzo includes and libraries NOT found.
  19. -- Could NOT find NLOPT (missing: NLOPT_LIBRARY NLOPT_INCLUDE_DIR)
  20. -- Could NOT find LPSOLVE (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIR)
  21. -- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUDE_DIR)
  22. -- Could NOT find ARPREC (missing: ARPREC_LIBRARIES ARPREC_INCLUDE_DIR)
  23. -- Linker: GNU gold
  24. -- Ctags flavour: Exuberant
  25. -- Found Ctags: /usr/bin/ctags (found version "exuberant ctags 5.9~svn20110310")
  26. -- ===================================================================================================================
  27. -- Summary of Configuration Variables
  28. -- The following OPTIONAL packages have been found:
  29.  
  30. * CCache
  31. * GDB
  32. * Doxygen (required version >= 1.8.6)
  33. * OpenMP
  34. * CxaDemangle
  35. * ViennaCL (required version >= 1.5.0)
  36. * BLAS
  37. * Threads
  38. * LibXml2
  39. * HDF5
  40. * ZLIB
  41. * BZip2
  42. * LibLZMA
  43. * Ctags
  44. * Sphinx
  45. * Pandoc
  46.  
  47. -- The following REQUIRED packages have been found:
  48.  
  49. * PythonInterp
  50. * PLY
  51.  
  52. -- The following OPTIONAL packages have not been found:
  53.  
  54. * rxcpp
  55. * TFLogger (required version >= 0.1.0)
  56. * GLPK
  57. * CPLEX
  58. * ARPACK
  59. * Mosek
  60. * Protobuf
  61. * JSON (required version >= 0.11)
  62. * CURL
  63. * SNAPPY
  64. * LZO
  65. * NLopt
  66. * LpSolve
  67. * ColPack
  68. * ARPREC
  69.  
  70. -- ===================================================================================================================
  71. -- Integrations
  72. -- OpenCV Integration is OFF enable with -DOpenCV=ON
  73. -- ===================================================================================================================
  74. -- Interfaces
  75. -- Python is OFF enable with -DINTERFACE_PYTHON=ON
  76. -- Octave is OFF enable with -DINTERFACE_OCTAVE=ON
  77. -- Java is OFF enable with -DINTERFACE_JAVA=ON
  78. -- Perl is OFF enable with -DINTERFACE_PERL=ON
  79. -- Ruby is OFF enable with -DINTERFACE_RUBY=ON
  80. -- C# is OFF enable with -DINTERFACE_CSHARP=ON
  81. -- R is OFF enable with -DINTERFACE_R=ON
  82. -- Lua is OFF enable with -DINTERFACE_LUA=ON
  83. -- Scala is OFF enable with -DINTERFACE_SCALA=ON
  84. -- CoreML is OFF enable with -DINTERFACE_COREML=ON
  85. -- ===================================================================================================================
  86. -- To compile shogun type
  87. -- make
  88. --
  89. -- To install shogun to /usr/local type
  90. -- make install
  91. --
  92. -- or to install to a custom directory
  93. -- make install DESTDIR=/my/special/path
  94. -- (or rerun cmake with -DCMAKE_INSTALL_PREFIX=/my/special/path) to just change the prefix
  95. -- ===================================================================================================================
  96. -- Configuring done
  97. CMake Warning at src/shogun/CMakeLists.txt:113 (add_library):
  98. Cannot generate a safe runtime search path for target shogun because files
  99. in some directories may conflict with libraries in implicit directories:
  100.  
  101. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  102. /home/saphire/anaconda3/lib
  103. runtime library [libz.so.1] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  104. /home/saphire/anaconda3/lib
  105. runtime library [libbz2.so.1.0] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  106. /home/saphire/anaconda3/lib
  107.  
  108. Some of these libraries may not be found correctly.
  109.  
  110.  
  111. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  112. Cannot generate a safe runtime search path for target
  113. variational_approx_example because files in some directories may conflict
  114. with libraries in implicit directories:
  115.  
  116. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  117. /home/saphire/anaconda3/lib
  118.  
  119. Some of these libraries may not be found correctly.
  120. Call Stack (most recent call first):
  121. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  122.  
  123.  
  124. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  125. Cannot generate a safe runtime search path for target
  126. transfer_multitaskleastsquaresregression because files in some directories
  127. may conflict with libraries in implicit directories:
  128.  
  129. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  130. /home/saphire/anaconda3/lib
  131.  
  132. Some of these libraries may not be found correctly.
  133. Call Stack (most recent call first):
  134. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  135.  
  136.  
  137. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  138. Cannot generate a safe runtime search path for target
  139. streaming_stringfeatures because files in some directories may conflict
  140. with libraries in implicit directories:
  141.  
  142. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  143. /home/saphire/anaconda3/lib
  144.  
  145. Some of these libraries may not be found correctly.
  146. Call Stack (most recent call first):
  147. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  148.  
  149.  
  150. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  151. Cannot generate a safe runtime search path for target streaming_from_dense
  152. because files in some directories may conflict with libraries in implicit
  153. directories:
  154.  
  155. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  156. /home/saphire/anaconda3/lib
  157.  
  158. Some of these libraries may not be found correctly.
  159. Call Stack (most recent call first):
  160. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  161.  
  162.  
  163. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  164. Cannot generate a safe runtime search path for target
  165. splitting_stratified_crossvalidation because files in some directories may
  166. conflict with libraries in implicit directories:
  167.  
  168. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  169. /home/saphire/anaconda3/lib
  170.  
  171. Some of these libraries may not be found correctly.
  172. Call Stack (most recent call first):
  173. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  174.  
  175.  
  176. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  177. Cannot generate a safe runtime search path for target so_factorgraph
  178. because files in some directories may conflict with libraries in implicit
  179. directories:
  180.  
  181. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  182. /home/saphire/anaconda3/lib
  183.  
  184. Some of these libraries may not be found correctly.
  185. Call Stack (most recent call first):
  186. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  187.  
  188.  
  189. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  190. Cannot generate a safe runtime search path for target
  191. splitting_standard_crossvalidation because files in some directories may
  192. conflict with libraries in implicit directories:
  193.  
  194. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  195. /home/saphire/anaconda3/lib
  196.  
  197. Some of these libraries may not be found correctly.
  198. Call Stack (most recent call first):
  199. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  200.  
  201.  
  202. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  203. Cannot generate a safe runtime search path for target
  204. serialization_multiclass_labels because files in some directories may
  205. conflict with libraries in implicit directories:
  206.  
  207. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  208. /home/saphire/anaconda3/lib
  209.  
  210. Some of these libraries may not be found correctly.
  211. Call Stack (most recent call first):
  212. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  213.  
  214.  
  215. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  216. Cannot generate a safe runtime search path for target
  217. serialization_basic_tests because files in some directories may conflict
  218. with libraries in implicit directories:
  219.  
  220. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  221. /home/saphire/anaconda3/lib
  222.  
  223. Some of these libraries may not be found correctly.
  224. Call Stack (most recent call first):
  225. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  226.  
  227.  
  228. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  229. Cannot generate a safe runtime search path for target
  230. evaluation_cross_validation_multiclass_mkl because files in some
  231. directories may conflict with libraries in implicit directories:
  232.  
  233. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  234. /home/saphire/anaconda3/lib
  235.  
  236. Some of these libraries may not be found correctly.
  237. Call Stack (most recent call first):
  238. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  239.  
  240.  
  241. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  242. Cannot generate a safe runtime search path for target
  243. modelselection_grid_search_mkl because files in some directories may
  244. conflict with libraries in implicit directories:
  245.  
  246. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  247. /home/saphire/anaconda3/lib
  248.  
  249. Some of these libraries may not be found correctly.
  250. Call Stack (most recent call first):
  251. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  252.  
  253.  
  254. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  255. Cannot generate a safe runtime search path for target
  256. features_dense_real_modular because files in some directories may conflict
  257. with libraries in implicit directories:
  258.  
  259. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  260. /home/saphire/anaconda3/lib
  261.  
  262. Some of these libraries may not be found correctly.
  263. Call Stack (most recent call first):
  264. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  265.  
  266.  
  267. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  268. Cannot generate a safe runtime search path for target
  269. evaluation_cross_validation_mkl_weight_storage because files in some
  270. directories may conflict with libraries in implicit directories:
  271.  
  272. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  273. /home/saphire/anaconda3/lib
  274.  
  275. Some of these libraries may not be found correctly.
  276. Call Stack (most recent call first):
  277. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  278.  
  279.  
  280. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  281. Cannot generate a safe runtime search path for target
  282. evaluation_cross_validation_locked_comparison because files in some
  283. directories may conflict with libraries in implicit directories:
  284.  
  285. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  286. /home/saphire/anaconda3/lib
  287.  
  288. Some of these libraries may not be found correctly.
  289. Call Stack (most recent call first):
  290. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  291.  
  292.  
  293. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  294. Cannot generate a safe runtime search path for target
  295. evaluation_cross_validation_multiclass because files in some directories
  296. may conflict with libraries in implicit directories:
  297.  
  298. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  299. /home/saphire/anaconda3/lib
  300.  
  301. Some of these libraries may not be found correctly.
  302. Call Stack (most recent call first):
  303. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  304.  
  305.  
  306. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  307. Cannot generate a safe runtime search path for target
  308. evaluation_cross_validation_classification because files in some
  309. directories may conflict with libraries in implicit directories:
  310.  
  311. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  312. /home/saphire/anaconda3/lib
  313.  
  314. Some of these libraries may not be found correctly.
  315. Call Stack (most recent call first):
  316. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  317.  
  318.  
  319. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  320. Cannot generate a safe runtime search path for target converter_jade_bss
  321. because files in some directories may conflict with libraries in implicit
  322. directories:
  323.  
  324. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  325. /home/saphire/anaconda3/lib
  326.  
  327. Some of these libraries may not be found correctly.
  328. Call Stack (most recent call first):
  329. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  330.  
  331.  
  332. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  333. Cannot generate a safe runtime search path for target
  334. modelselection_grid_search_kernel because files in some directories may
  335. conflict with libraries in implicit directories:
  336.  
  337. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  338. /home/saphire/anaconda3/lib
  339.  
  340. Some of these libraries may not be found correctly.
  341. Call Stack (most recent call first):
  342. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  343.  
  344.  
  345. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  346. Cannot generate a safe runtime search path for target
  347. converter_locallylinearembedding because files in some directories may
  348. conflict with libraries in implicit directories:
  349.  
  350. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  351. /home/saphire/anaconda3/lib
  352.  
  353. Some of these libraries may not be found correctly.
  354. Call Stack (most recent call first):
  355. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  356.  
  357.  
  358. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  359. Cannot generate a safe runtime search path for target
  360. converter_laplacianeigenmaps because files in some directories may conflict
  361. with libraries in implicit directories:
  362.  
  363. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  364. /home/saphire/anaconda3/lib
  365.  
  366. Some of these libraries may not be found correctly.
  367. Call Stack (most recent call first):
  368. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  369.  
  370.  
  371. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  372. Cannot generate a safe runtime search path for target
  373. streaming_onlineliblinear_sparse because files in some directories may
  374. conflict with libraries in implicit directories:
  375.  
  376. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  377. /home/saphire/anaconda3/lib
  378.  
  379. Some of these libraries may not be found correctly.
  380. Call Stack (most recent call first):
  381. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  382.  
  383.  
  384. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  385. Cannot generate a safe runtime search path for target
  386. classifier_multiclass_ecoc_random because files in some directories may
  387. conflict with libraries in implicit directories:
  388.  
  389. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  390. /home/saphire/anaconda3/lib
  391.  
  392. Some of these libraries may not be found correctly.
  393. Call Stack (most recent call first):
  394. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  395.  
  396.  
  397. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  398. Cannot generate a safe runtime search path for target so_multiclass_BMRM
  399. because files in some directories may conflict with libraries in implicit
  400. directories:
  401.  
  402. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  403. /home/saphire/anaconda3/lib
  404.  
  405. Some of these libraries may not be found correctly.
  406. Call Stack (most recent call first):
  407. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  408.  
  409.  
  410. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  411. Cannot generate a safe runtime search path for target
  412. kernel_machine_train_locked because files in some directories may conflict
  413. with libraries in implicit directories:
  414.  
  415. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  416. /home/saphire/anaconda3/lib
  417.  
  418. Some of these libraries may not be found correctly.
  419. Call Stack (most recent call first):
  420. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  421.  
  422.  
  423. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  424. Cannot generate a safe runtime search path for target
  425. converter_kernellocallylinearembedding because files in some directories
  426. may conflict with libraries in implicit directories:
  427.  
  428. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  429. /home/saphire/anaconda3/lib
  430.  
  431. Some of these libraries may not be found correctly.
  432. Call Stack (most recent call first):
  433. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  434.  
  435.  
  436. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  437. Cannot generate a safe runtime search path for target
  438. labels_binary_fit_sigmoid because files in some directories may conflict
  439. with libraries in implicit directories:
  440.  
  441. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  442. /home/saphire/anaconda3/lib
  443.  
  444. Some of these libraries may not be found correctly.
  445. Call Stack (most recent call first):
  446. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  447.  
  448.  
  449. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  450. Cannot generate a safe runtime search path for target
  451. regression_gaussian_process_simple_exact because files in some directories
  452. may conflict with libraries in implicit directories:
  453.  
  454. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  455. /home/saphire/anaconda3/lib
  456.  
  457. Some of these libraries may not be found correctly.
  458. Call Stack (most recent call first):
  459. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  460.  
  461.  
  462. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  463. Cannot generate a safe runtime search path for target
  464. converter_hessianlocallylinearembedding because files in some directories
  465. may conflict with libraries in implicit directories:
  466.  
  467. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  468. /home/saphire/anaconda3/lib
  469.  
  470. Some of these libraries may not be found correctly.
  471. Call Stack (most recent call first):
  472. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  473.  
  474.  
  475. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  476. Cannot generate a safe runtime search path for target
  477. classifier_gaussian_process_binary_classification because files in some
  478. directories may conflict with libraries in implicit directories:
  479.  
  480. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  481. /home/saphire/anaconda3/lib
  482.  
  483. Some of these libraries may not be found correctly.
  484. Call Stack (most recent call first):
  485. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  486.  
  487.  
  488. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  489. Cannot generate a safe runtime search path for target
  490. converter_diffusionmaps because files in some directories may conflict with
  491. libraries in implicit directories:
  492.  
  493. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  494. /home/saphire/anaconda3/lib
  495.  
  496. Some of these libraries may not be found correctly.
  497. Call Stack (most recent call first):
  498. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  499.  
  500.  
  501. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  502. Cannot generate a safe runtime search path for target
  503. classifier_minimal_svm because files in some directories may conflict with
  504. libraries in implicit directories:
  505.  
  506. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  507. /home/saphire/anaconda3/lib
  508.  
  509. Some of these libraries may not be found correctly.
  510. Call Stack (most recent call first):
  511. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  512.  
  513.  
  514. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  515. Cannot generate a safe runtime search path for target
  516. classifier_multiclass_ecoc because files in some directories may conflict
  517. with libraries in implicit directories:
  518.  
  519. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  520. /home/saphire/anaconda3/lib
  521.  
  522. Some of these libraries may not be found correctly.
  523. Call Stack (most recent call first):
  524. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  525.  
  526.  
  527. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  528. Cannot generate a safe runtime search path for target regression_libsvr
  529. because files in some directories may conflict with libraries in implicit
  530. directories:
  531.  
  532. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  533. /home/saphire/anaconda3/lib
  534.  
  535. Some of these libraries may not be found correctly.
  536. Call Stack (most recent call first):
  537. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  538.  
  539.  
  540. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  541. Cannot generate a safe runtime search path for target
  542. evaluation_cross_validation_regression because files in some directories
  543. may conflict with libraries in implicit directories:
  544.  
  545. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  546. /home/saphire/anaconda3/lib
  547.  
  548. Some of these libraries may not be found correctly.
  549. Call Stack (most recent call first):
  550. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  551.  
  552.  
  553. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  554. Cannot generate a safe runtime search path for target
  555. converter_multidimensionalscaling because files in some directories may
  556. conflict with libraries in implicit directories:
  557.  
  558. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  559. /home/saphire/anaconda3/lib
  560.  
  561. Some of these libraries may not be found correctly.
  562. Call Stack (most recent call first):
  563. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  564.  
  565.  
  566. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  567. Cannot generate a safe runtime search path for target classifier_qda
  568. because files in some directories may conflict with libraries in implicit
  569. directories:
  570.  
  571. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  572. /home/saphire/anaconda3/lib
  573.  
  574. Some of these libraries may not be found correctly.
  575. Call Stack (most recent call first):
  576. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  577.  
  578.  
  579. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  580. Cannot generate a safe runtime search path for target clustering_kmeans
  581. because files in some directories may conflict with libraries in implicit
  582. directories:
  583.  
  584. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  585. /home/saphire/anaconda3/lib
  586.  
  587. Some of these libraries may not be found correctly.
  588. Call Stack (most recent call first):
  589. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  590.  
  591.  
  592. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  593. Cannot generate a safe runtime search path for target
  594. features_copy_subset_simple_features because files in some directories may
  595. conflict with libraries in implicit directories:
  596.  
  597. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  598. /home/saphire/anaconda3/lib
  599.  
  600. Some of these libraries may not be found correctly.
  601. Call Stack (most recent call first):
  602. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  603.  
  604.  
  605. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  606. Cannot generate a safe runtime search path for target classifier_lda
  607. because files in some directories may conflict with libraries in implicit
  608. directories:
  609.  
  610. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  611. /home/saphire/anaconda3/lib
  612.  
  613. Some of these libraries may not be found correctly.
  614. Call Stack (most recent call first):
  615. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  616.  
  617.  
  618. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  619. Cannot generate a safe runtime search path for target
  620. classifier_libsvm_probabilities because files in some directories may
  621. conflict with libraries in implicit directories:
  622.  
  623. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  624. /home/saphire/anaconda3/lib
  625.  
  626. Some of these libraries may not be found correctly.
  627. Call Stack (most recent call first):
  628. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  629.  
  630.  
  631. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  632. Cannot generate a safe runtime search path for target
  633. converter_factoranalysis because files in some directories may conflict
  634. with libraries in implicit directories:
  635.  
  636. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  637. /home/saphire/anaconda3/lib
  638.  
  639. Some of these libraries may not be found correctly.
  640. Call Stack (most recent call first):
  641. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  642.  
  643.  
  644. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  645. Cannot generate a safe runtime search path for target
  646. classifier_featureblocklogisticregression because files in some directories
  647. may conflict with libraries in implicit directories:
  648.  
  649. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  650. /home/saphire/anaconda3/lib
  651.  
  652. Some of these libraries may not be found correctly.
  653. Call Stack (most recent call first):
  654. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  655.  
  656.  
  657. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  658. Cannot generate a safe runtime search path for target
  659. classifier_mklmulticlass because files in some directories may conflict
  660. with libraries in implicit directories:
  661.  
  662. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  663. /home/saphire/anaconda3/lib
  664.  
  665. Some of these libraries may not be found correctly.
  666. Call Stack (most recent call first):
  667. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  668.  
  669.  
  670. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  671. Cannot generate a safe runtime search path for target
  672. classifier_multiclass_prob_heuristics because files in some directories may
  673. conflict with libraries in implicit directories:
  674.  
  675. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  676. /home/saphire/anaconda3/lib
  677.  
  678. Some of these libraries may not be found correctly.
  679. Call Stack (most recent call first):
  680. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  681.  
  682.  
  683. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  684. Cannot generate a safe runtime search path for target
  685. converter_neighborhoodpreservingembedding because files in some directories
  686. may conflict with libraries in implicit directories:
  687.  
  688. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  689. /home/saphire/anaconda3/lib
  690.  
  691. Some of these libraries may not be found correctly.
  692. Call Stack (most recent call first):
  693. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  694.  
  695.  
  696. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  697. Cannot generate a safe runtime search path for target library_set because
  698. files in some directories may conflict with libraries in implicit
  699. directories:
  700.  
  701. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  702. /home/saphire/anaconda3/lib
  703.  
  704. Some of these libraries may not be found correctly.
  705. Call Stack (most recent call first):
  706. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  707.  
  708.  
  709. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  710. Cannot generate a safe runtime search path for target converter_isomap
  711. because files in some directories may conflict with libraries in implicit
  712. directories:
  713.  
  714. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  715. /home/saphire/anaconda3/lib
  716.  
  717. Some of these libraries may not be found correctly.
  718. Call Stack (most recent call first):
  719. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  720.  
  721.  
  722. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  723. Cannot generate a safe runtime search path for target
  724. classifier_multiclasslibsvm because files in some directories may conflict
  725. with libraries in implicit directories:
  726.  
  727. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  728. /home/saphire/anaconda3/lib
  729.  
  730. Some of these libraries may not be found correctly.
  731. Call Stack (most recent call first):
  732. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  733.  
  734.  
  735. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  736. Cannot generate a safe runtime search path for target kernel_custom because
  737. files in some directories may conflict with libraries in implicit
  738. directories:
  739.  
  740. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  741. /home/saphire/anaconda3/lib
  742.  
  743. Some of these libraries may not be found correctly.
  744. Call Stack (most recent call first):
  745. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  746.  
  747.  
  748. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  749. Cannot generate a safe runtime search path for target
  750. balanced_conditional_probability_tree because files in some directories may
  751. conflict with libraries in implicit directories:
  752.  
  753. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  754. /home/saphire/anaconda3/lib
  755.  
  756. Some of these libraries may not be found correctly.
  757. Call Stack (most recent call first):
  758. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  759.  
  760.  
  761. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  762. Cannot generate a safe runtime search path for target
  763. converter_localtangentspacealignment because files in some directories may
  764. conflict with libraries in implicit directories:
  765.  
  766. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  767. /home/saphire/anaconda3/lib
  768.  
  769. Some of these libraries may not be found correctly.
  770. Call Stack (most recent call first):
  771. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  772.  
  773.  
  774. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  775. Cannot generate a safe runtime search path for target
  776. features_subset_simple_features because files in some directories may
  777. conflict with libraries in implicit directories:
  778.  
  779. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  780. /home/saphire/anaconda3/lib
  781.  
  782. Some of these libraries may not be found correctly.
  783. Call Stack (most recent call first):
  784. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  785.  
  786.  
  787. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  788. Cannot generate a safe runtime search path for target
  789. classifier_multiclasslinearmachine because files in some directories may
  790. conflict with libraries in implicit directories:
  791.  
  792. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  793. /home/saphire/anaconda3/lib
  794.  
  795. Some of these libraries may not be found correctly.
  796. Call Stack (most recent call first):
  797. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  798.  
  799.  
  800. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  801. Cannot generate a safe runtime search path for target kernel_gaussian
  802. because files in some directories may conflict with libraries in implicit
  803. directories:
  804.  
  805. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  806. /home/saphire/anaconda3/lib
  807.  
  808. Some of these libraries may not be found correctly.
  809. Call Stack (most recent call first):
  810. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  811.  
  812.  
  813. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  814. Cannot generate a safe runtime search path for target
  815. features_copy_subset_sparse_features because files in some directories may
  816. conflict with libraries in implicit directories:
  817.  
  818. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  819. /home/saphire/anaconda3/lib
  820.  
  821. Some of these libraries may not be found correctly.
  822. Call Stack (most recent call first):
  823. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  824.  
  825.  
  826. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  827. Cannot generate a safe runtime search path for target
  828. transfer_multitasklogisticregression because files in some directories may
  829. conflict with libraries in implicit directories:
  830.  
  831. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  832. /home/saphire/anaconda3/lib
  833.  
  834. Some of these libraries may not be found correctly.
  835. Call Stack (most recent call first):
  836. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  837.  
  838.  
  839. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  840. Cannot generate a safe runtime search path for target
  841. modelselection_grid_search_multiclass_svm because files in some directories
  842. may conflict with libraries in implicit directories:
  843.  
  844. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  845. /home/saphire/anaconda3/lib
  846.  
  847. Some of these libraries may not be found correctly.
  848. Call Stack (most recent call first):
  849. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  850.  
  851.  
  852. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  853. Cannot generate a safe runtime search path for target features_subset_stack
  854. because files in some directories may conflict with libraries in implicit
  855. directories:
  856.  
  857. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  858. /home/saphire/anaconda3/lib
  859.  
  860. Some of these libraries may not be found correctly.
  861. Call Stack (most recent call first):
  862. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  863.  
  864.  
  865. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  866. Cannot generate a safe runtime search path for target io_libsvm_multilabel
  867. because files in some directories may conflict with libraries in implicit
  868. directories:
  869.  
  870. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  871. /home/saphire/anaconda3/lib
  872.  
  873. Some of these libraries may not be found correctly.
  874. Call Stack (most recent call first):
  875. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  876.  
  877.  
  878. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  879. Cannot generate a safe runtime search path for target
  880. regression_gaussian_process_product because files in some directories may
  881. conflict with libraries in implicit directories:
  882.  
  883. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  884. /home/saphire/anaconda3/lib
  885.  
  886. Some of these libraries may not be found correctly.
  887. Call Stack (most recent call first):
  888. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  889.  
  890.  
  891. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  892. Cannot generate a safe runtime search path for target io_linereader because
  893. files in some directories may conflict with libraries in implicit
  894. directories:
  895.  
  896. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  897. /home/saphire/anaconda3/lib
  898.  
  899. Some of these libraries may not be found correctly.
  900. Call Stack (most recent call first):
  901. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  902.  
  903.  
  904. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  905. Cannot generate a safe runtime search path for target
  906. classifier_multiclass_ecoc_discriminant because files in some directories
  907. may conflict with libraries in implicit directories:
  908.  
  909. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  910. /home/saphire/anaconda3/lib
  911.  
  912. Some of these libraries may not be found correctly.
  913. Call Stack (most recent call first):
  914. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  915.  
  916.  
  917. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  918. Cannot generate a safe runtime search path for target
  919. converter_linearlocaltangentspacealignment because files in some
  920. directories may conflict with libraries in implicit directories:
  921.  
  922. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  923. /home/saphire/anaconda3/lib
  924.  
  925. Some of these libraries may not be found correctly.
  926. Call Stack (most recent call first):
  927. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  928.  
  929.  
  930. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  931. Cannot generate a safe runtime search path for target kernel_custom_index
  932. because files in some directories may conflict with libraries in implicit
  933. directories:
  934.  
  935. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  936. /home/saphire/anaconda3/lib
  937.  
  938. Some of these libraries may not be found correctly.
  939. Call Stack (most recent call first):
  940. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  941.  
  942.  
  943. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  944. Cannot generate a safe runtime search path for target kernel_revlin because
  945. files in some directories may conflict with libraries in implicit
  946. directories:
  947.  
  948. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  949. /home/saphire/anaconda3/lib
  950.  
  951. Some of these libraries may not be found correctly.
  952. Call Stack (most recent call first):
  953. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  954.  
  955.  
  956. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  957. Cannot generate a safe runtime search path for target
  958. library_circularbuffer because files in some directories may conflict with
  959. libraries in implicit directories:
  960.  
  961. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  962. /home/saphire/anaconda3/lib
  963.  
  964. Some of these libraries may not be found correctly.
  965. Call Stack (most recent call first):
  966. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  967.  
  968.  
  969. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  970. Cannot generate a safe runtime search path for target library_gc_array
  971. because files in some directories may conflict with libraries in implicit
  972. directories:
  973.  
  974. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  975. /home/saphire/anaconda3/lib
  976.  
  977. Some of these libraries may not be found correctly.
  978. Call Stack (most recent call first):
  979. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  980.  
  981.  
  982. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  983. Cannot generate a safe runtime search path for target
  984. regression_gaussian_process_fitc because files in some directories may
  985. conflict with libraries in implicit directories:
  986.  
  987. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  988. /home/saphire/anaconda3/lib
  989.  
  990. Some of these libraries may not be found correctly.
  991. Call Stack (most recent call first):
  992. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  993.  
  994.  
  995. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  996. Cannot generate a safe runtime search path for target library_hash because
  997. files in some directories may conflict with libraries in implicit
  998. directories:
  999.  
  1000. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1001. /home/saphire/anaconda3/lib
  1002.  
  1003. Some of these libraries may not be found correctly.
  1004. Call Stack (most recent call first):
  1005. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1006.  
  1007.  
  1008. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1009. Cannot generate a safe runtime search path for target
  1010. classifier_mkl_svmlight_modelselection_bug because files in some
  1011. directories may conflict with libraries in implicit directories:
  1012.  
  1013. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1014. /home/saphire/anaconda3/lib
  1015.  
  1016. Some of these libraries may not be found correctly.
  1017. Call Stack (most recent call first):
  1018. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1019.  
  1020.  
  1021. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1022. Cannot generate a safe runtime search path for target
  1023. neuralnets_deep_belief_network because files in some directories may
  1024. conflict with libraries in implicit directories:
  1025.  
  1026. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1027. /home/saphire/anaconda3/lib
  1028.  
  1029. Some of these libraries may not be found correctly.
  1030. Call Stack (most recent call first):
  1031. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1032.  
  1033.  
  1034. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1035. Cannot generate a safe runtime search path for target library_hdf5 because
  1036. files in some directories may conflict with libraries in implicit
  1037. directories:
  1038.  
  1039. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1040. /home/saphire/anaconda3/lib
  1041.  
  1042. Some of these libraries may not be found correctly.
  1043. Call Stack (most recent call first):
  1044. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1045.  
  1046.  
  1047. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1048. Cannot generate a safe runtime search path for target library_map because
  1049. files in some directories may conflict with libraries in implicit
  1050. directories:
  1051.  
  1052. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1053. /home/saphire/anaconda3/lib
  1054.  
  1055. Some of these libraries may not be found correctly.
  1056. Call Stack (most recent call first):
  1057. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1058.  
  1059.  
  1060. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1061. Cannot generate a safe runtime search path for target
  1062. streaming_onlineliblinear_dense because files in some directories may
  1063. conflict with libraries in implicit directories:
  1064.  
  1065. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1066. /home/saphire/anaconda3/lib
  1067.  
  1068. Some of these libraries may not be found correctly.
  1069. Call Stack (most recent call first):
  1070. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1071.  
  1072.  
  1073. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1074. Cannot generate a safe runtime search path for target library_mldatahdf5
  1075. because files in some directories may conflict with libraries in implicit
  1076. directories:
  1077.  
  1078. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1079. /home/saphire/anaconda3/lib
  1080.  
  1081. Some of these libraries may not be found correctly.
  1082. Call Stack (most recent call first):
  1083. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1084.  
  1085.  
  1086. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1087. Cannot generate a safe runtime search path for target mathematics_lapack
  1088. because files in some directories may conflict with libraries in implicit
  1089. directories:
  1090.  
  1091. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1092. /home/saphire/anaconda3/lib
  1093.  
  1094. Some of these libraries may not be found correctly.
  1095. Call Stack (most recent call first):
  1096. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1097.  
  1098.  
  1099. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1100. Cannot generate a safe runtime search path for target
  1101. modelselection_combined_kernel_sub_parameters because files in some
  1102. directories may conflict with libraries in implicit directories:
  1103.  
  1104. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1105. /home/saphire/anaconda3/lib
  1106.  
  1107. Some of these libraries may not be found correctly.
  1108. Call Stack (most recent call first):
  1109. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1110.  
  1111.  
  1112. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1113. Cannot generate a safe runtime search path for target library_serialization
  1114. because files in some directories may conflict with libraries in implicit
  1115. directories:
  1116.  
  1117. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1118. /home/saphire/anaconda3/lib
  1119.  
  1120. Some of these libraries may not be found correctly.
  1121. Call Stack (most recent call first):
  1122. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1123.  
  1124.  
  1125. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1126. Cannot generate a safe runtime search path for target
  1127. mathematics_confidence_intervals because files in some directories may
  1128. conflict with libraries in implicit directories:
  1129.  
  1130. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1131. /home/saphire/anaconda3/lib
  1132.  
  1133. Some of these libraries may not be found correctly.
  1134. Call Stack (most recent call first):
  1135. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1136.  
  1137.  
  1138. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1139. Cannot generate a safe runtime search path for target
  1140. converter_stochasticproximityembedding because files in some directories
  1141. may conflict with libraries in implicit directories:
  1142.  
  1143. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1144. /home/saphire/anaconda3/lib
  1145.  
  1146. Some of these libraries may not be found correctly.
  1147. Call Stack (most recent call first):
  1148. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1149.  
  1150.  
  1151. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1152. Cannot generate a safe runtime search path for target
  1153. modelselection_apply_parameter_tree because files in some directories may
  1154. conflict with libraries in implicit directories:
  1155.  
  1156. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1157. /home/saphire/anaconda3/lib
  1158.  
  1159. Some of these libraries may not be found correctly.
  1160. Call Stack (most recent call first):
  1161. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1162.  
  1163.  
  1164. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1165. Cannot generate a safe runtime search path for target
  1166. modelselection_grid_search_linear because files in some directories may
  1167. conflict with libraries in implicit directories:
  1168.  
  1169. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1170. /home/saphire/anaconda3/lib
  1171.  
  1172. Some of these libraries may not be found correctly.
  1173. Call Stack (most recent call first):
  1174. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1175.  
  1176.  
  1177. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1178. Cannot generate a safe runtime search path for target
  1179. modelselection_parameter_combination_test because files in some directories
  1180. may conflict with libraries in implicit directories:
  1181.  
  1182. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1183. /home/saphire/anaconda3/lib
  1184.  
  1185. Some of these libraries may not be found correctly.
  1186. Call Stack (most recent call first):
  1187. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1188.  
  1189.  
  1190. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1191. Cannot generate a safe runtime search path for target neuralnets_basic
  1192. because files in some directories may conflict with libraries in implicit
  1193. directories:
  1194.  
  1195. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1196. /home/saphire/anaconda3/lib
  1197.  
  1198. Some of these libraries may not be found correctly.
  1199. Call Stack (most recent call first):
  1200. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1201.  
  1202.  
  1203. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1204. Cannot generate a safe runtime search path for target
  1205. neuralnets_convolutional because files in some directories may conflict
  1206. with libraries in implicit directories:
  1207.  
  1208. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1209. /home/saphire/anaconda3/lib
  1210.  
  1211. Some of these libraries may not be found correctly.
  1212. Call Stack (most recent call first):
  1213. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1214.  
  1215.  
  1216. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1217. Cannot generate a safe runtime search path for target
  1218. converter_localitypreservingprojections because files in some directories
  1219. may conflict with libraries in implicit directories:
  1220.  
  1221. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1222. /home/saphire/anaconda3/lib
  1223.  
  1224. Some of these libraries may not be found correctly.
  1225. Call Stack (most recent call first):
  1226. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1227.  
  1228.  
  1229. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1230. Cannot generate a safe runtime search path for target
  1231. features_subset_labels because files in some directories may conflict with
  1232. libraries in implicit directories:
  1233.  
  1234. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1235. /home/saphire/anaconda3/lib
  1236.  
  1237. Some of these libraries may not be found correctly.
  1238. Call Stack (most recent call first):
  1239. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1240.  
  1241.  
  1242. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1243. Cannot generate a safe runtime search path for target
  1244. neuralnets_deep_autoencoder because files in some directories may conflict
  1245. with libraries in implicit directories:
  1246.  
  1247. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1248. /home/saphire/anaconda3/lib
  1249.  
  1250. Some of these libraries may not be found correctly.
  1251. Call Stack (most recent call first):
  1252. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1253.  
  1254.  
  1255. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1256. Cannot generate a safe runtime search path for target
  1257. regression_gaussian_process_sum because files in some directories may
  1258. conflict with libraries in implicit directories:
  1259.  
  1260. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1261. /home/saphire/anaconda3/lib
  1262.  
  1263. Some of these libraries may not be found correctly.
  1264. Call Stack (most recent call first):
  1265. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1266.  
  1267.  
  1268. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1269. Cannot generate a safe runtime search path for target
  1270. parameter_iterate_sgobject because files in some directories may conflict
  1271. with libraries in implicit directories:
  1272.  
  1273. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1274. /home/saphire/anaconda3/lib
  1275.  
  1276. Some of these libraries may not be found correctly.
  1277. Call Stack (most recent call first):
  1278. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1279.  
  1280.  
  1281. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1282. Cannot generate a safe runtime search path for target
  1283. parameter_iterate_float64 because files in some directories may conflict
  1284. with libraries in implicit directories:
  1285.  
  1286. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1287. /home/saphire/anaconda3/lib
  1288.  
  1289. Some of these libraries may not be found correctly.
  1290. Call Stack (most recent call first):
  1291. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1292.  
  1293.  
  1294. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1295. Cannot generate a safe runtime search path for target
  1296. regression_gaussian_process_ard because files in some directories may
  1297. conflict with libraries in implicit directories:
  1298.  
  1299. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1300. /home/saphire/anaconda3/lib
  1301.  
  1302. Some of these libraries may not be found correctly.
  1303. Call Stack (most recent call first):
  1304. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1305.  
  1306.  
  1307. CMake Warning at cmake/ShogunUtils.cmake:108 (add_executable):
  1308. Cannot generate a safe runtime search path for target
  1309. regression_gaussian_process_laplace because files in some directories may
  1310. conflict with libraries in implicit directories:
  1311.  
  1312. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1313. /home/saphire/anaconda3/lib
  1314.  
  1315. Some of these libraries may not be found correctly.
  1316. Call Stack (most recent call first):
  1317. examples/undocumented/libshogun/CMakeLists.txt:51 (AddLibShogunExample)
  1318.  
  1319.  
  1320. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1321. Cannot generate a safe runtime search path for target
  1322. cpp-evaluation-cross_validation because files in some directories may
  1323. conflict with libraries in implicit directories:
  1324.  
  1325. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1326. /home/saphire/anaconda3/lib
  1327.  
  1328. Some of these libraries may not be found correctly.
  1329.  
  1330.  
  1331. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1332. Cannot generate a safe runtime search path for target
  1333. cpp-distance-euclidean because files in some directories may conflict with
  1334. libraries in implicit directories:
  1335.  
  1336. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1337. /home/saphire/anaconda3/lib
  1338.  
  1339. Some of these libraries may not be found correctly.
  1340.  
  1341.  
  1342. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1343. Cannot generate a safe runtime search path for target
  1344. cpp-multiclass-shareboost because files in some directories may conflict
  1345. with libraries in implicit directories:
  1346.  
  1347. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1348. /home/saphire/anaconda3/lib
  1349.  
  1350. Some of these libraries may not be found correctly.
  1351.  
  1352.  
  1353. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1354. Cannot generate a safe runtime search path for target cpp-distance-tanimoto
  1355. because files in some directories may conflict with libraries in implicit
  1356. directories:
  1357.  
  1358. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1359. /home/saphire/anaconda3/lib
  1360.  
  1361. Some of these libraries may not be found correctly.
  1362.  
  1363.  
  1364. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1365. Cannot generate a safe runtime search path for target
  1366. cpp-clustering-hierarchical because files in some directories may conflict
  1367. with libraries in implicit directories:
  1368.  
  1369. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1370. /home/saphire/anaconda3/lib
  1371.  
  1372. Some of these libraries may not be found correctly.
  1373.  
  1374.  
  1375. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1376. Cannot generate a safe runtime search path for target cpp-kernel-log
  1377. because files in some directories may conflict with libraries in implicit
  1378. directories:
  1379.  
  1380. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1381. /home/saphire/anaconda3/lib
  1382.  
  1383. Some of these libraries may not be found correctly.
  1384.  
  1385.  
  1386. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1387. Cannot generate a safe runtime search path for target
  1388. cpp-distance-mahalanobis because files in some directories may conflict
  1389. with libraries in implicit directories:
  1390.  
  1391. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1392. /home/saphire/anaconda3/lib
  1393.  
  1394. Some of these libraries may not be found correctly.
  1395.  
  1396.  
  1397. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1398. Cannot generate a safe runtime search path for target
  1399. cpp-evaluation-cross_validation_support_vector_machine because files in
  1400. some directories may conflict with libraries in implicit directories:
  1401.  
  1402. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1403. /home/saphire/anaconda3/lib
  1404.  
  1405. Some of these libraries may not be found correctly.
  1406.  
  1407.  
  1408. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1409. Cannot generate a safe runtime search path for target cpp-distance-jensen
  1410. because files in some directories may conflict with libraries in implicit
  1411. directories:
  1412.  
  1413. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1414. /home/saphire/anaconda3/lib
  1415.  
  1416. Some of these libraries may not be found correctly.
  1417.  
  1418.  
  1419. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1420. Cannot generate a safe runtime search path for target cpp-distance-cosine
  1421. because files in some directories may conflict with libraries in implicit
  1422. directories:
  1423.  
  1424. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1425. /home/saphire/anaconda3/lib
  1426.  
  1427. Some of these libraries may not be found correctly.
  1428.  
  1429.  
  1430. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1431. Cannot generate a safe runtime search path for target
  1432. cpp-binary-linear_discriminant_analysis because files in some directories
  1433. may conflict with libraries in implicit directories:
  1434.  
  1435. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1436. /home/saphire/anaconda3/lib
  1437.  
  1438. Some of these libraries may not be found correctly.
  1439.  
  1440.  
  1441. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1442. Cannot generate a safe runtime search path for target
  1443. cpp-distance-chi_square because files in some directories may conflict with
  1444. libraries in implicit directories:
  1445.  
  1446. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1447. /home/saphire/anaconda3/lib
  1448.  
  1449. Some of these libraries may not be found correctly.
  1450.  
  1451.  
  1452. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1453. Cannot generate a safe runtime search path for target cpp-distance-canberra
  1454. because files in some directories may conflict with libraries in implicit
  1455. directories:
  1456.  
  1457. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1458. /home/saphire/anaconda3/lib
  1459.  
  1460. Some of these libraries may not be found correctly.
  1461.  
  1462.  
  1463. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1464. Cannot generate a safe runtime search path for target
  1465. cpp-distance-manhattan because files in some directories may conflict with
  1466. libraries in implicit directories:
  1467.  
  1468. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1469. /home/saphire/anaconda3/lib
  1470.  
  1471. Some of these libraries may not be found correctly.
  1472.  
  1473.  
  1474. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1475. Cannot generate a safe runtime search path for target
  1476. cpp-converter-diffusionmaps because files in some directories may conflict
  1477. with libraries in implicit directories:
  1478.  
  1479. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1480. /home/saphire/anaconda3/lib
  1481.  
  1482. Some of these libraries may not be found correctly.
  1483.  
  1484.  
  1485. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1486. Cannot generate a safe runtime search path for target
  1487. cpp-converter-independent_component_analysis_jedi_sep because files in some
  1488. directories may conflict with libraries in implicit directories:
  1489.  
  1490. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1491. /home/saphire/anaconda3/lib
  1492.  
  1493. Some of these libraries may not be found correctly.
  1494.  
  1495.  
  1496. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1497. Cannot generate a safe runtime search path for target
  1498. cpp-converter-independent_component_analysis_ff_sep because files in some
  1499. directories may conflict with libraries in implicit directories:
  1500.  
  1501. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1502. /home/saphire/anaconda3/lib
  1503.  
  1504. Some of these libraries may not be found correctly.
  1505.  
  1506.  
  1507. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1508. Cannot generate a safe runtime search path for target
  1509. cpp-binary-averaged_perceptron because files in some directories may
  1510. conflict with libraries in implicit directories:
  1511.  
  1512. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1513. /home/saphire/anaconda3/lib
  1514.  
  1515. Some of these libraries may not be found correctly.
  1516.  
  1517.  
  1518. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1519. Cannot generate a safe runtime search path for target
  1520. cpp-converter-independent_component_analysis_fast because files in some
  1521. directories may conflict with libraries in implicit directories:
  1522.  
  1523. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1524. /home/saphire/anaconda3/lib
  1525.  
  1526. Some of these libraries may not be found correctly.
  1527.  
  1528.  
  1529. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1530. Cannot generate a safe runtime search path for target
  1531. cpp-neural_nets-feedforward_net_classification because files in some
  1532. directories may conflict with libraries in implicit directories:
  1533.  
  1534. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1535. /home/saphire/anaconda3/lib
  1536.  
  1537. Some of these libraries may not be found correctly.
  1538.  
  1539.  
  1540. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1541. Cannot generate a safe runtime search path for target
  1542. cpp-statistical_testing-quadratic_time_maximum_mean_discrepancy because
  1543. files in some directories may conflict with libraries in implicit
  1544. directories:
  1545.  
  1546. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1547. /home/saphire/anaconda3/lib
  1548.  
  1549. Some of these libraries may not be found correctly.
  1550.  
  1551.  
  1552. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1553. Cannot generate a safe runtime search path for target
  1554. cpp-neural_nets-feedforward_net_regression because files in some
  1555. directories may conflict with libraries in implicit directories:
  1556.  
  1557. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1558. /home/saphire/anaconda3/lib
  1559.  
  1560. Some of these libraries may not be found correctly.
  1561.  
  1562.  
  1563. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1564. Cannot generate a safe runtime search path for target
  1565. cpp-evaluation-cross_validation_multiple_kernel_learning_weights_storage
  1566. because files in some directories may conflict with libraries in implicit
  1567. directories:
  1568.  
  1569. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1570. /home/saphire/anaconda3/lib
  1571.  
  1572. Some of these libraries may not be found correctly.
  1573.  
  1574.  
  1575. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1576. Cannot generate a safe runtime search path for target
  1577. cpp-gaussian_process-sparse_regression because files in some directories
  1578. may conflict with libraries in implicit directories:
  1579.  
  1580. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1581. /home/saphire/anaconda3/lib
  1582.  
  1583. Some of these libraries may not be found correctly.
  1584.  
  1585.  
  1586. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1587. Cannot generate a safe runtime search path for target cpp-kernel-cauchy
  1588. because files in some directories may conflict with libraries in implicit
  1589. directories:
  1590.  
  1591. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1592. /home/saphire/anaconda3/lib
  1593.  
  1594. Some of these libraries may not be found correctly.
  1595.  
  1596.  
  1597. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1598. Cannot generate a safe runtime search path for target
  1599. cpp-clustering-gaussian_mixture_models because files in some directories
  1600. may conflict with libraries in implicit directories:
  1601.  
  1602. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1603. /home/saphire/anaconda3/lib
  1604.  
  1605. Some of these libraries may not be found correctly.
  1606.  
  1607.  
  1608. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1609. Cannot generate a safe runtime search path for target
  1610. cpp-distance-braycurtis because files in some directories may conflict with
  1611. libraries in implicit directories:
  1612.  
  1613. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1614. /home/saphire/anaconda3/lib
  1615.  
  1616. Some of these libraries may not be found correctly.
  1617.  
  1618.  
  1619. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1620. Cannot generate a safe runtime search path for target cpp-kernel-auc
  1621. because files in some directories may conflict with libraries in implicit
  1622. directories:
  1623.  
  1624. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1625. /home/saphire/anaconda3/lib
  1626.  
  1627. Some of these libraries may not be found correctly.
  1628.  
  1629.  
  1630. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1631. Cannot generate a safe runtime search path for target cpp-meta_api-calls
  1632. because files in some directories may conflict with libraries in implicit
  1633. directories:
  1634.  
  1635. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1636. /home/saphire/anaconda3/lib
  1637.  
  1638. Some of these libraries may not be found correctly.
  1639.  
  1640.  
  1641. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1642. Cannot generate a safe runtime search path for target
  1643. cpp-multiclass-cartree because files in some directories may conflict with
  1644. libraries in implicit directories:
  1645.  
  1646. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1647. /home/saphire/anaconda3/lib
  1648.  
  1649. Some of these libraries may not be found correctly.
  1650.  
  1651.  
  1652. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1653. Cannot generate a safe runtime search path for target
  1654. cpp-converter-independent_component_analysis_sobi because files in some
  1655. directories may conflict with libraries in implicit directories:
  1656.  
  1657. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1658. /home/saphire/anaconda3/lib
  1659.  
  1660. Some of these libraries may not be found correctly.
  1661.  
  1662.  
  1663. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1664. Cannot generate a safe runtime search path for target
  1665. cpp-binary-kernel_support_vector_machine because files in some directories
  1666. may conflict with libraries in implicit directories:
  1667.  
  1668. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1669. /home/saphire/anaconda3/lib
  1670.  
  1671. Some of these libraries may not be found correctly.
  1672.  
  1673.  
  1674. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1675. Cannot generate a safe runtime search path for target
  1676. cpp-base_api-put_get_add because files in some directories may conflict
  1677. with libraries in implicit directories:
  1678.  
  1679. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1680. /home/saphire/anaconda3/lib
  1681.  
  1682. Some of these libraries may not be found correctly.
  1683.  
  1684.  
  1685. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1686. Cannot generate a safe runtime search path for target
  1687. cpp-base_api-dense_dispatching because files in some directories may
  1688. conflict with libraries in implicit directories:
  1689.  
  1690. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1691. /home/saphire/anaconda3/lib
  1692.  
  1693. Some of these libraries may not be found correctly.
  1694.  
  1695.  
  1696. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1697. Cannot generate a safe runtime search path for target
  1698. cpp-multiclass-k_nearest_neighbours because files in some directories may
  1699. conflict with libraries in implicit directories:
  1700.  
  1701. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1702. /home/saphire/anaconda3/lib
  1703.  
  1704. Some of these libraries may not be found correctly.
  1705.  
  1706.  
  1707. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1708. Cannot generate a safe runtime search path for target cpp-distance-geodesic
  1709. because files in some directories may conflict with libraries in implicit
  1710. directories:
  1711.  
  1712. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1713. /home/saphire/anaconda3/lib
  1714.  
  1715. Some of these libraries may not be found correctly.
  1716.  
  1717.  
  1718. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1719. Cannot generate a safe runtime search path for target cpp-binary-svmlin
  1720. because files in some directories may conflict with libraries in implicit
  1721. directories:
  1722.  
  1723. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1724. /home/saphire/anaconda3/lib
  1725.  
  1726. Some of these libraries may not be found correctly.
  1727.  
  1728.  
  1729. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1730. Cannot generate a safe runtime search path for target
  1731. cpp-binary-multiple_kernel_learning because files in some directories may
  1732. conflict with libraries in implicit directories:
  1733.  
  1734. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1735. /home/saphire/anaconda3/lib
  1736.  
  1737. Some of these libraries may not be found correctly.
  1738.  
  1739.  
  1740. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1741. Cannot generate a safe runtime search path for target
  1742. cpp-converter-independent_component_analysis_jade because files in some
  1743. directories may conflict with libraries in implicit directories:
  1744.  
  1745. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1746. /home/saphire/anaconda3/lib
  1747.  
  1748. Some of these libraries may not be found correctly.
  1749.  
  1750.  
  1751. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1752. Cannot generate a safe runtime search path for target cpp-meta_api-literals
  1753. because files in some directories may conflict with libraries in implicit
  1754. directories:
  1755.  
  1756. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1757. /home/saphire/anaconda3/lib
  1758.  
  1759. Some of these libraries may not be found correctly.
  1760.  
  1761.  
  1762. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1763. Cannot generate a safe runtime search path for target cpp-base_api-factory
  1764. because files in some directories may conflict with libraries in implicit
  1765. directories:
  1766.  
  1767. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1768. /home/saphire/anaconda3/lib
  1769.  
  1770. Some of these libraries may not be found correctly.
  1771.  
  1772.  
  1773. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1774. Cannot generate a safe runtime search path for target
  1775. cpp-kernel-custom_kernel_machine because files in some directories may
  1776. conflict with libraries in implicit directories:
  1777.  
  1778. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1779. /home/saphire/anaconda3/lib
  1780.  
  1781. Some of these libraries may not be found correctly.
  1782.  
  1783.  
  1784. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1785. Cannot generate a safe runtime search path for target
  1786. cpp-meta_api-vector_types because files in some directories may conflict
  1787. with libraries in implicit directories:
  1788.  
  1789. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1790. /home/saphire/anaconda3/lib
  1791.  
  1792. Some of these libraries may not be found correctly.
  1793.  
  1794.  
  1795. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1796. Cannot generate a safe runtime search path for target
  1797. cpp-binary-newton_support_vector_machine because files in some directories
  1798. may conflict with libraries in implicit directories:
  1799.  
  1800. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1801. /home/saphire/anaconda3/lib
  1802.  
  1803. Some of these libraries may not be found correctly.
  1804.  
  1805.  
  1806. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1807. Cannot generate a safe runtime search path for target
  1808. cpp-regression-linear_ridge_regression because files in some directories
  1809. may conflict with libraries in implicit directories:
  1810.  
  1811. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1812. /home/saphire/anaconda3/lib
  1813.  
  1814. Some of these libraries may not be found correctly.
  1815.  
  1816.  
  1817. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1818. Cannot generate a safe runtime search path for target cpp-binary-perceptron
  1819. because files in some directories may conflict with libraries in implicit
  1820. directories:
  1821.  
  1822. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1823. /home/saphire/anaconda3/lib
  1824.  
  1825. Some of these libraries may not be found correctly.
  1826.  
  1827.  
  1828. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1829. Cannot generate a safe runtime search path for target
  1830. cpp-distance-chebyshew because files in some directories may conflict with
  1831. libraries in implicit directories:
  1832.  
  1833. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1834. /home/saphire/anaconda3/lib
  1835.  
  1836. Some of these libraries may not be found correctly.
  1837.  
  1838.  
  1839. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1840. Cannot generate a safe runtime search path for target cpp-binary-svmsgd
  1841. because files in some directories may conflict with libraries in implicit
  1842. directories:
  1843.  
  1844. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1845. /home/saphire/anaconda3/lib
  1846.  
  1847. Some of these libraries may not be found correctly.
  1848.  
  1849.  
  1850. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1851. Cannot generate a safe runtime search path for target
  1852. cpp-neural_nets-convolutional_net_classification because files in some
  1853. directories may conflict with libraries in implicit directories:
  1854.  
  1855. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1856. /home/saphire/anaconda3/lib
  1857.  
  1858. Some of these libraries may not be found correctly.
  1859.  
  1860.  
  1861. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1862. Cannot generate a safe runtime search path for target cpp-binary-mpdsvm
  1863. because files in some directories may conflict with libraries in implicit
  1864. directories:
  1865.  
  1866. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1867. /home/saphire/anaconda3/lib
  1868.  
  1869. Some of these libraries may not be found correctly.
  1870.  
  1871.  
  1872. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1873. Cannot generate a safe runtime search path for target
  1874. cpp-evaluation-cross_validation_timeseries_split because files in some
  1875. directories may conflict with libraries in implicit directories:
  1876.  
  1877. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1878. /home/saphire/anaconda3/lib
  1879.  
  1880. Some of these libraries may not be found correctly.
  1881.  
  1882.  
  1883. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1884. Cannot generate a safe runtime search path for target
  1885. cpp-statistical_testing-linear_time_maximum_mean_discrepancy because files
  1886. in some directories may conflict with libraries in implicit directories:
  1887.  
  1888. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1889. /home/saphire/anaconda3/lib
  1890.  
  1891. Some of these libraries may not be found correctly.
  1892.  
  1893.  
  1894. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1895. Cannot generate a safe runtime search path for target cpp-meta_api-enums
  1896. because files in some directories may conflict with libraries in implicit
  1897. directories:
  1898.  
  1899. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1900. /home/saphire/anaconda3/lib
  1901.  
  1902. Some of these libraries may not be found correctly.
  1903.  
  1904.  
  1905. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1906. Cannot generate a safe runtime search path for target cpp-clustering-kmeans
  1907. because files in some directories may conflict with libraries in implicit
  1908. directories:
  1909.  
  1910. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1911. /home/saphire/anaconda3/lib
  1912.  
  1913. Some of these libraries may not be found correctly.
  1914.  
  1915.  
  1916. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1917. Cannot generate a safe runtime search path for target
  1918. cpp-multiclass-relaxed_tree because files in some directories may conflict
  1919. with libraries in implicit directories:
  1920.  
  1921. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1922. /home/saphire/anaconda3/lib
  1923.  
  1924. Some of these libraries may not be found correctly.
  1925.  
  1926.  
  1927. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1928. Cannot generate a safe runtime search path for target
  1929. cpp-gaussian_process-classifier because files in some directories may
  1930. conflict with libraries in implicit directories:
  1931.  
  1932. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1933. /home/saphire/anaconda3/lib
  1934.  
  1935. Some of these libraries may not be found correctly.
  1936.  
  1937.  
  1938. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1939. Cannot generate a safe runtime search path for target
  1940. cpp-meta_api-matrix_types because files in some directories may conflict
  1941. with libraries in implicit directories:
  1942.  
  1943. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1944. /home/saphire/anaconda3/lib
  1945.  
  1946. Some of these libraries may not be found correctly.
  1947.  
  1948.  
  1949. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1950. Cannot generate a safe runtime search path for target cpp-pipeline-pipeline
  1951. because files in some directories may conflict with libraries in implicit
  1952. directories:
  1953.  
  1954. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1955. /home/saphire/anaconda3/lib
  1956.  
  1957. Some of these libraries may not be found correctly.
  1958.  
  1959.  
  1960. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1961. Cannot generate a safe runtime search path for target
  1962. cpp-multiclass-chaid_tree because files in some directories may conflict
  1963. with libraries in implicit directories:
  1964.  
  1965. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1966. /home/saphire/anaconda3/lib
  1967.  
  1968. Some of these libraries may not be found correctly.
  1969.  
  1970.  
  1971. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1972. Cannot generate a safe runtime search path for target
  1973. cpp-multiclass-ecoc_random because files in some directories may conflict
  1974. with libraries in implicit directories:
  1975.  
  1976. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1977. /home/saphire/anaconda3/lib
  1978.  
  1979. Some of these libraries may not be found correctly.
  1980.  
  1981.  
  1982. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1983. Cannot generate a safe runtime search path for target
  1984. cpp-regression-least_angle_regression because files in some directories may
  1985. conflict with libraries in implicit directories:
  1986.  
  1987. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1988. /home/saphire/anaconda3/lib
  1989.  
  1990. Some of these libraries may not be found correctly.
  1991.  
  1992.  
  1993. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  1994. Cannot generate a safe runtime search path for target
  1995. cpp-multiclass-gaussian_naive_bayes because files in some directories may
  1996. conflict with libraries in implicit directories:
  1997.  
  1998. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  1999. /home/saphire/anaconda3/lib
  2000.  
  2001. Some of these libraries may not be found correctly.
  2002.  
  2003.  
  2004. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2005. Cannot generate a safe runtime search path for target
  2006. cpp-multiclass-large_margin_nearest_neighbours because files in some
  2007. directories may conflict with libraries in implicit directories:
  2008.  
  2009. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2010. /home/saphire/anaconda3/lib
  2011.  
  2012. Some of these libraries may not be found correctly.
  2013.  
  2014.  
  2015. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2016. Cannot generate a safe runtime search path for target cpp-multiclass-linear
  2017. because files in some directories may conflict with libraries in implicit
  2018. directories:
  2019.  
  2020. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2021. /home/saphire/anaconda3/lib
  2022.  
  2023. Some of these libraries may not be found correctly.
  2024.  
  2025.  
  2026. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2027. Cannot generate a safe runtime search path for target
  2028. cpp-multiclass-linear_discriminant_analysis because files in some
  2029. directories may conflict with libraries in implicit directories:
  2030.  
  2031. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2032. /home/saphire/anaconda3/lib
  2033.  
  2034. Some of these libraries may not be found correctly.
  2035.  
  2036.  
  2037. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2038. Cannot generate a safe runtime search path for target
  2039. cpp-multiclass-quadratic_discriminant_analysis because files in some
  2040. directories may conflict with libraries in implicit directories:
  2041.  
  2042. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2043. /home/saphire/anaconda3/lib
  2044.  
  2045. Some of these libraries may not be found correctly.
  2046.  
  2047.  
  2048. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2049. Cannot generate a safe runtime search path for target
  2050. cpp-distance-minkowski because files in some directories may conflict with
  2051. libraries in implicit directories:
  2052.  
  2053. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2054. /home/saphire/anaconda3/lib
  2055.  
  2056. Some of these libraries may not be found correctly.
  2057.  
  2058.  
  2059. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2060. Cannot generate a safe runtime search path for target
  2061. cpp-evaluation-cross_validation_pipeline because files in some directories
  2062. may conflict with libraries in implicit directories:
  2063.  
  2064. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2065. /home/saphire/anaconda3/lib
  2066.  
  2067. Some of these libraries may not be found correctly.
  2068.  
  2069.  
  2070. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2071. Cannot generate a safe runtime search path for target
  2072. cpp-multiclass-random_forest because files in some directories may conflict
  2073. with libraries in implicit directories:
  2074.  
  2075. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2076. /home/saphire/anaconda3/lib
  2077.  
  2078. Some of these libraries may not be found correctly.
  2079.  
  2080.  
  2081. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2082. Cannot generate a safe runtime search path for target cpp-meta_api-kwargs
  2083. because files in some directories may conflict with libraries in implicit
  2084. directories:
  2085.  
  2086. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2087. /home/saphire/anaconda3/lib
  2088.  
  2089. Some of these libraries may not be found correctly.
  2090.  
  2091.  
  2092. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2093. Cannot generate a safe runtime search path for target
  2094. cpp-multiclass-support_vector_machine because files in some directories may
  2095. conflict with libraries in implicit directories:
  2096.  
  2097. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2098. /home/saphire/anaconda3/lib
  2099.  
  2100. Some of these libraries may not be found correctly.
  2101.  
  2102.  
  2103. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2104. Cannot generate a safe runtime search path for target
  2105. cpp-regression-kernel_ridge_regression because files in some directories
  2106. may conflict with libraries in implicit directories:
  2107.  
  2108. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2109. /home/saphire/anaconda3/lib
  2110.  
  2111. Some of these libraries may not be found correctly.
  2112.  
  2113.  
  2114. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2115. Cannot generate a safe runtime search path for target
  2116. cpp-regression-random_forest_regression because files in some directories
  2117. may conflict with libraries in implicit directories:
  2118.  
  2119. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2120. /home/saphire/anaconda3/lib
  2121.  
  2122. Some of these libraries may not be found correctly.
  2123.  
  2124.  
  2125. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2126. Cannot generate a safe runtime search path for target
  2127. cpp-regression-kernel_ridge_regression_nystrom because files in some
  2128. directories may conflict with libraries in implicit directories:
  2129.  
  2130. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2131. /home/saphire/anaconda3/lib
  2132.  
  2133. Some of these libraries may not be found correctly.
  2134.  
  2135.  
  2136. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2137. Cannot generate a safe runtime search path for target
  2138. cpp-binary-linear_support_vector_machine because files in some directories
  2139. may conflict with libraries in implicit directories:
  2140.  
  2141. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2142. /home/saphire/anaconda3/lib
  2143.  
  2144. Some of these libraries may not be found correctly.
  2145.  
  2146.  
  2147. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2148. Cannot generate a safe runtime search path for target
  2149. cpp-regression-multiple_kernel_learning because files in some directories
  2150. may conflict with libraries in implicit directories:
  2151.  
  2152. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2153. /home/saphire/anaconda3/lib
  2154.  
  2155. Some of these libraries may not be found correctly.
  2156.  
  2157.  
  2158. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2159. Cannot generate a safe runtime search path for target
  2160. cpp-multiclass-logistic_regression because files in some directories may
  2161. conflict with libraries in implicit directories:
  2162.  
  2163. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2164. /home/saphire/anaconda3/lib
  2165.  
  2166. Some of these libraries may not be found correctly.
  2167.  
  2168.  
  2169. CMake Warning at examples/meta/cpp/CMakeLists.txt:22 (ADD_EXECUTABLE):
  2170. Cannot generate a safe runtime search path for target
  2171. cpp-regression-support_vector_regression because files in some directories
  2172. may conflict with libraries in implicit directories:
  2173.  
  2174. runtime library [libxml2.so.2] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
  2175. /home/saphire/anaconda3/lib
  2176.  
  2177. Some of these libraries may not be found correctly.
  2178.  
  2179.  
  2180. -- Generating done
  2181. -- Build files have been written to: /home/saphire/shogun/build
Add Comment
Please, Sign In to add comment