Skip to content

Instantly share code, notes, and snippets.

@git-kale
Created July 26, 2020 08:50
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/9f289f1ca83de48a8c435319501d61c5 to your computer and use it in GitHub Desktop.
Save git-kale/9f289f1ca83de48a8c435319501d61c5 to your computer and use it in GitHub Desktop.
git clone https://github.com/STEllAR-GROUP/blaze_tensor.git --depth=1 /blaze_tensor
cmake -H/blaze_tensor -B/blaze_tensor/build
cmake --build /blaze_tensor/build --target install
git clone https://github.com/STEllAR-GROUP/phylanx /phylanx_src
git clone https://github.com/git-kale/phylanx_wheel /wheel_src
cd /phylanx_src
git apply /wheel_src/phylanx-wheel-output.patch
cmake -H/phylanx_src -B/phylanx_src/build -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/
In file included from /phylanx_src/src/execution_tree/primitives/base_primitive.cpp:10:
In file included from /phylanx_src/phylanx/ast/detail/is_literal_value.hpp:10:
In file included from /phylanx_src/phylanx/ast/node.hpp:12:
In file included from /phylanx_src/phylanx/ir/node_data.hpp:26:
In file included from /usr/local/include/blaze/Math.h:46:
In file included from /usr/local/include/blaze/math/Band.h:48:
In file included from /usr/local/include/blaze/math/smp/DenseVector.h:46:
In file included from /usr/local/include/blaze/math/smp/hpx/DenseVector.h:50:
In file included from /usr/local/include/blaze/math/smp/Functions.h:46:
In file included from /usr/local/include/blaze/math/smp/hpx/Functions.h:43:
/usr/local/include/hpx/runtime/get_os_thread_count.hpp:18:2: warning: "The header hpx/runtime/get_os_thread_count.hpp is deprecated, please include hpx/runtime.hpp instead" [-W#warnings]
#warning "The header hpx/runtime/get_os_thread_count.hpp \
^
1 warning generated.
[ 10%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/call_function.cpp.o
/phylanx_src/src/execution_tree/primitives/assert_condition.cpp:10:10: fatal error: 'hpx/distributed/iostream.hpp' file not found
#include <hpx/distributed/iostream.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
make[2]: *** [src/CMakeFiles/phylanx_component.dir/build.make:414: src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/assert_condition.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /phylanx_src/src/execution_tree/primitives/call_function.cpp:7:
In file included from /phylanx_src/phylanx/execution_tree/primitives/call_function.hpp:10:
In file included from /phylanx_src/phylanx/execution_tree/primitives/base_primitive.hpp:12:
In file included from /phylanx_src/phylanx/ast/node.hpp:12:
In file included from /phylanx_src/phylanx/ir/node_data.hpp:26:
In file included from /usr/local/include/blaze/Math.h:46:
In file included from /usr/local/include/blaze/math/Band.h:48:
In file included from /usr/local/include/blaze/math/smp/DenseVector.h:46:
In file included from /usr/local/include/blaze/math/smp/hpx/DenseVector.h:50:
In file included from /usr/local/include/blaze/math/smp/Functions.h:46:
In file included from /usr/local/include/blaze/math/smp/hpx/Functions.h:43:
/usr/local/include/hpx/runtime/get_os_thread_count.hpp:18:2: warning: "The header hpx/runtime/get_os_thread_count.hpp is deprecated, please include hpx/runtime.hpp instead" [-W#warnings]
#warning "The header hpx/runtime/get_os_thread_count.hpp \
^
1 warning generated.
1 warning generated.
1 warning generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment