Skip to content

Instantly share code, notes, and snippets.

@git-kale
Created June 26, 2020 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save git-kale/da9baeadc58ac2c36b25edf7c86f1141 to your computer and use it in GitHub Desktop.
Save git-kale/da9baeadc58ac2c36b25edf7c86f1141 to your computer and use it in GitHub Desktop.
git clone https://github.com/STEllAR-GROUP/phylanx.git
cd phylanx
mkdir build && cd build
cmake -DBlazeTensor_DIR=/usr/local/share/BlazeIterative/cmake/ -DCMAKE_BUILD_TYPE=Debug -DHPX_DIR=/usr/local/lib/cmake/HPX/ -Dblaze_DIR=/usr/local/share/blaze/cmake/ -Dpybind11_DIR=/usr/local/share/cmake/pybind11/ ..
-- CMake version: 3.13.4
-- Phylanx version: 0.0.1
-- Using system allocator.
-- Boost version: 1.67.0
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- system
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- filesystem
-- system
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- program_options
-- HPX version: 1.5.0 (be52269d05) using C++14
-- "-Wno-sync-nand" not available for language CXX.
-- "-Wno-sync-nand" not available for language C.
-- C++ mode enforced: C++14
-- A library with LAPACK API found.
-- Found blaze
-- Blaze version: 3.8
CMake Warning at cmake/Phylanx_SetupBlaze.cmake:35 (find_package):
By not providing "FindBlazeTensor.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"BlazeTensor", but CMake did not find one.
Could not find a package configuration file provided by "BlazeTensor" with
any of the following names:
BlazeTensorConfig.cmake
blazetensor-config.cmake
Add the installation prefix of "BlazeTensor" to CMAKE_PREFIX_PATH or set
"BlazeTensor_DIR" to a directory containing one of the above files. If
"BlazeTensor" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:149 (phylanx_setup_blaze)
CMake Error at cmake/Phylanx_Message.cmake:43 (message):
BlazeTensor could not be found. Please specify BlazeTensor_DIR to assist
locating it.
Call Stack (most recent call first):
cmake/Phylanx_SetupBlaze.cmake:37 (phylanx_error)
CMakeLists.txt:149 (phylanx_setup_blaze)
-- Configuring incomplete, errors occurred!
See also "/phylanx/build/CMakeFiles/CMakeOutput.log".
See also "/phylanx/build/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment