Skip to content

Instantly share code, notes, and snippets.

@eeevans
Created January 15, 2023 20:48
Show Gist options
  • Save eeevans/1cb57f597fe82f105e501c9f60731043 to your computer and use it in GitHub Desktop.
Save eeevans/1cb57f597fe82f105e501c9f60731043 to your computer and use it in GitHub Desktop.
eeevans@Bobiverse:/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer$ rm build/* -r -f
eeevans@Bobiverse:/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer$ cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebug -DEnableDebugGlobal:BOOL=OFF
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ----------------------------------------------------
** Populating gitache:
-- GITACHE_ROOT = "/opt/gitache_root"
-- CMAKE_MESSAGE_LOG_LEVEL = ""
-- Found Git: /usr/bin/git (found version "2.34.1")
-- Locking directory "/opt/gitache_root/gitache-core"...
-- Gitache-core is already at e1c6097a90d9e2ec01d184f9012bd063b29a0540.
-- Reading package configurations from "/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer/cmake/gitache-configs/"...
-- gitache_package_magic_enum is already installed.
-- Populating gitache_package_blaze
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/gitache_root/blaze/gitache_package_blaze-subbuild
[ 11%] Performing update step for 'gitache_package_blaze-populate'
[ 22%] No patch step for 'gitache_package_blaze-populate'
[ 33%] No configure step for 'gitache_package_blaze-populate'
[ 44%] No build step for 'gitache_package_blaze-populate'
[ 55%] No install step for 'gitache_package_blaze-populate'
[ 66%] No test step for 'gitache_package_blaze-populate'
[ 77%] Completed 'gitache_package_blaze-populate'
[100%] Built target gitache_package_blaze-populate
Running configure step for 'blaze' [GNU 11.3.0|GIT_TAG "v3.8" GIT_REPOSITORY "https://bitbucket.org/blaze-lib/blaze.git"||-DCMAKE_BUILD_TYPE=Release].
-- Configuring blaze version 3.8
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find BLAS (missing: BLAS_LIBRARIES)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.22/Modules/FindBLAS.cmake:1337 (find_package_handle_standard_args)
/usr/share/cmake-3.22/Modules/FindLAPACK.cmake:240 (find_package)
/usr/share/cmake-3.22/Modules/FindLAPACK.cmake:276 (_lapack_find_dependency)
CMakeLists.txt:72 (find_package)
-- Configuring incomplete, errors occurred!
See also "/opt/gitache_root/blaze/gitache_package_blaze-build/CMakeFiles/CMakeOutput.log".
See also "/opt/gitache_root/blaze/gitache_package_blaze-build/CMakeFiles/CMakeError.log".
CMake Error at /opt/gitache_root/gitache-core/source/configure_build_install_cmake_project.cmake:58 (message):
Failed to configure cmake project at
"/opt/gitache_root/blaze/gitache_package_blaze-src".
-- Unlocking directory "/opt/gitache_root/gitache-core".
CMake Error at /opt/gitache_root/gitache-core/updater.cmake:166 (message):
Failed to config/build/install cmake package "gitache_package_blaze".
Call Stack (most recent call first):
build/_deps/gitache-src/CMakeLists.txt:118 (include)
-- Configuring incomplete, errors occurred!
See also "/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer/build/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment