glitch404

shogun BUILD_META_EXAMPLES=ON DINTERFACE_PYTHON=ON

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