Advertisement
Guest User

Untitled

a guest
Dec 11th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1.  * Package: media-gfx/openvdb-9.1.0-r1:0/9.1
  2.  * Repository: gentoo
  3.  * Maintainer: [email protected] [email protected]
  4.  * USE: abi9-compat abi_x86_64 amd64 blosc cpu_flags_x86_avx cpu_flags_x86_sse4_2 cuda elibc_glibc kernel_linux nanovdb numpy python python_single_target_python3_10 userland_GNU
  5.  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
  6. * Using python3.10 to build
  7. >>> Unpacking source...
  8. >>> Unpacking openvdb-9.1.0.tar.gz to /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work
  9. >>> Source unpacked in /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work
  10. >>> Preparing source in /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0 ...
  11. * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0"
  12. * Build directory (BUILD_DIR): "/var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0_build"
  13. * Applying openvdb-8.1.0-glfw-libdir.patch ...
  14.  [ ok ]
  15. * Applying openvdb-9.0.0-fix-atomic.patch ...
  16.  [ ok ]
  17. * Applying openvdb-9.1.0-disable-failing-tests.patch ...
  18.  [ ok ]
  19. >>> Source prepared.
  20. >>> Configuring source in /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0 ...
  21. * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0"
  22. * Build directory (BUILD_DIR): "/var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0_build"
  23. cmake -C /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_DOCDIR=share/doc/openvdb-9.1.0-r1/ -DOPENVDB_ABI_VERSION_NUMBER=9 -DOPENVDB_BUILD_AX=no -DOPENVDB_BUILD_DOCS=no -DOPENVDB_BUILD_UNITTESTS=no -DOPENVDB_BUILD_VDB_LOD=no -DOPENVDB_BUILD_VDB_RENDER=no -DOPENVDB_BUILD_VDB_VIEW=no -DOPENVDB_CORE_SHARED=ON -DOPENVDB_CORE_STATIC=no -DOPENVDB_ENABLE_RPATH=OFF -DUSE_BLOSC=yes -DUSE_CCACHE=OFF -DUSE_COLORED_OUTPUT=ON -DUSE_EXR=no -DUSE_IMATH_HALF=ON -DUSE_LOG4CPLUS=ON -DUSE_NANOVDB=yes -DUSE_PNG=no -DUSE_ZLIB=yes -DNANOVDB_BUILD_UNITTESTS=no -DNANOVDB_USE_CUDA=yes -DNANOVDB_USE_OPENVDB=ON -DNANOVDB_USE_INTRINSICS=ON -DOPENVDB_BUILD_PYTHON_MODULE=ON -DUSE_NUMPY=yes -DOPENVDB_BUILD_PYTHON_UNITTESTS=no -DPYOPENVDB_INSTALL_DIRECTORY=/usr/lib/python3.10/site-packages -DPython_INCLUDE_DIR=/usr/include/python3.10 -DOPENVDB_SIMD=AVX -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0_build/gentoo_toolchain.cmake /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0
  24. loading initial cache file /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0_build/gentoo_common_config.cmake
  25. -- The CXX compiler identification is GNU 11.3.0
  26. -- Detecting CXX compiler ABI info
  27. -- Detecting CXX compiler ABI info - done
  28. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped
  29. -- Detecting CXX compile features
  30. -- Detecting CXX compile features - done
  31. CMake Deprecation Warning at cmake/config/OpenVDBCXX.cmake:32 (message):
  32. C++ < 17 is deprecated and will be removed.
  33. Call Stack (most recent call first):
  34. CMakeLists.txt:355 (include)
  35.  
  36. 
  37. -- Enabling colored compiler output
  38. -- CMake Build Type: RelWithDebInfo
  39. -- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "1.8.0")
  40. -- Configuring for OpenVDB Version 9.1.0
  41. -- Configuring for OpenVDB ABI Version 9
  42. -- ----------------------------------------------------
  43. -- ------------- Configuring OpenVDBCore --------------
  44. -- ----------------------------------------------------
  45. -- Found Boost: /usr/lib64/cmake/Boost-1.80.0/BoostConfig.cmake (found suitable version "1.80.0", minimum required is "1.70") found components: iostreams
  46. -- Found TBB: /usr/include (found suitable version "2021.7", minimum required is "2019.0") found components: tbb
  47. -- Found Imath 3.1.6
  48. -- Found Log4cplus: /usr/lib64/liblog4cplus.so (found suitable version "2.0.7", minimum required is "1.1.2")
  49. -- Found Blosc: /usr/lib64/libblosc.so (found suitable version "1.21.2", minimum required is "1.5.0")
  50. -- Found ZLIB: /usr/lib64/libz.so (found suitable version "1.2.13", minimum required is "1.2.7")
  51. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  52. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  53. -- Found Threads: TRUE
  54. -- ----------------------------------------------------
  55. -- ------------ Configuring OpenVDBPython -------------
  56. -- ----------------------------------------------------
  57. -- Found Python: /usr/include/python3.10 (found version "3.10.9") found components: Development.Module NumPy Interpreter
  58. -- Found Python::Module: /usr/include/python3.10) (found suitable version "3.10.9", minimum required is "2.7")
  59. -- Found Python::NumPy: /usr/lib/python3.10/site-packages/numpy/core/include) (found suitable version "1.23.4", minimum required is "1.17.0")
  60. -- Found Boost: /usr/lib64/cmake/Boost-1.80.0/BoostConfig.cmake (found suitable version "1.80.0", minimum required is "1.70") found components: python310 numpy310
  61. -- ----------------------------------------------------
  62. -- ----------- Configuring OpenVDBBinaries ------------
  63. -- ----------------------------------------------------
  64. -- Found Jemalloc: /usr/lib64/libjemalloc.so
  65. -- The C compiler identification is GNU 11.3.0
  66. -- Detecting C compiler ABI info
  67. -- Detecting C compiler ABI info - done
  68. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped
  69. -- Detecting C compile features
  70. -- Detecting C compile features - done
  71. -- ----------------------------------------------------
  72. -- --------------- Configuring NanoVDB ----------------
  73. -- ----------------------------------------------------
  74. -- The CUDA compiler identification is NVIDIA 11.8.89
  75. -- Detecting CUDA compiler ABI info
  76. -- Detecting CUDA compiler ABI info - done
  77. -- Check for working CUDA compiler: /opt/cuda/bin/nvcc - skipped
  78. -- Detecting CUDA compile features
  79. -- Detecting CUDA compile features - done
  80. -- Found TBB: /usr/include (found version "2021.7") found components: tbb tbbmalloc tbbmalloc_proxy
  81. -- Found Blosc: /usr/lib64/libblosc.so (found version "1.21.2")
  82. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.13")
  83. -- ----------------------------------------------------
  84. -- --------- Configuring NanoVDB Cmd Tools ------------
  85. -- ----------------------------------------------------
  86. -- <<< Gentoo configuration >>>
  87. Build type RelWithDebInfo
  88. Install path /usr
  89. Compiler flags:
  90. C -march=native -O2 -pipe
  91. C++ -march=native -O2 -pipe
  92. Linker flags:
  93. Executable -Wl,-O1 -Wl,--as-needed
  94. Module -Wl,-O1 -Wl,--as-needed
  95. Shared -Wl,-O1 -Wl,--as-needed
  96.  
  97. -- Configuring done
  98. -- Generating done
  99. -- Build files have been written to: /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0_build
  100. >>> Source configured.
  101. >>> Compiling source in /var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0 ...
  102. * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0"
  103. * Build directory (BUILD_DIR): "/var/tmp/portage/media-gfx/openvdb-9.1.0-r1/work/openvdb-9.1.0_build"
  104. ninja -v -j32 -l0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement