g0mb4

yade-centos7-cmake

Mar 17th, 2022 (edited)
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.60 KB | None | 0 0
  1. -- The C compiler identification is GNU 10.2.1
  2. -- The CXX compiler identification is GNU 10.2.1
  3. -- Check for working C compiler: /opt/rh/devtoolset-10/root/usr/bin/cc
  4. -- Check for working C compiler: /opt/rh/devtoolset-10/root/usr/bin/cc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Detecting C compile features
  8. -- Detecting C compile features - done
  9. -- Check for working CXX compiler: /opt/rh/devtoolset-10/root/usr/bin/c++
  10. -- Check for working CXX compiler: /opt/rh/devtoolset-10/root/usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Detecting CXX compile features
  14. -- Detecting CXX compile features - done
  15. -- Version is set to 2022-03-17.git-3f21d1b
  16. -- GCC Version >= 4.8. Adding -ftrack-macro-expansion=0
  17. -- GCC Version >= 4.8. Adding -save-temps
  18. -- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
  19. -- Log filtering: enabled
  20. -- Enabling boost::log library and DEBUG=OFF. Logging will work nicely, backtraces will not have debug info, files will be small.
  21. -- Architecture: amd64
  22. -- Found GLUT: /usr/lib64/libglut.so
  23. -- Found freeglut: /usr/include/GL
  24. -- md5sum of freegult /usr/include/GL/freeglut_std.h is: 5d350938fc0be29757a26e466fff6414
  25. -- freegult version is 3.0.0
  26. Loop on the following python versions and check available dependencies:3.10;3.9;3.8;3.7;3.6;3.5;3.4;3.3;3.2;3.1;3.0;2.7;2.6
  27. -- Found PythonInterp: /usr/bin/python (found version "2.7.5")
  28. Trying python version: 3.10 parsed as 3 10
  29. Trying python version: 3.9 parsed as 3 9
  30. Trying python version: 3.8 parsed as 3 8
  31. Trying python version: 3.7 parsed as 3 7
  32. -- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.8")
  33. Trying python version: 3.6 parsed as 3 6
  34. Python version 3.6.8 found, try to import dependencies...
  35. -- Found NumPy: version "1.19.5" /usr/local/lib64/python3.6/site-packages/numpy/core/include
  36. -- Found IPython: /usr/local/lib/python3.6/site-packages/IPython
  37. -- Found matplotlib: /usr/local/lib64/python3.6/site-packages/matplotlib
  38. -- Found pygraphviz: /usr/lib64/python3.6/site-packages/pygraphviz
  39. -- Found Xlib: /usr/local/lib/python3.6/site-packages/Xlib
  40. -- Found future: /usr/lib/python3.6/site-packages/future
  41. -- Found past: /usr/lib/python3.6/site-packages/past
  42. -- Found tkinter: /usr/lib64/python3.6/tkinter
  43. -- Boost_VERSION: 106800
  44. -- Boost_LIB_VERSION: 1_68
  45. -- Boost_INCLUDE_DIRS: /opt/boost/include
  46. -- Boost_LIBRARIES: /opt/boost/lib/libboost_python36.so/opt/boost/lib/libboost_thread.so/opt/boost/lib/libboost_filesystem.so/opt/boost/lib/libboost_iostreams.so/opt/boost/lib/libboost_regex.so/opt/boost/lib/libboost_serialization.so/opt/boost/lib/libboost_system.so/opt/boost/lib/libboost_date_time.so/opt/boost/lib/libboost_log.so/opt/boost/lib/libboost_chrono.so/opt/boost/lib/libboost_atomic.so/opt/boost/lib/libboost_log_setup.so
  47. Found all python dependencies with version 3.6.8, will compile yade with that.
  48. -- Determining preferred precision of Real numbers
  49. -- Will now try to find python-mpmath using /usr/bin/python3.6
  50. -- Warning: RealHP<N> higher precision types will use slow boost cpp_bin_float, consider passing cmake option ENABLE_MPFR=ON to fix this.
  51. -- Enabling RealHP<N>, double, quadruple and more precisions are available: RealHP<N> for N ∈ {1,2,3,4,8,10,20}. See file lib/high-precision/RealHPConfig.hpp
  52. -- Warning: boost < 1.71 cannot use boost::multiprecision for ComplexHP: (1) complex128 (2) mpc_complex MPFR (3) complex_adaptor<cpp_bin_float>. Will use std::complex<…>.
  53. -- python-mpmath found, version: 1.2.1
  54. -- MPFR MPC disabled
  55. -- Will use PrecisionDouble as Real type with 15 decimal places precision and use 64 bits of storage.
  56. -- Found BZip2: /usr/lib64/libbz2.so (found version "1.0.6")
  57. -- Looking for BZ2_bzCompressInit
  58. -- Looking for BZ2_bzCompressInit - found
  59. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7")
  60. -- Found Eigen3, version: 3.3.7
  61. -- Disable vectorization
  62. -- Checking supported libvtk versions: 9;8.2;8.1;6
  63. -- Found VTK, version: 6.1.0
  64. -- Found OpenMP_C: -fopenmp (found version "4.5")
  65. -- Found OpenMP_CXX: -fopenmp (found version "4.5")
  66. -- Found OpenMP: TRUE (found version "4.5")
  67. -- Found OpenMP
  68. -- GTS using gts-config /usr/bin/gts-config
  69. -- Using GTS from /usr
  70. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1")
  71. -- Checking for one of the modules 'glib-2.0'
  72. -- Found GLib2: glib-2.0 /usr/include/glib-2.0;/usr/lib64/glib-2.0/include
  73. -- Looking for include file glib/gregex.h
  74. -- Looking for include file glib/gregex.h - not found
  75. -- Found GTS
  76. CMake Warning (dev) at /usr/local/share/cmake-3.12/Modules/FindOpenGL.cmake:270 (message):
  77. Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  78. available. Run "cmake --help-policy CMP0072" for policy details. Use the
  79. cmake_policy command to set the policy and suppress this warning.
  80.  
  81. FindOpenGL found both a legacy GL library:
  82.  
  83. OPENGL_gl_LIBRARY: /usr/lib64/libGL.so
  84.  
  85. and GLVND libraries for OpenGL and GLX:
  86.  
  87. OPENGL_opengl_LIBRARY: /usr/lib64/libOpenGL.so
  88. OPENGL_glx_LIBRARY: /usr/lib64/libGLX.so
  89.  
  90. OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  91. compatibility with CMake 3.10 and below the legacy GL library will be used.
  92. Call Stack (most recent call first):
  93. CMakeLists.txt:887 (FIND_PACKAGE)
  94. This warning is for project developers. Use -Wno-dev to suppress it.
  95.  
  96. -- Found OpenGL: /usr/lib64/libOpenGL.so
  97. -- Found FREEGLUT: /usr/include/GL
  98. -- USE QT5
  99. -- Found QGLVIEWER-qt5: /usr/include/QGLViewer
  100. -- Found QT5
  101. -- GMP libs: /usr/lib64/libgmp.so /usr/lib64/libgmpxx.so
  102. -- Found GMP: /usr/include
  103. -- Found CGAL: /usr/local/include, /usr/local/lib/libCGAL.so
  104. -- GMP libs: /usr/lib64/libgmp.so /usr/lib64/libgmpxx.so
  105. -- Found CGAL
  106. -- Using typical suitesparse path /usr
  107. -- Could NOT find Cholmod (missing: CHOLMOD_LIBRARIES CHOLMOD_INCLUDE_DIR AMD_LIBRARY CAMD_LIBRARY COLAMD_LIBRARY CCOLAMD_LIBRARY SUITESPARSECONFIG_LIBRARY)
  108. -- Found OpenBlas: /usr/lib64/libopenblas.so
  109. -- BLAS_INCLUDE_DIR=/usr/include/openblas
  110. -- Found Metis: /usr/include
  111. -- Missing dependency for LINSOLV, disabled
  112. -- Found MPI_C: /usr/lib64/openmpi/lib/libmpi.so (found version "3.0")
  113. -- Found MPI_CXX: /usr/lib64/openmpi/lib/libmpi_cxx.so (found version "3.0")
  114. -- Found MPI: TRUE (found version "3.0")
  115. -- Found MPI4PY: /usr/local/lib64/python3.6/site-packages/mpi4py/include
  116. -- MPI found
  117. -- Found GL2PS: /usr/lib64/libgl2ps.so
  118. -- Found GL2PS
  119. LBMFLOW is still experimental, building and running LBM engine are at your own risk!
  120. -- BLAS_INCLUDE_DIR=/usr/include/openblas
  121. -- Looking for sgemm_
  122. -- Looking for sgemm_ - found
  123. -- Found Threads: TRUE
  124. -- Found BLAS: /usr/lib64/libopenblas.so
  125. -- Looking for cheev_
  126. -- Looking for cheev_ - found
  127. -- A library with LAPACK API found.
  128. -- Found OpenBlas
  129. -- Found Lapack
  130. -- CLP not found.
  131. -- BLAS_INCLUDE_DIR=/usr/include/openblas
  132. -- A library with LAPACK API found.
  133. -- CLP NOT found
  134. -- WARNING: coinutils version older than 2.11.3. Falling back to C++14.
  135. Yade will be installed to /usr/local
  136. -- Suffix is set to -2022-03-17.git-3f21d1b
  137. -- LIBRARY_OUTPUT_PATH is set to lib64
  138. -- runtimePREFIX is set to /usr/local
  139. -- Could NOT find gts (missing: PY_gts)
  140. -- Use embedded version of gts. Please, consider installing the corresponding package
  141. -- linking -lquadmath
  142. -- pkg:
  143. + common
  144. + dem
  145. + fem
  146. + lbm
  147. + levelSet
  148. + openfoam
  149. + pfv
  150. + polyhedra
  151. + potential
  152. -- preprocessing:
  153. + dem
  154. + potential
  155. -- postprocessing:
  156. + image
  157. + vtk
  158. -- ===========================================================
  159. -- Yade configured with following features: LOGGER REAL_HP VTK OPENMP GTS QT5 CGAL PFVFLOW PFVFLOW MPI TWOPHASEFLOW LS_DEM FEMLIKE GL2PS LBMFLOW THERMAL PARTIALSAT POTENTIAL_PARTICLES
  160. -- Disabled features: ASAN FAST_NATIVE USEFUL_ERRORS COMPLEX_MP MPFR MPC LINSOLV SPH DEFORM LIQMIGRATION MASK_ARBITRARY PROFILING POTENTIAL_BLOCKS
  161. -- Using MAX_LOG_LEVEL=5, ENABLE_LOGGER=ON
  162. -- Optimized build
  163. -- C++ standard version: 14
  164. -- ===========================================================
  165. -- CMAKE_CXX_FLAGS = -Wformat -Wformat-security -Werror=format-security -Wall -fstack-protector-strong -DYADE_VTK -DYADE_OPENMP -fopenmp -DYADE_GTS -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DQGLVIEWER_FOUND -DYADE_OPENGL -DYADE_QT5 -DYADE_CGAL -DFLOW_ENGINE -DFLOW_ENGINE -DYADE_MPI -DTWOPHASEFLOW -DYADE_GL2PS -DLBM_ENGINE -DTHERMAL -DPARTIALSAT
  166. -- CMAKE_CXX_FLAGS_RELEASE = -O3 -DNDEBUG
  167. -- CMAKE_CXX_FLAGS_DEBUG = -g
  168. -- ===========================================================
  169. -- Configuring done
  170. -- Generating done
  171. -- Build files have been written to: /root/yade/build
Add Comment
Please, Sign In to add comment