Created
February 6, 2025 07:19
-
-
Save punAhuja/77d350c6a20f255fc043af0460476586 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
puneet@puneet-AB350N-Gaming-WIFI ~/code/cuvs-java-pr/cuvs (branch-25.02)$ ./build.sh | |
Building for the architecture of the GPU in the system... | |
-- The CXX compiler identification is GNU 11.4.0 | |
-- The CUDA compiler identification is NVIDIA 12.5.82 | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/gcc - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Detecting CUDA compiler ABI info | |
-- Detecting CUDA compiler ABI info - done | |
-- Check for working CUDA compiler: /usr/local/cuda-12.5/bin/nvcc - skipped | |
-- Detecting CUDA compile features | |
-- Detecting CUDA compile features - done | |
-- Using auto detection of gpu-archs: 75 | |
-- Project CUVS is building for CUDA architectures: | |
75-real | |
-- Found CUDAToolkit: /usr/local/cuda-12.5/targets/x86_64-linux/include (found version "12.5.82") | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Found OpenMP_CXX: -fopenmp (found version "4.5") | |
-- Found OpenMP: TRUE (found version "4.5") | |
-- Found Git: /usr/bin/git (found version "2.34.1") | |
-- CPM: Adding package CCCL@2.7.0 (v2.7.0) | |
-- Found libcudacxx: /home/puneet/code/cuvs-java-pr/cuvs/cpp/build/_deps/cccl-src/libcudacxx/lib/cmake/libcudacxx/libcudacxx-config.cmake (found suitable version "2.7.0.0", minimum required is "2.7.0.0") | |
-- Found Thrust: /home/puneet/code/cuvs-java-pr/cuvs/cpp/build/_deps/cccl-src/thrust/thrust/cmake/thrust-config.cmake (found suitable exact version "2.7.0.0") | |
-- Found CUB: /home/puneet/code/cuvs-java-pr/cuvs/cpp/build/_deps/cccl-src/cub/cub/cmake/cub-config.cmake (found suitable version "2.7.0.0", minimum required is "2.7.0.0") | |
-- Found CCCL: /home/puneet/code/cuvs-java-pr/cuvs/cpp/build/_deps/cccl-src/lib/cmake/cccl/cccl-config.cmake (found version "2.7.0.0") | |
-- Found Thrust: /home/puneet/code/cuvs-java-pr/cuvs/cpp/build/_deps/cccl-src/thrust/thrust/cmake/thrust-config.cmake (found version "2.7.0.0") | |
-- rapids-cmake [CCCL]: applied patch backport-suppress-execution-checks.patch to fix issue: 'backport suppression for execution types for vocabulary types https://github.com/NVIDIA/cccl/pull/3578' | |
-- CPM: Using local package raft@25.02.0 | |
-- CPM: Adding package dlpack@0.8 (v0.8) | |
-- CPM: Adding package benchmark@1.8.0 (v1.8.0) | |
-- Failed to find LLVM FileCheck | |
-- git version: v1.8.0 normalized to 1.8.0 | |
-- Version: 1.8.0 | |
-- Looking for shm_open in rt | |
-- Looking for shm_open in rt - found | |
-- Performing Test HAVE_CXX_FLAG_WALL | |
-- Performing Test HAVE_CXX_FLAG_WALL - Success | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success | |
-- Performing Test HAVE_CXX_FLAG_WERROR | |
-- Performing Test HAVE_CXX_FLAG_WERROR - Success | |
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE | |
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WD654 | |
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success | |
-- Compiling and running to test HAVE_STD_REGEX | |
-- Performing Test HAVE_STD_REGEX -- failed to compile | |
-- Compiling and running to test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile | |
-- Compiling and running to test HAVE_POSIX_REGEX | |
-- Performing Test HAVE_POSIX_REGEX -- failed to compile | |
CMake Error at build/_deps/benchmark-src/CMakeLists.txt:298 (message): | |
Failed to determine the source files for the regular expression backend | |
-- Configuring incomplete, errors occurred! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment