You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use cmake to manage my all dependencies. Here is the code I want it to download xtensor and related packages automatically if find_package is failed:
It seems xtensor is found, but still error raises:
found xtl 0.7.2
found xtensor 0.23.10
downloading xtensor-blas source...
-- The C compiler identification is GNU 11.4.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
-- xtensor-blas v0.21.0
CMake Error (dev) at build/dev/_deps/xtensor-blas-src/CMakeLists.txt:49 (set):
uninitialized variable 'XTENSOR_VERSION_MAJOR'
This error is for project developers. Use -Wno-error=dev to suppress it.
Can you give a receipt about integrating xtensor using cmake instead of conda? I also tried spack, but it was also a little difficult to get a head-only file.
The text was updated successfully, but these errors were encountered:
local xtensor-blas not found, downloading from github...
-- xtensor-blas v0.21.0
-- Found xtensor v0.25.0
CMake Warning (dev) at build/dev/_deps/xtensor-blas-src/CMakeLists.txt:163 (set):
uninitialized variable '_XTENSOR_CMAKE_SIZEOF_VOID_P'
This warning is for project developers. Use -Wno-dev to suppress it.
Hi everyone,
I try to use cmake to manage my all dependencies. Here is the code I want it to download xtensor and related packages automatically if find_package is failed:
It seems
xtensor
is found, but still error raises:Can you give a receipt about integrating xtensor using cmake instead of conda? I also tried spack, but it was also a little difficult to get a head-only file.
The text was updated successfully, but these errors were encountered: