Skip to content

Instantly share code, notes, and snippets.

@NK-Nikunj
Created November 1, 2019 13:14
Show Gist options
  • Save NK-Nikunj/1759b8d74a8e45f59ac4392ba08d9273 to your computer and use it in GitHub Desktop.
Save NK-Nikunj/1759b8d74a8e45f59ac4392ba08d9273 to your computer and use it in GitHub Desktop.
Phylanx build output with hpx_setup_target
nk@ubuntu:~/builds/phylanx/build2$ cmake -DCMAKE_INSTALL_PREFIX=/home/nk/opt/phylanx -DHPX_DIR=/home/nk/opt/hpx/lib/cmake/HPX -Dpybind11_DIR=/home/nk/opt/pybind11/share/cmake/pybind11/ ..
-- The C compiler identification is Clang 7.0.0
-- The CXX compiler identification is Clang 7.0.0
-- Check for working C compiler: /usr/bin/clang-7
-- Check for working C compiler: /usr/bin/clang-7 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++-7
-- Check for working CXX compiler: /usr/bin/clang++-7 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake version: 3.10.2
-- Phylanx version: 0.0.1
-- Boost version: 1.65.1
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- system
-- Boost library found: filesystem
-- Found Hwloc: /usr/lib/x86_64-linux-gnu/libhwloc.so
-- HPX will perform poorly without tcmalloc, jemalloc, or mimalloc. See docs for more info.
-- Using system allocator.
-- Performing Test PHYLANX_WITH_CXX_FLAG_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test PHYLANX_WITH_CXX_FLAG_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test PHYLANX_WITH_C_FLAG_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test PHYLANX_WITH_C_FLAG_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test PHYLANX_WITH_Fortran_FLAG_FDIAGNOSTICS_SHOW_OPTION
-- Performing Test PHYLANX_WITH_Fortran_FLAG_FDIAGNOSTICS_SHOW_OPTION - Success
-- Performing Test PHYLANX_WITH_CXX_FLAG_WERROR_VLA
-- Performing Test PHYLANX_WITH_CXX_FLAG_WERROR_VLA - Success
-- Performing Test PHYLANX_WITH_CXX_FLAG_WERROR_RETURN_TYPE
-- Performing Test PHYLANX_WITH_CXX_FLAG_WERROR_RETURN_TYPE - Success
-- Performing Test PHYLANX_WITH_C_FLAG_WERROR_RETURN_TYPE
-- Performing Test PHYLANX_WITH_C_FLAG_WERROR_RETURN_TYPE - Success
-- Performing Test PHYLANX_WITH_CXX_FLAG_WNO_SYNC_NAND
-- Performing Test PHYLANX_WITH_CXX_FLAG_WNO_SYNC_NAND - Failed
-- "-Wno-sync-nand" not available for language CXX.
-- Performing Test PHYLANX_WITH_C_FLAG_WNO_SYNC_NAND
-- Performing Test PHYLANX_WITH_C_FLAG_WNO_SYNC_NAND - Failed
-- "-Wno-sync-nand" not available for language C.
-- Performing Test WITH_LINKER_FLAG_WL__Z_DEFS
-- Performing Test WITH_LINKER_FLAG_WL__Z_DEFS - Success
-- Performing Test PHYLANX_WITH_CXX_FLAG_WNO_CAST_ALIGN
-- Performing Test PHYLANX_WITH_CXX_FLAG_WNO_CAST_ALIGN - Success
-- C++ mode enforced: C++14
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Found Threads: TRUE
-- A library with BLAS API found.
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Found blaze
-- Blaze version: 3.6
-- Found BlazeTensor
-- BlazeTensor version: 0.1
-- Used C++ flags for pybind11: -std=c++14
-- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.8")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.6m.so
-- Python library version: 3.6.8
-- Python executable: /usr/bin/python3.6
-- Python libraries: /usr/lib/x86_64-linux-gnu/libpython3.6m.so
-- Pybind11 library version: 2.4.dev4
-- Found Git: /usr/bin/git (found version "2.17.1")
-- GIT commit is a197012b8502f027f8cb118635da56dace9b58af.
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- LTO enabled
-- phylanx_get_python_extension_location: .cpython-36m-x86_64-linux-gnu.so -> /home/nk/builds/phylanx/build2/python/build/lib.linux-x86_64-3.6
Phylanx will be installed to /home/nk/opt/phylanx
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nk/builds/phylanx/build2
nk@ubuntu:~/builds/phylanx/build2$ make VERBOSE=1 -j4
/usr/bin/cmake -H/home/nk/builds/phylanx -B/home/nk/builds/phylanx/build2 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/nk/builds/phylanx/build2/CMakeFiles /home/nk/builds/phylanx/build2/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/nk/builds/phylanx/build2'
make -f src/CMakeFiles/phylanx_component.dir/build.make src/CMakeFiles/phylanx_component.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src /home/nk/builds/phylanx/build2/src/CMakeFiles/phylanx_component.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/CMakeFiles/phylanx_component.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/CMakeFiles/phylanx_component.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/CMakeFiles/phylanx_component.dir/depend.internal".
Scanning dependencies of target phylanx_component
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/CMakeFiles/phylanx_component.dir/build.make src/CMakeFiles/phylanx_component.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 0%] Building CXX object src/CMakeFiles/phylanx_component.dir/version.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/version.cpp.o -c /home/nk/builds/phylanx/src/version.cpp
[ 0%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/detail/is_function_call.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/detail/is_function_call.cpp.o -c /home/nk/builds/phylanx/src/ast/detail/is_function_call.cpp
[ 0%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/detail/is_identifier.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/detail/is_identifier.cpp.o -c /home/nk/builds/phylanx/src/ast/detail/is_identifier.cpp
[ 0%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/detail/is_literal_value.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/detail/is_literal_value.cpp.o -c /home/nk/builds/phylanx/src/ast/detail/is_literal_value.cpp
[ 2%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/detail/is_placeholder.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/detail/is_placeholder.cpp.o -c /home/nk/builds/phylanx/src/ast/detail/is_placeholder.cpp
[ 2%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/detail/is_placeholder_ellipses.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/detail/is_placeholder_ellipses.cpp.o -c /home/nk/builds/phylanx/src/ast/detail/is_placeholder_ellipses.cpp
[ 2%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/detail/tagged_id.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/detail/tagged_id.cpp.o -c /home/nk/builds/phylanx/src/ast/detail/tagged_id.cpp
[ 2%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/generate_ast.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/generate_ast.cpp.o -c /home/nk/builds/phylanx/src/ast/generate_ast.cpp
[ 2%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/generate_transform_rules.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/generate_transform_rules.cpp.o -c /home/nk/builds/phylanx/src/ast/generate_transform_rules.cpp
[ 2%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/node.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/node.cpp.o -c /home/nk/builds/phylanx/src/ast/node.cpp
[ 2%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/parser/expression.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/parser/expression.cpp.o -c /home/nk/builds/phylanx/src/ast/parser/expression.cpp
[ 4%] Building CXX object src/CMakeFiles/phylanx_component.dir/ast/transform_ast.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ast/transform_ast.cpp.o -c /home/nk/builds/phylanx/src/ast/transform_ast.cpp
[ 4%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/annotation.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/annotation.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/annotation.cpp
[ 4%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/compile.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/compile.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/compile.cpp
[ 4%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/compiler/actors.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/compiler/actors.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/compiler/actors.cpp
[ 4%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/compiler/compiler.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/compiler/compiler.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/compiler/compiler.cpp
[ 4%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/compiler/locality_attribute.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/compiler/locality_attribute.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/compiler/locality_attribute.cpp
[ 6%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/compiler/primitive_name.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/compiler/primitive_name.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/compiler/primitive_name.cpp
[ 6%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/compiler_component.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/compiler_component.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/compiler_component.cpp
[ 6%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/localities_annotation.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/localities_annotation.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/localities_annotation.cpp
[ 6%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/locality_annotation.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/locality_annotation.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/locality_annotation.cpp
[ 6%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/meta_annotation.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/meta_annotation.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/meta_annotation.cpp
[ 6%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/patterns.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/patterns.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/patterns.cpp
[ 6%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_argument.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_argument.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/access_argument.cpp
[ 9%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_function.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_function.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/access_function.cpp
[ 9%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_variable.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_variable.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/access_variable.cpp
[ 9%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/annotate_primitive.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/annotate_primitive.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/annotate_primitive.cpp
[ 9%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/assert_condition.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/assert_condition.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/assert_condition.cpp
[ 9%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/base_primitive.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/base_primitive.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/base_primitive.cpp
[ 9%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/call_function.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/call_function.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/call_function.cpp
[ 9%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/console_output.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/console_output.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/console_output.cpp
[ 11%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/debug_output.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/debug_output.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/debug_output.cpp
[ 11%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/define_variable.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/define_variable.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/define_variable.cpp
[ 11%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/enable_tracing.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/enable_tracing.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/enable_tracing.cpp
[ 11%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/format_string.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/format_string.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/format_string.cpp
[ 11%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/function.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/function.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/function.cpp
[ 11%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/lambda.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/lambda.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/lambda.cpp
[ 11%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers0d.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers0d.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/node_data_helpers0d.cpp
[ 13%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers1d.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers1d.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/node_data_helpers1d.cpp
[ 13%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers2d.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers2d.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/node_data_helpers2d.cpp
[ 13%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers3d.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers3d.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/node_data_helpers3d.cpp
[ 13%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers4d.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers4d.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/node_data_helpers4d.cpp
[ 13%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/phyname.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/phyname.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/phyname.cpp
[ 13%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/phytype.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/phytype.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/phytype.cpp
[ 16%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_argument_type.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_argument_type.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/primitive_argument_type.cpp
[ 16%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_component.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_component.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/primitive_component.cpp
[ 16%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_component_base.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_component_base.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/primitive_component_base.cpp
[ 16%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/slice.cpp
[ 16%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice_node_data.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice_node_data.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/slice_node_data.cpp
[ 16%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice_range.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice_range.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/slice_range.cpp
[ 16%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/store_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/store_operation.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/store_operation.cpp
[ 18%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/string_output.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/string_output.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/string_output.cpp
[ 18%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/target_reference.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/target_reference.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/target_reference.cpp
[ 18%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/variable.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/variable.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/variable.cpp
[ 18%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/primitives/variable_factory.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/primitives/variable_factory.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/primitives/variable_factory.cpp
[ 18%] Building CXX object src/CMakeFiles/phylanx_component.dir/execution_tree/tiling_annotations.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/execution_tree/tiling_annotations.cpp.o -c /home/nk/builds/phylanx/src/execution_tree/tiling_annotations.cpp
[ 18%] Building CXX object src/CMakeFiles/phylanx_component.dir/ir/node_data.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ir/node_data.cpp.o -c /home/nk/builds/phylanx/src/ir/node_data.cpp
[ 18%] Building CXX object src/CMakeFiles/phylanx_component.dir/ir/ranges.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/ir/ranges.cpp.o -c /home/nk/builds/phylanx/src/ir/ranges.cpp
[ 20%] Building CXX object src/CMakeFiles/phylanx_component.dir/performance_counters/register_counters.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/performance_counters/register_counters.cpp.o -c /home/nk/builds/phylanx/src/performance_counters/register_counters.cpp
[ 20%] Building CXX object src/CMakeFiles/phylanx_component.dir/plugins/load_plugins.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/plugins/load_plugins.cpp.o -c /home/nk/builds/phylanx/src/plugins/load_plugins.cpp
[ 20%] Building CXX object src/CMakeFiles/phylanx_component.dir/plugins/support_components.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/plugins/support_components.cpp.o -c /home/nk/builds/phylanx/src/plugins/support_components.cpp
[ 20%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/generate_error_message.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/generate_error_message.cpp.o -c /home/nk/builds/phylanx/src/util/generate_error_message.cpp
[ 20%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/hashed_string.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/hashed_string.cpp.o -c /home/nk/builds/phylanx/src/util/hashed_string.cpp
[ 20%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/none_manip.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/none_manip.cpp.o -c /home/nk/builds/phylanx/src/util/none_manip.cpp
[ 20%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/performance_data.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/performance_data.cpp.o -c /home/nk/builds/phylanx/src/util/performance_data.cpp
[ 23%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/random.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/random.cpp.o -c /home/nk/builds/phylanx/src/util/random.cpp
[ 23%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/repr_manip.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/repr_manip.cpp.o -c /home/nk/builds/phylanx/src/util/repr_manip.cpp
[ 23%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/serialization/ast.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/serialization/ast.cpp.o -c /home/nk/builds/phylanx/src/util/serialization/ast.cpp
[ 23%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/serialization/execution_tree.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/serialization/execution_tree.cpp.o -c /home/nk/builds/phylanx/src/util/serialization/execution_tree.cpp
[ 23%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/slicing_helpers.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/slicing_helpers.cpp.o -c /home/nk/builds/phylanx/src/util/slicing_helpers.cpp
[ 23%] Building CXX object src/CMakeFiles/phylanx_component.dir/util/startup_shutdown.cpp.o
cd /home/nk/builds/phylanx/build2/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_COMPONENT_EXPORTS -DHPX_COMPONENT_NAME=hpx_phylanx -DHPX_COMPONENT_STRING=\"hpx_phylanx\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DPHYLANX_EXPORTS -Dphylanx_component_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -std=c++14 -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_component.dir/util/startup_shutdown.cpp.o -c /home/nk/builds/phylanx/src/util/startup_shutdown.cpp
[ 23%] Linking CXX shared library ../lib/libhpx_phylanx.so
cd /home/nk/builds/phylanx/build2/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/phylanx_component.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libhpx_phylanx.so.0 -o ../lib/libhpx_phylanx.so.0.0.1 CMakeFiles/phylanx_component.dir/version.cpp.o CMakeFiles/phylanx_component.dir/ast/detail/is_function_call.cpp.o CMakeFiles/phylanx_component.dir/ast/detail/is_identifier.cpp.o CMakeFiles/phylanx_component.dir/ast/detail/is_literal_value.cpp.o CMakeFiles/phylanx_component.dir/ast/detail/is_placeholder.cpp.o CMakeFiles/phylanx_component.dir/ast/detail/is_placeholder_ellipses.cpp.o CMakeFiles/phylanx_component.dir/ast/detail/tagged_id.cpp.o CMakeFiles/phylanx_component.dir/ast/generate_ast.cpp.o CMakeFiles/phylanx_component.dir/ast/generate_transform_rules.cpp.o CMakeFiles/phylanx_component.dir/ast/node.cpp.o CMakeFiles/phylanx_component.dir/ast/parser/expression.cpp.o CMakeFiles/phylanx_component.dir/ast/transform_ast.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/annotation.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/compile.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/compiler/actors.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/compiler/compiler.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/compiler/locality_attribute.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/compiler/primitive_name.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/compiler_component.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/localities_annotation.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/locality_annotation.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/meta_annotation.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/patterns.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_argument.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_function.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/access_variable.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/annotate_primitive.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/assert_condition.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/base_primitive.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/call_function.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/console_output.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/debug_output.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/define_variable.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/enable_tracing.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/format_string.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/function.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/lambda.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers0d.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers1d.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers2d.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers3d.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/node_data_helpers4d.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/phyname.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/phytype.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_argument_type.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_component.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/primitive_component_base.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice_node_data.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/slice_range.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/store_operation.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/string_output.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/target_reference.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/variable.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/primitives/variable_factory.cpp.o CMakeFiles/phylanx_component.dir/execution_tree/tiling_annotations.cpp.o CMakeFiles/phylanx_component.dir/ir/node_data.cpp.o CMakeFiles/phylanx_component.dir/ir/ranges.cpp.o CMakeFiles/phylanx_component.dir/performance_counters/register_counters.cpp.o CMakeFiles/phylanx_component.dir/plugins/load_plugins.cpp.o CMakeFiles/phylanx_component.dir/plugins/support_components.cpp.o CMakeFiles/phylanx_component.dir/util/generate_error_message.cpp.o CMakeFiles/phylanx_component.dir/util/hashed_string.cpp.o CMakeFiles/phylanx_component.dir/util/none_manip.cpp.o CMakeFiles/phylanx_component.dir/util/performance_data.cpp.o CMakeFiles/phylanx_component.dir/util/random.cpp.o CMakeFiles/phylanx_component.dir/util/repr_manip.cpp.o CMakeFiles/phylanx_component.dir/util/serialization/ast.cpp.o CMakeFiles/phylanx_component.dir/util/serialization/execution_tree.cpp.o CMakeFiles/phylanx_component.dir/util/slicing_helpers.cpp.o CMakeFiles/phylanx_component.dir/util/startup_shutdown.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib: /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/liblapack.so -fopenmp=libomp
cd /home/nk/builds/phylanx/build2/src && /usr/bin/cmake -E cmake_symlink_library ../lib/libhpx_phylanx.so.0.0.1 ../lib/libhpx_phylanx.so.0 ../lib/libhpx_phylanx.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 23%] Built target phylanx_component
make -f src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/build.make src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/depend
make -f src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/build.make src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/depend
make -f src/plugins/booleans/CMakeFiles/booleans_primitive.dir/build.make src/plugins/booleans/CMakeFiles/booleans_primitive.dir/depend
make -f src/plugins/common/CMakeFiles/common.dir/build.make src/plugins/common/CMakeFiles/common.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/algorithms /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/algorithms /home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/common /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/common /home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/common.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/booleans /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/booleans /home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/booleans_primitive.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/arithmetics /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/arithmetics /home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/common.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/common.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/common.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/booleans_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/booleans_primitive.dir/depend.internal".
Scanning dependencies of target common
Dependee "/home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/booleans_primitive.dir/depend.internal".
Scanning dependencies of target booleans_primitive
Dependee "/home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/depend.internal".
Scanning dependencies of target algorithms_primitive
Dependee "/home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/depend.internal".
Scanning dependencies of target arithmetics_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/build.make src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/build
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/common/CMakeFiles/common.dir/build.make src/plugins/common/CMakeFiles/common.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 23%] Building CXX object src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/algorithms.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/algorithms && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_algorithms -DHPX_PLUGIN_STRING=\"phylanx_algorithms\" -DPHYLANX_LIBRARY_EXPORTS -Dalgorithms_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/algorithms_primitive.dir/algorithms.cpp.o -c /home/nk/builds/phylanx/src/plugins/algorithms/algorithms.cpp
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 23%] Building CXX object src/plugins/common/CMakeFiles/common.dir/dot_operation_double.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/common && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DPHYLANX_COMMON_EXPORTS -DPHYLANX_LIBRARY_EXPORTS -Dcommon_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/common.dir/dot_operation_double.cpp.o -c /home/nk/builds/phylanx/src/plugins/common/dot_operation_double.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/booleans/CMakeFiles/booleans_primitive.dir/build.make src/plugins/booleans/CMakeFiles/booleans_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 23%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/and_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/and_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/and_operation.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/build.make src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 25%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/add_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/add_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/add_operation.cpp
[ 25%] Building CXX object src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/als.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/algorithms && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_algorithms -DHPX_PLUGIN_STRING=\"phylanx_algorithms\" -DPHYLANX_LIBRARY_EXPORTS -Dalgorithms_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/algorithms_primitive.dir/als.cpp.o -c /home/nk/builds/phylanx/src/plugins/algorithms/als.cpp
[ 25%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/booleans.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/booleans.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/booleans.cpp
[ 25%] Building CXX object src/plugins/algorithms/CMakeFiles/algorithms_primitive.dir/lra.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/algorithms && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_algorithms -DHPX_PLUGIN_STRING=\"phylanx_algorithms\" -DPHYLANX_LIBRARY_EXPORTS -Dalgorithms_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/algorithms_primitive.dir/lra.cpp.o -c /home/nk/builds/phylanx/src/plugins/algorithms/lra.cpp
[ 25%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/arithmetics.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/arithmetics.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/arithmetics.cpp
[ 25%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/equal.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/equal.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/equal.cpp
[ 25%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/cumprod.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/cumprod.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/cumprod.cpp
[ 25%] Building CXX object src/plugins/common/CMakeFiles/common.dir/dot_operation_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/common && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DPHYLANX_COMMON_EXPORTS -DPHYLANX_LIBRARY_EXPORTS -Dcommon_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/common.dir/dot_operation_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/common/dot_operation_int64.cpp
[ 25%] Linking CXX shared library ../../../lib/phylanx/libphylanx_algorithms.so
cd /home/nk/builds/phylanx/build2/src/plugins/algorithms && /usr/bin/cmake -E cmake_link_script CMakeFiles/algorithms_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_algorithms.so -o ../../../lib/phylanx/libphylanx_algorithms.so CMakeFiles/algorithms_primitive.dir/algorithms.cpp.o CMakeFiles/algorithms_primitive.dir/als.cpp.o CMakeFiles/algorithms_primitive.dir/lra.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 25%] Built target algorithms_primitive
[ 27%] Building CXX object src/plugins/common/CMakeFiles/common.dir/dot_operation_nd.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/common && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DPHYLANX_COMMON_EXPORTS -DPHYLANX_LIBRARY_EXPORTS -Dcommon_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/common.dir/dot_operation_nd.cpp.o -c /home/nk/builds/phylanx/src/plugins/common/dot_operation_nd.cpp
[ 27%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/cumsum.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/cumsum.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/cumsum.cpp
make -f src/plugins/controls/CMakeFiles/controls_primitive.dir/build.make src/plugins/controls/CMakeFiles/controls_primitive.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/controls /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/controls /home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/controls_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/controls_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/controls_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/controls_primitive.dir/depend.internal".
Scanning dependencies of target controls_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/controls/CMakeFiles/controls_primitive.dir/build.make src/plugins/controls/CMakeFiles/controls_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 27%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/apply.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/apply.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/apply.cpp
[ 27%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/div_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/div_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/div_operation.cpp
[ 27%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/block_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/block_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/block_operation.cpp
[ 30%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/greater.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/greater.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/greater.cpp
[ 32%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/controls.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/controls.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/controls.cpp
[ 32%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/filter_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/filter_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/filter_operation.cpp
[ 32%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation.cpp
[ 32%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/fmap_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/fmap_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/fmap_operation.cpp
[ 34%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_0d_float.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_0d_float.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_0d_float.cpp
[ 34%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/greater_equal.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/greater_equal.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/greater_equal.cpp
[ 34%] Building CXX object src/plugins/common/CMakeFiles/common.dir/dot_operation_uint8.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/common && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DPHYLANX_COMMON_EXPORTS -DPHYLANX_LIBRARY_EXPORTS -Dcommon_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/common.dir/dot_operation_uint8.cpp.o -c /home/nk/builds/phylanx/src/plugins/common/dot_operation_uint8.cpp
[ 34%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_0d_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_0d_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_0d_int64.cpp
[ 34%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_1d_float.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_1d_float.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_1d_float.cpp
[ 34%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/fold_left_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/fold_left_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/fold_left_operation.cpp
[ 34%] Building CXX object src/plugins/common/CMakeFiles/common.dir/transpose_operation_nd.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/common && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DPHYLANX_COMMON_EXPORTS -DPHYLANX_LIBRARY_EXPORTS -Dcommon_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/common.dir/transpose_operation_nd.cpp.o -c /home/nk/builds/phylanx/src/plugins/common/transpose_operation_nd.cpp
[ 34%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/fold_right_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/fold_right_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/fold_right_operation.cpp
[ 34%] Linking CXX shared library ../../../lib/libhpx_common.so
cd /home/nk/builds/phylanx/build2/src/plugins/common && /usr/bin/cmake -E cmake_link_script CMakeFiles/common.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libhpx_common.so.0 -o ../../../lib/libhpx_common.so.0.0.1 CMakeFiles/common.dir/dot_operation_double.cpp.o CMakeFiles/common.dir/dot_operation_int64.cpp.o CMakeFiles/common.dir/dot_operation_nd.cpp.o CMakeFiles/common.dir/dot_operation_uint8.cpp.o CMakeFiles/common.dir/transpose_operation_nd.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt
[ 34%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/less.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/less.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/less.cpp
cd /home/nk/builds/phylanx/build2/src/plugins/common && /usr/bin/cmake -E cmake_symlink_library ../../../lib/libhpx_common.so.0.0.1 ../../../lib/libhpx_common.so.0 ../../../lib/libhpx_common.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 34%] Built target common
[ 34%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/less_equal.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/less_equal.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/less_equal.cpp
[ 34%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_1d_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_1d_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_1d_int64.cpp
[ 34%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/for_each.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/for_each.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/for_each.cpp
[ 37%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/for_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/for_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/for_operation.cpp
[ 37%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/nonzero_where.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/nonzero_where.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/nonzero_where.cpp
[ 37%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/not_equal.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/not_equal.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/not_equal.cpp
[ 37%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/if_conditional.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/if_conditional.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/if_conditional.cpp
[ 37%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_2d_float.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_2d_float.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_2d_float.cpp
[ 37%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/parallel_block_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/parallel_block_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/parallel_block_operation.cpp
[ 37%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/parallel_map_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/parallel_map_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/parallel_map_operation.cpp
[ 37%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_2d_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_2d_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_2d_int64.cpp
[ 37%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/or_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/or_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/or_operation.cpp
[ 37%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/range_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/range_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/range_operation.cpp
make -f src/plugins/fileio/CMakeFiles/fileio_primitive.dir/build.make src/plugins/fileio/CMakeFiles/fileio_primitive.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/fileio /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/fileio /home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/fileio_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/fileio_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/fileio_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/fileio_primitive.dir/depend.internal".
Scanning dependencies of target fileio_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/fileio/CMakeFiles/fileio_primitive.dir/build.make src/plugins/fileio/CMakeFiles/fileio_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 39%] Building CXX object src/plugins/fileio/CMakeFiles/fileio_primitive.dir/fileio.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/fileio && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_fileio -DHPX_PLUGIN_STRING=\"phylanx_fileio\" -DPHYLANX_LIBRARY_EXPORTS -Dfileio_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/fileio_primitive.dir/fileio.cpp.o -c /home/nk/builds/phylanx/src/plugins/fileio/fileio.cpp
[ 39%] Building CXX object src/plugins/controls/CMakeFiles/controls_primitive.dir/while_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_controls -DHPX_PLUGIN_STRING=\"phylanx_controls\" -DPHYLANX_LIBRARY_EXPORTS -Dcontrols_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/controls_primitive.dir/while_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/controls/while_operation.cpp
[ 39%] Building CXX object src/plugins/fileio/CMakeFiles/fileio_primitive.dir/file_read.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/fileio && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_fileio -DHPX_PLUGIN_STRING=\"phylanx_fileio\" -DPHYLANX_LIBRARY_EXPORTS -Dfileio_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/fileio_primitive.dir/file_read.cpp.o -c /home/nk/builds/phylanx/src/plugins/fileio/file_read.cpp
[ 39%] Linking CXX shared library ../../../lib/phylanx/libphylanx_controls.so
cd /home/nk/builds/phylanx/build2/src/plugins/controls && /usr/bin/cmake -E cmake_link_script CMakeFiles/controls_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_controls.so -o ../../../lib/phylanx/libphylanx_controls.so CMakeFiles/controls_primitive.dir/apply.cpp.o CMakeFiles/controls_primitive.dir/block_operation.cpp.o CMakeFiles/controls_primitive.dir/controls.cpp.o CMakeFiles/controls_primitive.dir/filter_operation.cpp.o CMakeFiles/controls_primitive.dir/fmap_operation.cpp.o CMakeFiles/controls_primitive.dir/fold_left_operation.cpp.o CMakeFiles/controls_primitive.dir/fold_right_operation.cpp.o CMakeFiles/controls_primitive.dir/for_each.cpp.o CMakeFiles/controls_primitive.dir/for_operation.cpp.o CMakeFiles/controls_primitive.dir/if_conditional.cpp.o CMakeFiles/controls_primitive.dir/parallel_block_operation.cpp.o CMakeFiles/controls_primitive.dir/parallel_map_operation.cpp.o CMakeFiles/controls_primitive.dir/range_operation.cpp.o CMakeFiles/controls_primitive.dir/while_operation.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 39%] Built target controls_primitive
[ 39%] Building CXX object src/plugins/fileio/CMakeFiles/fileio_primitive.dir/file_read_csv.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/fileio && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_fileio -DHPX_PLUGIN_STRING=\"phylanx_fileio\" -DPHYLANX_LIBRARY_EXPORTS -Dfileio_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/fileio_primitive.dir/file_read_csv.cpp.o -c /home/nk/builds/phylanx/src/plugins/fileio/file_read_csv.cpp
[ 39%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_3d_float.cpp
make -f src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/build.make src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/keras_support /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/keras_support /home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/depend.internal".
Scanning dependencies of target keras_support_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/build.make src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 41%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/avg_pool2d_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/avg_pool2d_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/avg_pool2d_operation.cpp
[ 44%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float_1.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float_1.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_3d_float_1.cpp
[ 46%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/unary_not_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/unary_not_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/unary_not_operation.cpp
[ 46%] Building CXX object src/plugins/fileio/CMakeFiles/fileio_primitive.dir/file_write.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/fileio && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_fileio -DHPX_PLUGIN_STRING=\"phylanx_fileio\" -DPHYLANX_LIBRARY_EXPORTS -Dfileio_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/fileio_primitive.dir/file_write.cpp.o -c /home/nk/builds/phylanx/src/plugins/fileio/file_write.cpp
[ 46%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/avg_pool3d_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/avg_pool3d_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/avg_pool3d_operation.cpp
[ 46%] Building CXX object src/plugins/fileio/CMakeFiles/fileio_primitive.dir/file_write_csv.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/fileio && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_fileio -DHPX_PLUGIN_STRING=\"phylanx_fileio\" -DPHYLANX_LIBRARY_EXPORTS -Dfileio_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/fileio_primitive.dir/file_write_csv.cpp.o -c /home/nk/builds/phylanx/src/plugins/fileio/file_write_csv.cpp
[ 46%] Building CXX object src/plugins/booleans/CMakeFiles/booleans_primitive.dir/xor_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_booleans -DHPX_PLUGIN_STRING=\"phylanx_booleans\" -DPHYLANX_LIBRARY_EXPORTS -Dbooleans_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/booleans_primitive.dir/xor_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/booleans/xor_operation.cpp
[ 46%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/batch_dot_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/batch_dot_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/batch_dot_operation.cpp
[ 46%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float_2.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float_2.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_3d_float_2.cpp
[ 46%] Linking CXX shared library ../../../lib/phylanx/libphylanx_fileio.so
cd /home/nk/builds/phylanx/build2/src/plugins/fileio && /usr/bin/cmake -E cmake_link_script CMakeFiles/fileio_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_fileio.so -o ../../../lib/phylanx/libphylanx_fileio.so CMakeFiles/fileio_primitive.dir/fileio.cpp.o CMakeFiles/fileio_primitive.dir/file_read.cpp.o CMakeFiles/fileio_primitive.dir/file_read_csv.cpp.o CMakeFiles/fileio_primitive.dir/file_write.cpp.o CMakeFiles/fileio_primitive.dir/file_write_csv.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 46%] Built target fileio_primitive
make -f src/plugins/listops/CMakeFiles/listops_primitive.dir/build.make src/plugins/listops/CMakeFiles/listops_primitive.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/listops /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/listops /home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/listops_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/listops_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/listops_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/listops_primitive.dir/depend.internal".
Scanning dependencies of target listops_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/listops/CMakeFiles/listops_primitive.dir/build.make src/plugins/listops/CMakeFiles/listops_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 46%] Building CXX object src/plugins/listops/CMakeFiles/listops_primitive.dir/append_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/listops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_listops -DHPX_PLUGIN_STRING=\"phylanx_listops\" -DPHYLANX_LIBRARY_EXPORTS -Dlistops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/listops_primitive.dir/append_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/listops/append_operation.cpp
[ 46%] Building CXX object src/plugins/listops/CMakeFiles/listops_primitive.dir/car_cdr_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/listops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_listops -DHPX_PLUGIN_STRING=\"phylanx_listops\" -DPHYLANX_LIBRARY_EXPORTS -Dlistops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/listops_primitive.dir/car_cdr_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/listops/car_cdr_operation.cpp
[ 46%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_3d_int64.cpp
[ 46%] Building CXX object src/plugins/listops/CMakeFiles/listops_primitive.dir/dictionary_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/listops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_listops -DHPX_PLUGIN_STRING=\"phylanx_listops\" -DPHYLANX_LIBRARY_EXPORTS -Dlistops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/listops_primitive.dir/dictionary_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/listops/dictionary_operation.cpp
[ 46%] Linking CXX shared library ../../../lib/phylanx/libphylanx_booleans.so
cd /home/nk/builds/phylanx/build2/src/plugins/booleans && /usr/bin/cmake -E cmake_link_script CMakeFiles/booleans_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_booleans.so -o ../../../lib/phylanx/libphylanx_booleans.so CMakeFiles/booleans_primitive.dir/and_operation.cpp.o CMakeFiles/booleans_primitive.dir/booleans.cpp.o CMakeFiles/booleans_primitive.dir/equal.cpp.o CMakeFiles/booleans_primitive.dir/greater.cpp.o CMakeFiles/booleans_primitive.dir/greater_equal.cpp.o CMakeFiles/booleans_primitive.dir/less.cpp.o CMakeFiles/booleans_primitive.dir/less_equal.cpp.o CMakeFiles/booleans_primitive.dir/nonzero_where.cpp.o CMakeFiles/booleans_primitive.dir/not_equal.cpp.o CMakeFiles/booleans_primitive.dir/or_operation.cpp.o CMakeFiles/booleans_primitive.dir/unary_not_operation.cpp.o CMakeFiles/booleans_primitive.dir/xor_operation.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 46%] Built target booleans_primitive
[ 46%] Building CXX object src/plugins/listops/CMakeFiles/listops_primitive.dir/len_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/listops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_listops -DHPX_PLUGIN_STRING=\"phylanx_listops\" -DPHYLANX_LIBRARY_EXPORTS -Dlistops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/listops_primitive.dir/len_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/listops/len_operation.cpp
[ 46%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64_1.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64_1.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_3d_int64_1.cpp
[ 46%] Building CXX object src/plugins/listops/CMakeFiles/listops_primitive.dir/listops.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/listops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_listops -DHPX_PLUGIN_STRING=\"phylanx_listops\" -DPHYLANX_LIBRARY_EXPORTS -Dlistops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/listops_primitive.dir/listops.cpp.o -c /home/nk/builds/phylanx/src/plugins/listops/listops.cpp
make -f src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/build.make src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/matrixops /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/matrixops /home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/depend.internal".
Scanning dependencies of target matrixops_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/build.make src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 46%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/arange.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/arange.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/arange.cpp
[ 46%] Building CXX object src/plugins/listops/CMakeFiles/listops_primitive.dir/make_list.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/listops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_listops -DHPX_PLUGIN_STRING=\"phylanx_listops\" -DPHYLANX_LIBRARY_EXPORTS -Dlistops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/listops_primitive.dir/make_list.cpp.o -c /home/nk/builds/phylanx/src/plugins/listops/make_list.cpp
[ 46%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/argmax.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/argmax.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/argmax.cpp
[ 46%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64_2.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64_2.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_3d_int64_2.cpp
[ 48%] Building CXX object src/plugins/listops/CMakeFiles/listops_primitive.dir/prepend_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/listops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_listops -DHPX_PLUGIN_STRING=\"phylanx_listops\" -DPHYLANX_LIBRARY_EXPORTS -Dlistops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/listops_primitive.dir/prepend_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/listops/prepend_operation.cpp
[ 51%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/argmin.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/argmin.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/argmin.cpp
[ 51%] Linking CXX shared library ../../../lib/phylanx/libphylanx_listops.so
cd /home/nk/builds/phylanx/build2/src/plugins/listops && /usr/bin/cmake -E cmake_link_script CMakeFiles/listops_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_listops.so -o ../../../lib/phylanx/libphylanx_listops.so CMakeFiles/listops_primitive.dir/append_operation.cpp.o CMakeFiles/listops_primitive.dir/car_cdr_operation.cpp.o CMakeFiles/listops_primitive.dir/dictionary_operation.cpp.o CMakeFiles/listops_primitive.dir/len_operation.cpp.o CMakeFiles/listops_primitive.dir/listops.cpp.o CMakeFiles/listops_primitive.dir/make_list.cpp.o CMakeFiles/listops_primitive.dir/prepend_operation.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 51%] Built target listops_primitive
[ 51%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/argsort.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/argsort.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/argsort.cpp
[ 51%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/bias_add_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/bias_add_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/bias_add_operation.cpp
[ 51%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool.cpp
make -f src/plugins/solvers/CMakeFiles/solvers_primitive.dir/build.make src/plugins/solvers/CMakeFiles/solvers_primitive.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/solvers /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/solvers /home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/solvers_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/solvers_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/solvers_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/solvers_primitive.dir/depend.internal".
Scanning dependencies of target solvers_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/solvers/CMakeFiles/solvers_primitive.dir/build.make src/plugins/solvers/CMakeFiles/solvers_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 51%] Building CXX object src/plugins/solvers/CMakeFiles/solvers_primitive.dir/decomposition.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/solvers && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_solvers -DHPX_PLUGIN_STRING=\"phylanx_solvers\" -DPHYLANX_LIBRARY_EXPORTS -Dsolvers_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/solvers_primitive.dir/decomposition.cpp.o -c /home/nk/builds/phylanx/src/plugins/solvers/decomposition.cpp
[ 51%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/astype.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/astype.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/astype.cpp
[ 51%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/binary_crossentropy_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/binary_crossentropy_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/binary_crossentropy_operation.cpp
[ 51%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_0d_float.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_0d_float.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool_0d_float.cpp
[ 51%] Building CXX object src/plugins/solvers/CMakeFiles/solvers_primitive.dir/linear_solver.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/solvers && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_solvers -DHPX_PLUGIN_STRING=\"phylanx_solvers\" -DPHYLANX_LIBRARY_EXPORTS -Dsolvers_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/solvers_primitive.dir/linear_solver.cpp.o -c /home/nk/builds/phylanx/src/plugins/solvers/linear_solver.cpp
[ 51%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/clip.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/clip.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/clip.cpp
[ 53%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_0d_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_0d_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool_0d_int64.cpp
[ 53%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_1d_float.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_1d_float.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool_1d_float.cpp
[ 53%] Building CXX object src/plugins/solvers/CMakeFiles/solvers_primitive.dir/solvers.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/solvers && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_solvers -DHPX_PLUGIN_STRING=\"phylanx_solvers\" -DPHYLANX_LIBRARY_EXPORTS -Dsolvers_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/solvers_primitive.dir/solvers.cpp.o -c /home/nk/builds/phylanx/src/plugins/solvers/solvers.cpp
[ 53%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/categorical_crossentropy_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/categorical_crossentropy_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/categorical_crossentropy_operation.cpp
[ 53%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/concatenate.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/concatenate.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/concatenate.cpp
[ 53%] Linking CXX shared library ../../../lib/phylanx/libphylanx_solvers.so
cd /home/nk/builds/phylanx/build2/src/plugins/solvers && /usr/bin/cmake -E cmake_link_script CMakeFiles/solvers_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_solvers.so -o ../../../lib/phylanx/libphylanx_solvers.so CMakeFiles/solvers_primitive.dir/decomposition.cpp.o CMakeFiles/solvers_primitive.dir/linear_solver.cpp.o CMakeFiles/solvers_primitive.dir/solvers.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 53%] Built target solvers_primitive
make -f src/plugins/statistics/CMakeFiles/statistics_primitive.dir/build.make src/plugins/statistics/CMakeFiles/statistics_primitive.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/statistics /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/statistics /home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/statistics_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/statistics_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/statistics_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/statistics_primitive.dir/depend.internal".
Scanning dependencies of target statistics_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/statistics/CMakeFiles/statistics_primitive.dir/build.make src/plugins/statistics/CMakeFiles/statistics_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 53%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/all_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/all_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/all_operation.cpp
[ 53%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_1d_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_1d_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool_1d_int64.cpp
[ 53%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_2d_float.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_2d_float.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool_2d_float.cpp
[ 53%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/any_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/any_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/any_operation.cpp
[ 53%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_2d_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_2d_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool_2d_int64.cpp
[ 53%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/constant.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/constant.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/constant.cpp
[ 53%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/logsumexp_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/logsumexp_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/logsumexp_operation.cpp
[ 53%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/conv1d_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/conv1d_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/conv1d_operation.cpp
[ 53%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_3d_float.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_3d_float.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool_3d_float.cpp
[ 53%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/count_nonzero_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/count_nonzero_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/count_nonzero_operation.cpp
[ 53%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/max_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/max_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/max_operation.cpp
[ 55%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/conv2d_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/conv2d_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/conv2d_operation.cpp
[ 55%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_3d_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_3d_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/generic_operation_bool_3d_int64.cpp
[ 58%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/cross_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/cross_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/cross_operation.cpp
[ 58%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/mean_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/mean_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/mean_operation.cpp
[ 60%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/maximum.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/maximum.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/maximum.cpp
[ 60%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/conv2d_transpose_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/conv2d_transpose_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/conv2d_transpose_operation.cpp
[ 60%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/determinant.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/determinant.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/determinant.cpp
[ 62%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/min_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/min_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/min_operation.cpp
[ 62%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/ctc_decode_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/ctc_decode_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/ctc_decode_operation.cpp
[ 62%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/diag_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/diag_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/diag_operation.cpp
[ 62%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/minimum.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/minimum.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/minimum.cpp
[ 62%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/prod_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/prod_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/prod_operation.cpp
[ 62%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/elu_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/elu_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/elu_operation.cpp
[ 62%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/statistics.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/statistics.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/statistics.cpp
[ 62%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/dot_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/dot_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/dot_operation.cpp
[ 62%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/hard_sigmoid_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/hard_sigmoid_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/hard_sigmoid_operation.cpp
[ 62%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/std_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/std_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/std_operation.cpp
[ 62%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/dot_operation_double.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/dot_operation_double.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/dot_operation_double.cpp
[ 62%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/mul_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/mul_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/mul_operation.cpp
[ 62%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/sum_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/sum_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/sum_operation.cpp
[ 62%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/keras_support.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/keras_support.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/keras_support.cpp
[ 62%] Building CXX object src/plugins/statistics/CMakeFiles/statistics_primitive.dir/var_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_statistics -DHPX_PLUGIN_STRING=\"phylanx_statistics\" -DPHYLANX_LIBRARY_EXPORTS -Dstatistics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/statistics_primitive.dir/var_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/statistics/var_operation.cpp
[ 65%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/l2_normalize_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/l2_normalize_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/l2_normalize_operation.cpp
[ 65%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/sub_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/sub_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/sub_operation.cpp
[ 65%] Linking CXX shared library ../../../lib/phylanx/libphylanx_statistics.so
cd /home/nk/builds/phylanx/build2/src/plugins/statistics && /usr/bin/cmake -E cmake_link_script CMakeFiles/statistics_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_statistics.so -o ../../../lib/phylanx/libphylanx_statistics.so CMakeFiles/statistics_primitive.dir/all_operation.cpp.o CMakeFiles/statistics_primitive.dir/any_operation.cpp.o CMakeFiles/statistics_primitive.dir/logsumexp_operation.cpp.o CMakeFiles/statistics_primitive.dir/max_operation.cpp.o CMakeFiles/statistics_primitive.dir/mean_operation.cpp.o CMakeFiles/statistics_primitive.dir/min_operation.cpp.o CMakeFiles/statistics_primitive.dir/prod_operation.cpp.o CMakeFiles/statistics_primitive.dir/statistics.cpp.o CMakeFiles/statistics_primitive.dir/std_operation.cpp.o CMakeFiles/statistics_primitive.dir/sum_operation.cpp.o CMakeFiles/statistics_primitive.dir/var_operation.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 65%] Built target statistics_primitive
[ 65%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/max_pool2d_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/max_pool2d_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/max_pool2d_operation.cpp
[ 65%] Building CXX object src/plugins/arithmetics/CMakeFiles/arithmetics_primitive.dir/unary_minus_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_arithmetics -DHPX_PLUGIN_STRING=\"phylanx_arithmetics\" -DPHYLANX_LIBRARY_EXPORTS -Darithmetics_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/arithmetics_primitive.dir/unary_minus_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/arithmetics/unary_minus_operation.cpp
[ 65%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/max_pool3d_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/max_pool3d_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/max_pool3d_operation.cpp
[ 65%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/dot_operation_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/dot_operation_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/dot_operation_int64.cpp
[ 65%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/one_hot_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/one_hot_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/one_hot_operation.cpp
[ 65%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/dot_operation_uint8.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/dot_operation_uint8.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/dot_operation_uint8.cpp
[ 65%] Linking CXX shared library ../../../lib/phylanx/libphylanx_arithmetics.so
cd /home/nk/builds/phylanx/build2/src/plugins/arithmetics && /usr/bin/cmake -E cmake_link_script CMakeFiles/arithmetics_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_arithmetics.so -o ../../../lib/phylanx/libphylanx_arithmetics.so CMakeFiles/arithmetics_primitive.dir/add_operation.cpp.o CMakeFiles/arithmetics_primitive.dir/arithmetics.cpp.o CMakeFiles/arithmetics_primitive.dir/cumprod.cpp.o CMakeFiles/arithmetics_primitive.dir/cumsum.cpp.o CMakeFiles/arithmetics_primitive.dir/div_operation.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_0d_float.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_0d_int64.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_1d_float.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_1d_int64.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_2d_float.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_2d_int64.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float_1.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_float_2.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64_1.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_3d_int64_2.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_0d_float.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_0d_int64.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_1d_float.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_1d_int64.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_2d_float.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_2d_int64.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_3d_float.cpp.o CMakeFiles/arithmetics_primitive.dir/generic_operation_bool_3d_int64.cpp.o CMakeFiles/arithmetics_primitive.dir/maximum.cpp.o CMakeFiles/arithmetics_primitive.dir/minimum.cpp.o CMakeFiles/arithmetics_primitive.dir/mul_operation.cpp.o CMakeFiles/arithmetics_primitive.dir/sub_operation.cpp.o CMakeFiles/arithmetics_primitive.dir/unary_minus_operation.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 65%] Built target arithmetics_primitive
make -f src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/build.make src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/common /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/common /home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/depend.internal".
Scanning dependencies of target primitives.common_dir.common
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/build.make src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/common/CMakeFiles/primitives.common_dir.common.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 65%] Built target primitives.common_dir.common
[ 65%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/relu_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/relu_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/relu_operation.cpp
make -f src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/build.make src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/booleans /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/booleans /home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/depend.internal".
Scanning dependencies of target primitives.booleans_dir.booleans_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/build.make src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/booleans/CMakeFiles/primitives.booleans_dir.booleans_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 65%] Built target primitives.booleans_dir.booleans_plugin
make -f src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/build.make src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/controls /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/controls /home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/depend.internal".
Scanning dependencies of target primitives.controls_dir.controls_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/build.make src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/controls/CMakeFiles/primitives.controls_dir.controls_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 65%] Built target primitives.controls_dir.controls_plugin
[ 65%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/resize_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/resize_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/resize_operation.cpp
[ 65%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/separable_conv1d_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/separable_conv1d_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/separable_conv1d_operation.cpp
[ 67%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/expand_dims.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/expand_dims.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/expand_dims.cpp
[ 67%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/extract_shape.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/extract_shape.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/extract_shape.cpp
make -f src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/build.make src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/algorithms /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/algorithms /home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/depend.internal".
Scanning dependencies of target primitives.algorithms_dir.algorithms_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/build.make src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/algorithms/CMakeFiles/primitives.algorithms_dir.algorithms_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 67%] Built target primitives.algorithms_dir.algorithms_plugin
[ 67%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/eye_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/eye_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/eye_operation.cpp
[ 67%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/flip_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/flip_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/flip_operation.cpp
[ 69%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/sigmoid_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/sigmoid_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/sigmoid_operation.cpp
make -f src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/build.make src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/arithmetics /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/arithmetics /home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/depend.internal".
Scanning dependencies of target primitives.arithmetics_dir.arithmetics_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/build.make src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/arithmetics/CMakeFiles/primitives.arithmetics_dir.arithmetics_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 69%] Built target primitives.arithmetics_dir.arithmetics_plugin
[ 69%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/softmax_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/softmax_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/softmax_operation.cpp
make -f src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/build.make src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/fileio /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/fileio /home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/depend.internal".
Scanning dependencies of target primitives.fileio_dir.fileio_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/build.make src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/fileio/CMakeFiles/primitives.fileio_dir.fileio_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 69%] Built target primitives.fileio_dir.fileio_plugin
[ 69%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/softplus_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/softplus_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/softplus_operation.cpp
[ 69%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/softsign_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/softsign_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/softsign_operation.cpp
[ 69%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/gradient_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/gradient_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/gradient_operation.cpp
[ 69%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/hsplit_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/hsplit_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/hsplit_operation.cpp
[ 72%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/identity.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/identity.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/identity.cpp
[ 72%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/spatial_2d_padding_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/spatial_2d_padding_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/spatial_2d_padding_operation.cpp
[ 72%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/insert.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/insert.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/insert.cpp
[ 72%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/inverse_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/inverse_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/inverse_operation.cpp
[ 72%] Building CXX object src/plugins/keras_support/CMakeFiles/keras_support_primitive.dir/switch_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_keras_support -DHPX_PLUGIN_STRING=\"phylanx_keras_support\" -DPHYLANX_LIBRARY_EXPORTS -Dkeras_support_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/keras_support_primitive.dir/switch_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/keras_support/switch_operation.cpp
[ 72%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/linearmatrix.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/linearmatrix.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/linearmatrix.cpp
make -f src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/build.make src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/solvers /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/solvers /home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/depend.internal".
Scanning dependencies of target primitives.solvers_dir.solvers_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/build.make src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/solvers/CMakeFiles/primitives.solvers_dir.solvers_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 72%] Built target primitives.solvers_dir.solvers_plugin
make -f src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/build.make src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/listops /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/listops /home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/depend.internal".
Scanning dependencies of target primitives.listops_dir.listops_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/build.make src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/listops/CMakeFiles/primitives.listops_dir.listops_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 72%] Built target primitives.listops_dir.listops_plugin
make -f python/src/CMakeFiles/phylanx_py.dir/build.make python/src/CMakeFiles/phylanx_py.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/python/src /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/python/src /home/nk/builds/phylanx/build2/python/src/CMakeFiles/phylanx_py.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/python/src/CMakeFiles/phylanx_py.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/python/src/CMakeFiles/phylanx_py.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/python/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/python/src/CMakeFiles/phylanx_py.dir/depend.internal".
Scanning dependencies of target phylanx_py
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f python/src/CMakeFiles/phylanx_py.dir/build.make python/src/CMakeFiles/phylanx_py.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 74%] Building CXX object python/src/CMakeFiles/phylanx_py.dir/bindings/ast.cpp.o
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -Dphylanx_py_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /home/nk/opt/pybind11/include -isystem /usr/include/python3.6m -I/home/nk/builds/phylanx/python/src -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fvisibility=hidden -std=c++14 -flto -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_py.dir/bindings/ast.cpp.o -c /home/nk/builds/phylanx/python/src/bindings/ast.cpp
[ 74%] Linking CXX shared library ../../../lib/phylanx/libphylanx_keras_support.so
cd /home/nk/builds/phylanx/build2/src/plugins/keras_support && /usr/bin/cmake -E cmake_link_script CMakeFiles/keras_support_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_keras_support.so -o ../../../lib/phylanx/libphylanx_keras_support.so CMakeFiles/keras_support_primitive.dir/avg_pool2d_operation.cpp.o CMakeFiles/keras_support_primitive.dir/avg_pool3d_operation.cpp.o CMakeFiles/keras_support_primitive.dir/batch_dot_operation.cpp.o CMakeFiles/keras_support_primitive.dir/bias_add_operation.cpp.o CMakeFiles/keras_support_primitive.dir/binary_crossentropy_operation.cpp.o CMakeFiles/keras_support_primitive.dir/categorical_crossentropy_operation.cpp.o CMakeFiles/keras_support_primitive.dir/conv1d_operation.cpp.o CMakeFiles/keras_support_primitive.dir/conv2d_operation.cpp.o CMakeFiles/keras_support_primitive.dir/conv2d_transpose_operation.cpp.o CMakeFiles/keras_support_primitive.dir/ctc_decode_operation.cpp.o CMakeFiles/keras_support_primitive.dir/elu_operation.cpp.o CMakeFiles/keras_support_primitive.dir/hard_sigmoid_operation.cpp.o CMakeFiles/keras_support_primitive.dir/keras_support.cpp.o CMakeFiles/keras_support_primitive.dir/l2_normalize_operation.cpp.o CMakeFiles/keras_support_primitive.dir/max_pool2d_operation.cpp.o CMakeFiles/keras_support_primitive.dir/max_pool3d_operation.cpp.o CMakeFiles/keras_support_primitive.dir/one_hot_operation.cpp.o CMakeFiles/keras_support_primitive.dir/relu_operation.cpp.o CMakeFiles/keras_support_primitive.dir/resize_operation.cpp.o CMakeFiles/keras_support_primitive.dir/separable_conv1d_operation.cpp.o CMakeFiles/keras_support_primitive.dir/sigmoid_operation.cpp.o CMakeFiles/keras_support_primitive.dir/softmax_operation.cpp.o CMakeFiles/keras_support_primitive.dir/softplus_operation.cpp.o CMakeFiles/keras_support_primitive.dir/softsign_operation.cpp.o CMakeFiles/keras_support_primitive.dir/spatial_2d_padding_operation.cpp.o CMakeFiles/keras_support_primitive.dir/switch_operation.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp /usr/lib/x86_64-linux-gnu/liblapack.so /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
[ 74%] Building CXX object python/src/CMakeFiles/phylanx_py.dir/bindings/binding_helpers.cpp.o
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -Dphylanx_py_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /home/nk/opt/pybind11/include -isystem /usr/include/python3.6m -I/home/nk/builds/phylanx/python/src -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fvisibility=hidden -std=c++14 -flto -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_py.dir/bindings/binding_helpers.cpp.o -c /home/nk/builds/phylanx/python/src/bindings/binding_helpers.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target keras_support_primitive
[ 74%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/linspace.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/linspace.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/linspace.cpp
make -f src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/build.make src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/dist_matrixops /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/depend.internal".
Scanning dependencies of target dist_matrixops_primitive
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/build.make src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 74%] Building CXX object src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_dist_matrixops -DHPX_PLUGIN_STRING=\"phylanx_dist_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Ddist_matrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/dist_matrixops/dist_dot_operation.cpp
[ 74%] Building CXX object python/src/CMakeFiles/phylanx_py.dir/bindings/execution_tree.cpp.o
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -Dphylanx_py_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /home/nk/opt/pybind11/include -isystem /usr/include/python3.6m -I/home/nk/builds/phylanx/python/src -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fvisibility=hidden -std=c++14 -flto -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_py.dir/bindings/execution_tree.cpp.o -c /home/nk/builds/phylanx/python/src/bindings/execution_tree.cpp
make -f src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/build.make src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/statistics /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/statistics /home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/depend.internal".
Scanning dependencies of target primitives.statistics_dir.statistics_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/build.make src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/statistics/CMakeFiles/primitives.statistics_dir.statistics_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.statistics_dir.statistics_plugin
make -f src/plugins/CMakeFiles/primitives.common_dir.dir/build.make src/plugins/CMakeFiles/primitives.common_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.common_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.common_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.common_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.common_dir.dir/depend.internal".
Scanning dependencies of target primitives.common_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.common_dir.dir/build.make src/plugins/CMakeFiles/primitives.common_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.common_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.common_dir
make -f src/plugins/CMakeFiles/primitives.booleans_dir.dir/build.make src/plugins/CMakeFiles/primitives.booleans_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.booleans_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.booleans_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.booleans_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.booleans_dir.dir/depend.internal".
Scanning dependencies of target primitives.booleans_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.booleans_dir.dir/build.make src/plugins/CMakeFiles/primitives.booleans_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.booleans_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.booleans_dir
make -f src/plugins/CMakeFiles/primitives.controls_dir.dir/build.make src/plugins/CMakeFiles/primitives.controls_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.controls_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.controls_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.controls_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.controls_dir.dir/depend.internal".
Scanning dependencies of target primitives.controls_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.controls_dir.dir/build.make src/plugins/CMakeFiles/primitives.controls_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.controls_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.controls_dir
make -f src/plugins/CMakeFiles/primitives.algorithms_dir.dir/build.make src/plugins/CMakeFiles/primitives.algorithms_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.algorithms_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.algorithms_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.algorithms_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.algorithms_dir.dir/depend.internal".
Scanning dependencies of target primitives.algorithms_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.algorithms_dir.dir/build.make src/plugins/CMakeFiles/primitives.algorithms_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.algorithms_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.algorithms_dir
[ 74%] Building CXX object python/src/CMakeFiles/phylanx_py.dir/bindings/util.cpp.o
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -Dphylanx_py_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /home/nk/opt/pybind11/include -isystem /usr/include/python3.6m -I/home/nk/builds/phylanx/python/src -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fvisibility=hidden -std=c++14 -flto -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_py.dir/bindings/util.cpp.o -c /home/nk/builds/phylanx/python/src/bindings/util.cpp
[ 74%] Building CXX object src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_double.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_dist_matrixops -DHPX_PLUGIN_STRING=\"phylanx_dist_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Ddist_matrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_double.cpp.o -c /home/nk/builds/phylanx/src/plugins/dist_matrixops/dist_dot_operation_double.cpp
[ 74%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/matrixops.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/matrixops.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/matrixops.cpp
[ 74%] Building CXX object python/src/CMakeFiles/phylanx_py.dir/bindings/variable.cpp.o
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -Dphylanx_py_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /home/nk/opt/pybind11/include -isystem /usr/include/python3.6m -I/home/nk/builds/phylanx/python/src -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fvisibility=hidden -std=c++14 -flto -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_py.dir/bindings/variable.cpp.o -c /home/nk/builds/phylanx/python/src/bindings/variable.cpp
make -f src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/build.make src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/depend.internal".
Scanning dependencies of target primitives.arithmetics_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/build.make src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.arithmetics_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.arithmetics_dir
make -f src/plugins/CMakeFiles/primitives.fileio_dir.dir/build.make src/plugins/CMakeFiles/primitives.fileio_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.fileio_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.fileio_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.fileio_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.fileio_dir.dir/depend.internal".
Scanning dependencies of target primitives.fileio_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.fileio_dir.dir/build.make src/plugins/CMakeFiles/primitives.fileio_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.fileio_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.fileio_dir
make -f src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/build.make src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/keras_support /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/keras_support /home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/depend.internal".
Scanning dependencies of target primitives.keras_support_dir.keras_support_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/build.make src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/keras_support/CMakeFiles/primitives.keras_support_dir.keras_support_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.keras_support_dir.keras_support_plugin
make -f src/plugins/CMakeFiles/primitives.solvers_dir.dir/build.make src/plugins/CMakeFiles/primitives.solvers_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.solvers_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.solvers_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.solvers_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.solvers_dir.dir/depend.internal".
Scanning dependencies of target primitives.solvers_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.solvers_dir.dir/build.make src/plugins/CMakeFiles/primitives.solvers_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.solvers_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.solvers_dir
make -f src/plugins/CMakeFiles/primitives.listops_dir.dir/build.make src/plugins/CMakeFiles/primitives.listops_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.listops_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.listops_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.listops_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.listops_dir.dir/depend.internal".
Scanning dependencies of target primitives.listops_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.listops_dir.dir/build.make src/plugins/CMakeFiles/primitives.listops_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.listops_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.listops_dir
make -f src/plugins/CMakeFiles/primitives.statistics_dir.dir/build.make src/plugins/CMakeFiles/primitives.statistics_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.statistics_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.statistics_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.statistics_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.statistics_dir.dir/depend.internal".
Scanning dependencies of target primitives.statistics_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.statistics_dir.dir/build.make src/plugins/CMakeFiles/primitives.statistics_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.statistics_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.statistics_dir
[ 74%] Building CXX object python/src/CMakeFiles/phylanx_py.dir/init_hpx.cpp.o
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -Dphylanx_py_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /home/nk/opt/pybind11/include -isystem /usr/include/python3.6m -I/home/nk/builds/phylanx/python/src -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fvisibility=hidden -std=c++14 -flto -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_py.dir/init_hpx.cpp.o -c /home/nk/builds/phylanx/python/src/init_hpx.cpp
[ 74%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/ndim.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/ndim.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/ndim.cpp
make -f src/plugins/CMakeFiles/primitives.keras_support_dir.dir/build.make src/plugins/CMakeFiles/primitives.keras_support_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.keras_support_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.keras_support_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.keras_support_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.keras_support_dir.dir/depend.internal".
Scanning dependencies of target primitives.keras_support_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.keras_support_dir.dir/build.make src/plugins/CMakeFiles/primitives.keras_support_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.keras_support_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 74%] Built target primitives.keras_support_dir
[ 76%] Building CXX object python/src/CMakeFiles/phylanx_py.dir/phylanx.cpp.o
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -Dphylanx_py_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /home/nk/opt/pybind11/include -isystem /usr/include/python3.6m -I/home/nk/builds/phylanx/python/src -isystem /home/nk/opt/hpx/include -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fvisibility=hidden -std=c++14 -flto -fopenmp=libomp -std=gnu++14 -o CMakeFiles/phylanx_py.dir/phylanx.cpp.o -c /home/nk/builds/phylanx/python/src/phylanx.cpp
[ 79%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/pad.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/pad.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/pad.cpp
[ 79%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/power_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/power_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/power_operation.cpp
[ 79%] Linking CXX shared module ../../bin/_phylanx.cpython-36m-x86_64-linux-gnu.so
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/phylanx_py.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -shared -o ../../bin/_phylanx.cpython-36m-x86_64-linux-gnu.so CMakeFiles/phylanx_py.dir/bindings/ast.cpp.o CMakeFiles/phylanx_py.dir/bindings/binding_helpers.cpp.o CMakeFiles/phylanx_py.dir/bindings/execution_tree.cpp.o CMakeFiles/phylanx_py.dir/bindings/util.cpp.o CMakeFiles/phylanx_py.dir/bindings/variable.cpp.o CMakeFiles/phylanx_py.dir/init_hpx.cpp.o CMakeFiles/phylanx_py.dir/phylanx.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib -flto ../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -latomic -ldl -lrt -lboost_system -lpthread -lboost_program_options -lboost_filesystem -lhwloc -lblas -llapack -lblas -llapack -fopenmp=libomp
[ 79%] Building CXX object src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_int64.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_dist_matrixops -DHPX_PLUGIN_STRING=\"phylanx_dist_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Ddist_matrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_int64.cpp.o -c /home/nk/builds/phylanx/src/plugins/dist_matrixops/dist_dot_operation_int64.cpp
cd /home/nk/builds/phylanx/build2/python/src && /usr/bin/strip /home/nk/builds/phylanx/build2/bin/_phylanx.cpython-36m-x86_64-linux-gnu.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 79%] Built target phylanx_py
[ 79%] Building CXX object src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_uint8.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_dist_matrixops -DHPX_PLUGIN_STRING=\"phylanx_dist_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Ddist_matrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_uint8.cpp.o -c /home/nk/builds/phylanx/src/plugins/dist_matrixops/dist_dot_operation_uint8.cpp
[ 79%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/random.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/random.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/random.cpp
[ 79%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/repeat_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/repeat_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/repeat_operation.cpp
[ 79%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/reshape_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/reshape_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/reshape_operation.cpp
[ 79%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/shuffle_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/shuffle_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/shuffle_operation.cpp
[ 79%] Building CXX object src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/dist_matrixops.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_dist_matrixops -DHPX_PLUGIN_STRING=\"phylanx_dist_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Ddist_matrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/dist_matrixops_primitive.dir/dist_matrixops.cpp.o -c /home/nk/builds/phylanx/src/plugins/dist_matrixops/dist_matrixops.cpp
make -f python/CMakeFiles/python_setup.dir/build.make python/CMakeFiles/python_setup.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/python /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/python /home/nk/builds/phylanx/build2/python/CMakeFiles/python_setup.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/python/CMakeFiles/python_setup.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/python/CMakeFiles/python_setup.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/python/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/python/CMakeFiles/python_setup.dir/depend.internal".
Scanning dependencies of target python_setup
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f python/CMakeFiles/python_setup.dir/build.make python/CMakeFiles/python_setup.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 81%] Generating build/timestamp
cd /home/nk/builds/phylanx/build2/python && /usr/bin/python3.6 /home/nk/builds/phylanx/build2/python/setup_Release.py build
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/phylanx
copying /home/nk/builds/phylanx/python/phylanx/exceptions.py -> build/lib.linux-x86_64-3.6/phylanx
copying /home/nk/builds/phylanx/python/phylanx/__init__.py -> build/lib.linux-x86_64-3.6/phylanx
creating build/lib.linux-x86_64-3.6/phylanx/ast
copying /home/nk/builds/phylanx/python/phylanx/ast/physl.py -> build/lib.linux-x86_64-3.6/phylanx/ast
copying /home/nk/builds/phylanx/python/phylanx/ast/transducer.py -> build/lib.linux-x86_64-3.6/phylanx/ast
copying /home/nk/builds/phylanx/python/phylanx/ast/utils.py -> build/lib.linux-x86_64-3.6/phylanx/ast
copying /home/nk/builds/phylanx/python/phylanx/ast/__init__.py -> build/lib.linux-x86_64-3.6/phylanx/ast
copying /home/nk/builds/phylanx/python/phylanx/ast/openscop.py -> build/lib.linux-x86_64-3.6/phylanx/ast
creating build/lib.linux-x86_64-3.6/phylanx/execution_tree
copying /home/nk/builds/phylanx/python/phylanx/execution_tree/__init__.py -> build/lib.linux-x86_64-3.6/phylanx/execution_tree
creating build/lib.linux-x86_64-3.6/phylanx/core
copying /home/nk/builds/phylanx/python/phylanx/core/config.py -> build/lib.linux-x86_64-3.6/phylanx/core
copying /home/nk/builds/phylanx/python/phylanx/core/__init__.py -> build/lib.linux-x86_64-3.6/phylanx/core
creating build/lib.linux-x86_64-3.6/phylanx/util
copying /home/nk/builds/phylanx/python/phylanx/util/prange.py -> build/lib.linux-x86_64-3.6/phylanx/util
copying /home/nk/builds/phylanx/python/phylanx/util/__init__.py -> build/lib.linux-x86_64-3.6/phylanx/util
creating build/lib.linux-x86_64-3.6/phylanx/plugins
copying /home/nk/builds/phylanx/python/phylanx/plugins/keras.py -> build/lib.linux-x86_64-3.6/phylanx/plugins
copying /home/nk/builds/phylanx/python/phylanx/plugins/__init__.py -> build/lib.linux-x86_64-3.6/phylanx/plugins
running build_ext
copying /home/nk/builds/phylanx/build2/bin/_phylanx.cpython-36m-x86_64-linux-gnu.so -> /home/nk/builds/phylanx/build2/python/build/lib.linux-x86_64-3.6/phylanx
cd /home/nk/builds/phylanx/build2/python && /usr/bin/cmake -E touch /home/nk/builds/phylanx/build2/python/build/timestamp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 81%] Built target python_setup
[ 81%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/size.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/size.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/size.cpp
[ 83%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/slicing_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/slicing_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/slicing_operation.cpp
[ 86%] Building CXX object src/plugins/dist_matrixops/CMakeFiles/dist_matrixops_primitive.dir/dist_transpose_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_dist_matrixops -DHPX_PLUGIN_STRING=\"phylanx_dist_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Ddist_matrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/dist_matrixops_primitive.dir/dist_transpose_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/dist_matrixops/dist_transpose_operation.cpp
[ 86%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/sort.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/sort.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/sort.cpp
[ 86%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/squeeze_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/squeeze_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/squeeze_operation.cpp
[ 86%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/stack_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/stack_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/stack_operation.cpp
[ 86%] Linking CXX shared library ../../../lib/phylanx/libphylanx_dist_matrixops.so
cd /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops && /usr/bin/cmake -E cmake_link_script CMakeFiles/dist_matrixops_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_dist_matrixops.so -o ../../../lib/phylanx/libphylanx_dist_matrixops.so CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation.cpp.o CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_double.cpp.o CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_int64.cpp.o CMakeFiles/dist_matrixops_primitive.dir/dist_dot_operation_uint8.cpp.o CMakeFiles/dist_matrixops_primitive.dir/dist_matrixops.cpp.o CMakeFiles/dist_matrixops_primitive.dir/dist_transpose_operation.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_common.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 86%] Built target dist_matrixops_primitive
[ 86%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/tile_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/tile_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/tile_operation.cpp
[ 86%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/transpose_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/transpose_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/transpose_operation.cpp
make -f src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/build.make src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/dist_matrixops /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops /home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/depend.internal".
Scanning dependencies of target primitives.dist_matrixops_dir.dist_matrixops_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/build.make src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/dist_matrixops/CMakeFiles/primitives.dist_matrixops_dir.dist_matrixops_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 86%] Built target primitives.dist_matrixops_dir.dist_matrixops_plugin
[ 86%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/unique.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/unique.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/unique.cpp
make -f src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/build.make src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/depend.internal".
Scanning dependencies of target primitives.dist_matrixops_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/build.make src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.dist_matrixops_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 86%] Built target primitives.dist_matrixops_dir
[ 88%] Building CXX object src/plugins/matrixops/CMakeFiles/matrixops_primitive.dir/vsplit_operation.cpp.o
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_LIBRARY_EXPORTS -DHPX_PLUGIN_NAME=phylanx_matrixops -DHPX_PLUGIN_STRING=\"phylanx_matrixops\" -DPHYLANX_LIBRARY_EXPORTS -Dmatrixops_primitive_EXPORTS -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fPIC -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/matrixops_primitive.dir/vsplit_operation.cpp.o -c /home/nk/builds/phylanx/src/plugins/matrixops/vsplit_operation.cpp
[ 88%] Linking CXX shared library ../../../lib/phylanx/libphylanx_matrixops.so
cd /home/nk/builds/phylanx/build2/src/plugins/matrixops && /usr/bin/cmake -E cmake_link_script CMakeFiles/matrixops_primitive.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fPIC -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -shared -Wl,-soname,libphylanx_matrixops.so -o ../../../lib/phylanx/libphylanx_matrixops.so CMakeFiles/matrixops_primitive.dir/arange.cpp.o CMakeFiles/matrixops_primitive.dir/argmax.cpp.o CMakeFiles/matrixops_primitive.dir/argmin.cpp.o CMakeFiles/matrixops_primitive.dir/argsort.cpp.o CMakeFiles/matrixops_primitive.dir/astype.cpp.o CMakeFiles/matrixops_primitive.dir/clip.cpp.o CMakeFiles/matrixops_primitive.dir/concatenate.cpp.o CMakeFiles/matrixops_primitive.dir/constant.cpp.o CMakeFiles/matrixops_primitive.dir/count_nonzero_operation.cpp.o CMakeFiles/matrixops_primitive.dir/cross_operation.cpp.o CMakeFiles/matrixops_primitive.dir/determinant.cpp.o CMakeFiles/matrixops_primitive.dir/diag_operation.cpp.o CMakeFiles/matrixops_primitive.dir/dot_operation.cpp.o CMakeFiles/matrixops_primitive.dir/dot_operation_double.cpp.o CMakeFiles/matrixops_primitive.dir/dot_operation_int64.cpp.o CMakeFiles/matrixops_primitive.dir/dot_operation_uint8.cpp.o CMakeFiles/matrixops_primitive.dir/expand_dims.cpp.o CMakeFiles/matrixops_primitive.dir/extract_shape.cpp.o CMakeFiles/matrixops_primitive.dir/eye_operation.cpp.o CMakeFiles/matrixops_primitive.dir/flip_operation.cpp.o CMakeFiles/matrixops_primitive.dir/gradient_operation.cpp.o CMakeFiles/matrixops_primitive.dir/hsplit_operation.cpp.o CMakeFiles/matrixops_primitive.dir/identity.cpp.o CMakeFiles/matrixops_primitive.dir/insert.cpp.o CMakeFiles/matrixops_primitive.dir/inverse_operation.cpp.o CMakeFiles/matrixops_primitive.dir/linearmatrix.cpp.o CMakeFiles/matrixops_primitive.dir/linspace.cpp.o CMakeFiles/matrixops_primitive.dir/matrixops.cpp.o CMakeFiles/matrixops_primitive.dir/ndim.cpp.o CMakeFiles/matrixops_primitive.dir/pad.cpp.o CMakeFiles/matrixops_primitive.dir/power_operation.cpp.o CMakeFiles/matrixops_primitive.dir/random.cpp.o CMakeFiles/matrixops_primitive.dir/repeat_operation.cpp.o CMakeFiles/matrixops_primitive.dir/reshape_operation.cpp.o CMakeFiles/matrixops_primitive.dir/shuffle_operation.cpp.o CMakeFiles/matrixops_primitive.dir/size.cpp.o CMakeFiles/matrixops_primitive.dir/slicing_operation.cpp.o CMakeFiles/matrixops_primitive.dir/sort.cpp.o CMakeFiles/matrixops_primitive.dir/squeeze_operation.cpp.o CMakeFiles/matrixops_primitive.dir/stack_operation.cpp.o CMakeFiles/matrixops_primitive.dir/tile_operation.cpp.o CMakeFiles/matrixops_primitive.dir/transpose_operation.cpp.o CMakeFiles/matrixops_primitive.dir/unique.cpp.o CMakeFiles/matrixops_primitive.dir/vsplit_operation.cpp.o -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_common.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_init.a /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so -fopenmp=libomp ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx.so.1.4.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 88%] Built target matrixops_primitive
make -f src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/build.make src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins/matrixops /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins/matrixops /home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/depend.internal".
Scanning dependencies of target primitives.matrixops_dir.matrixops_plugin
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/build.make src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/matrixops/CMakeFiles/primitives.matrixops_dir.matrixops_plugin.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 88%] Built target primitives.matrixops_dir.matrixops_plugin
make -f src/plugins/CMakeFiles/primitives.matrixops_dir.dir/build.make src/plugins/CMakeFiles/primitives.matrixops_dir.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src/plugins /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src/plugins /home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.matrixops_dir.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.matrixops_dir.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.matrixops_dir.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/plugins/CMakeFiles/primitives.matrixops_dir.dir/depend.internal".
Scanning dependencies of target primitives.matrixops_dir
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/plugins/CMakeFiles/primitives.matrixops_dir.dir/build.make src/plugins/CMakeFiles/primitives.matrixops_dir.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/plugins/CMakeFiles/primitives.matrixops_dir.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 88%] Built target primitives.matrixops_dir
make -f src/CMakeFiles/primitives.dir/build.make src/CMakeFiles/primitives.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/src /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/src /home/nk/builds/phylanx/build2/src/CMakeFiles/primitives.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/src/CMakeFiles/primitives.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/CMakeFiles/primitives.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/src/CMakeFiles/primitives.dir/depend.internal".
Scanning dependencies of target primitives
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f src/CMakeFiles/primitives.dir/build.make src/CMakeFiles/primitives.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Nothing to be done for 'src/CMakeFiles/primitives.dir/build'.
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 88%] Built target primitives
make -f examples/algorithms/als/CMakeFiles/als_csv_exe.dir/build.make examples/algorithms/als/CMakeFiles/als_csv_exe.dir/depend
make -f examples/algorithms/als/CMakeFiles/als_exe.dir/build.make examples/algorithms/als/CMakeFiles/als_exe.dir/depend
make -f examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/build.make examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/depend
make -f examples/algorithms/lir/CMakeFiles/lir_exe.dir/build.make examples/algorithms/lir/CMakeFiles/lir_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/als /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/als /home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_csv_exe.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/als /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/als /home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/als /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/als /home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_exe.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/lir /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/lir /home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/lir_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_csv_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_csv_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_csv_exe.dir/depend.internal".
Scanning dependencies of target als_exe
Scanning dependencies of target als_csv_exe
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/depend.internal".
Scanning dependencies of target als_csv_instrumented_exe
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/lir_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/lir_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/lir_exe.dir/depend.internal".
Scanning dependencies of target lir_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/als/CMakeFiles/als_exe.dir/build.make examples/algorithms/als/CMakeFiles/als_exe.dir/build
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/als/CMakeFiles/als_csv_exe.dir/build.make examples/algorithms/als/CMakeFiles/als_csv_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 88%] Building CXX object examples/algorithms/als/CMakeFiles/als_csv_exe.dir/als_csv.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/als && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=als_csv_exe -DHPX_APPLICATION_STRING=\"als_csv_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=als_csv_exe -DPHYLANX_APPLICATION_STRING=\"als_csv_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/als_csv_exe.dir/als_csv.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/als/als_csv.cpp
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 88%] Building CXX object examples/algorithms/als/CMakeFiles/als_exe.dir/als.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/als && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=als_exe -DHPX_APPLICATION_STRING=\"als_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=als_exe -DPHYLANX_APPLICATION_STRING=\"als_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/als_exe.dir/als.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/als/als.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/lir/CMakeFiles/lir_exe.dir/build.make examples/algorithms/lir/CMakeFiles/lir_exe.dir/build
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/build.make examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 88%] Building CXX object examples/algorithms/lir/CMakeFiles/lir_exe.dir/lir.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/lir && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=lir_exe -DHPX_APPLICATION_STRING=\"lir_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=lir_exe -DPHYLANX_APPLICATION_STRING=\"lir_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/lir_exe.dir/lir.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/lir/lir.cpp
[ 88%] Building CXX object examples/algorithms/als/CMakeFiles/als_csv_instrumented_exe.dir/als_csv_instrumented.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/als && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=als_csv_instrumented_exe -DHPX_APPLICATION_STRING=\"als_csv_instrumented_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=als_csv_instrumented_exe -DPHYLANX_APPLICATION_STRING=\"als_csv_instrumented_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/als_csv_instrumented_exe.dir/als_csv_instrumented.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/als/als_csv_instrumented.cpp
[ 88%] Linking CXX executable ../../../bin/lir
cd /home/nk/builds/phylanx/build2/examples/algorithms/lir && /usr/bin/cmake -E cmake_link_script CMakeFiles/lir_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/lir_exe.dir/lir.cpp.o -o ../../../bin/lir -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
[ 88%] Linking CXX executable ../../../bin/als
cd /home/nk/builds/phylanx/build2/examples/algorithms/als && /usr/bin/cmake -E cmake_link_script CMakeFiles/als_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/als_exe.dir/als.cpp.o -o ../../../bin/als -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 88%] Built target lir_exe
make -f examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/build.make examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/lir /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/lir /home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/depend.internal".
Scanning dependencies of target lir_csv_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 88%] Built target als_exe
make -f examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/build.make examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/lra /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/lra /home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/depend.internal".
Scanning dependencies of target lra_csv_instrumented_exe
[ 88%] Linking CXX executable ../../../bin/als_csv_instrumented
cd /home/nk/builds/phylanx/build2/examples/algorithms/als && /usr/bin/cmake -E cmake_link_script CMakeFiles/als_csv_instrumented_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/als_csv_instrumented_exe.dir/als_csv_instrumented.cpp.o -o ../../../bin/als_csv_instrumented -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/build.make examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 88%] Building CXX object examples/algorithms/lir/CMakeFiles/lir_csv_exe.dir/lir_csv.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/lir && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=lir_csv_exe -DHPX_APPLICATION_STRING=\"lir_csv_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=lir_csv_exe -DPHYLANX_APPLICATION_STRING=\"lir_csv_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/lir_csv_exe.dir/lir_csv.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/lir/lir_csv.cpp
[ 90%] Linking CXX executable ../../../bin/als_csv
cd /home/nk/builds/phylanx/build2/examples/algorithms/als && /usr/bin/cmake -E cmake_link_script CMakeFiles/als_csv_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/als_csv_exe.dir/als_csv.cpp.o -o ../../../bin/als_csv -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 90%] Built target als_csv_instrumented_exe
make -f examples/algorithms/lra/CMakeFiles/lra_exe.dir/build.make examples/algorithms/lra/CMakeFiles/lra_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/lra /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/lra /home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_exe.dir/depend.internal".
Scanning dependencies of target lra_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/build.make examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 90%] Building CXX object examples/algorithms/lra/CMakeFiles/lra_csv_instrumented_exe.dir/lra_csv_instrumented.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/lra && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=lra_csv_instrumented_exe -DHPX_APPLICATION_STRING=\"lra_csv_instrumented_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=lra_csv_instrumented_exe -DPHYLANX_APPLICATION_STRING=\"lra_csv_instrumented_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/lra_csv_instrumented_exe.dir/lra_csv_instrumented.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/lra/lra_csv_instrumented.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 90%] Built target als_csv_exe
make -f examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/build.make examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/lra /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/lra /home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/depend.internal".
Scanning dependencies of target lra_csv_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/lra/CMakeFiles/lra_exe.dir/build.make examples/algorithms/lra/CMakeFiles/lra_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 90%] Building CXX object examples/algorithms/lra/CMakeFiles/lra_exe.dir/lra.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/lra && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=lra_exe -DHPX_APPLICATION_STRING=\"lra_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=lra_exe -DPHYLANX_APPLICATION_STRING=\"lra_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/lra_exe.dir/lra.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/lra/lra.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/build.make examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 90%] Building CXX object examples/algorithms/lra/CMakeFiles/lra_csv_exe.dir/lra_csv.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/lra && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=lra_csv_exe -DHPX_APPLICATION_STRING=\"lra_csv_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=lra_csv_exe -DPHYLANX_APPLICATION_STRING=\"lra_csv_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/lra_csv_exe.dir/lra_csv.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/lra/lra_csv.cpp
[ 93%] Linking CXX executable ../../../bin/lra
cd /home/nk/builds/phylanx/build2/examples/algorithms/lra && /usr/bin/cmake -E cmake_link_script CMakeFiles/lra_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/lra_exe.dir/lra.cpp.o -o ../../../bin/lra -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
[ 93%] Linking CXX executable ../../../bin/lir_csv
cd /home/nk/builds/phylanx/build2/examples/algorithms/lir && /usr/bin/cmake -E cmake_link_script CMakeFiles/lir_csv_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/lir_csv_exe.dir/lir_csv.cpp.o -o ../../../bin/lir_csv -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 93%] Built target lra_exe
make -f examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/build.make examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/lra /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/lra /home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/depend.internal".
Scanning dependencies of target lra_csv_distributed_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 93%] Built target lir_csv_exe
make -f examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/build.make examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/kmeans /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/kmeans /home/nk/builds/phylanx/build2/examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/kmeans/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/depend.internal".
Scanning dependencies of target kmeans_exe
[ 93%] Linking CXX executable ../../../bin/lra_csv
cd /home/nk/builds/phylanx/build2/examples/algorithms/lra && /usr/bin/cmake -E cmake_link_script CMakeFiles/lra_csv_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/lra_csv_exe.dir/lra_csv.cpp.o -o ../../../bin/lra_csv -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 93%] Built target lra_csv_exe
make -f examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/build.make examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/algorithms/nn /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/algorithms/nn /home/nk/builds/phylanx/build2/examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/algorithms/nn/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/depend.internal".
Scanning dependencies of target nn_csv_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/build.make examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/build
[ 93%] Linking CXX executable ../../../bin/lra_csv_instrumented
cd /home/nk/builds/phylanx/build2/examples/algorithms/lra && /usr/bin/cmake -E cmake_link_script CMakeFiles/lra_csv_instrumented_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/lra_csv_instrumented_exe.dir/lra_csv_instrumented.cpp.o -o ../../../bin/lra_csv_instrumented -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 93%] Building CXX object examples/algorithms/lra/CMakeFiles/lra_csv_distributed_exe.dir/lra_csv_distributed.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/lra && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=lra_csv_distributed_exe -DHPX_APPLICATION_STRING=\"lra_csv_distributed_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=lra_csv_distributed_exe -DPHYLANX_APPLICATION_STRING=\"lra_csv_distributed_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/lra_csv_distributed_exe.dir/lra_csv_distributed.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/lra/lra_csv_distributed.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/build.make examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 95%] Building CXX object examples/algorithms/kmeans/CMakeFiles/kmeans_exe.dir/kmeans.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/kmeans && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=kmeans_exe -DHPX_APPLICATION_STRING=\"kmeans_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=kmeans_exe -DPHYLANX_APPLICATION_STRING=\"kmeans_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/kmeans_exe.dir/kmeans.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/kmeans/kmeans.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/build.make examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/build
[ 95%] Built target lra_csv_instrumented_exe
make -f examples/ast/CMakeFiles/generate_exe.dir/build.make examples/ast/CMakeFiles/generate_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/ast /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/ast /home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/generate_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/generate_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/generate_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/generate_exe.dir/depend.internal".
Scanning dependencies of target generate_exe
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 95%] Building CXX object examples/algorithms/nn/CMakeFiles/nn_csv_exe.dir/nn_csv.cpp.o
cd /home/nk/builds/phylanx/build2/examples/algorithms/nn && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=nn_csv_exe -DHPX_APPLICATION_STRING=\"nn_csv_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=nn_csv_exe -DPHYLANX_APPLICATION_STRING=\"nn_csv_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/nn_csv_exe.dir/nn_csv.cpp.o -c /home/nk/builds/phylanx/examples/algorithms/nn/nn_csv.cpp
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/ast/CMakeFiles/generate_exe.dir/build.make examples/ast/CMakeFiles/generate_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 95%] Building CXX object examples/ast/CMakeFiles/generate_exe.dir/generate.cpp.o
cd /home/nk/builds/phylanx/build2/examples/ast && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=generate_exe -DHPX_APPLICATION_STRING=\"generate_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=generate_exe -DPHYLANX_APPLICATION_STRING=\"generate_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/generate_exe.dir/generate.cpp.o -c /home/nk/builds/phylanx/examples/ast/generate.cpp
[ 95%] Linking CXX executable ../../bin/generate
cd /home/nk/builds/phylanx/build2/examples/ast && /usr/bin/cmake -E cmake_link_script CMakeFiles/generate_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/generate_exe.dir/generate.cpp.o -o ../../bin/generate -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 95%] Built target generate_exe
make -f examples/ast/CMakeFiles/traverse_exe.dir/build.make examples/ast/CMakeFiles/traverse_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/ast /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/ast /home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/traverse_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/traverse_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/traverse_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/traverse_exe.dir/depend.internal".
Scanning dependencies of target traverse_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/ast/CMakeFiles/traverse_exe.dir/build.make examples/ast/CMakeFiles/traverse_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[ 95%] Building CXX object examples/ast/CMakeFiles/traverse_exe.dir/traverse.cpp.o
cd /home/nk/builds/phylanx/build2/examples/ast && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=traverse_exe -DHPX_APPLICATION_STRING=\"traverse_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=traverse_exe -DPHYLANX_APPLICATION_STRING=\"traverse_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/traverse_exe.dir/traverse.cpp.o -c /home/nk/builds/phylanx/examples/ast/traverse.cpp
[ 95%] Linking CXX executable ../../../bin/nn_csv
cd /home/nk/builds/phylanx/build2/examples/algorithms/nn && /usr/bin/cmake -E cmake_link_script CMakeFiles/nn_csv_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/nn_csv_exe.dir/nn_csv.cpp.o -o ../../../bin/nn_csv -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
[ 95%] Linking CXX executable ../../../bin/kmeans
cd /home/nk/builds/phylanx/build2/examples/algorithms/kmeans && /usr/bin/cmake -E cmake_link_script CMakeFiles/kmeans_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/kmeans_exe.dir/kmeans.cpp.o -o ../../../bin/kmeans -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 95%] Built target nn_csv_exe
make -f examples/ast/CMakeFiles/transform_exe.dir/build.make examples/ast/CMakeFiles/transform_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/ast /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/ast /home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/transform_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/transform_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/transform_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/ast/CMakeFiles/transform_exe.dir/depend.internal".
Scanning dependencies of target transform_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[ 95%] Built target kmeans_exe
make -f examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/build.make examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/profiling /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/profiling /home/nk/builds/phylanx/build2/examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/DependInfo.cmake --color=
Dependee "/home/nk/builds/phylanx/build2/examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/profiling/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/depend.internal".
Scanning dependencies of target primitive_instrumentation_exe
[ 97%] Linking CXX executable ../../../bin/lra_csv_distributed
cd /home/nk/builds/phylanx/build2/examples/algorithms/lra && /usr/bin/cmake -E cmake_link_script CMakeFiles/lra_csv_distributed_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/lra_csv_distributed_exe.dir/lra_csv_distributed.cpp.o -o ../../../bin/lra_csv_distributed -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/ast/CMakeFiles/transform_exe.dir/build.make examples/ast/CMakeFiles/transform_exe.dir/build
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/build.make examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[100%] Building CXX object examples/ast/CMakeFiles/transform_exe.dir/transform.cpp.o
cd /home/nk/builds/phylanx/build2/examples/ast && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=transform_exe -DHPX_APPLICATION_STRING=\"transform_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=transform_exe -DPHYLANX_APPLICATION_STRING=\"transform_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/transform_exe.dir/transform.cpp.o -c /home/nk/builds/phylanx/examples/ast/transform.cpp
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[100%] Built target lra_csv_distributed_exe
make -f examples/interpreter/CMakeFiles/physl_exe.dir/build.make examples/interpreter/CMakeFiles/physl_exe.dir/depend
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
cd /home/nk/builds/phylanx/build2 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/nk/builds/phylanx /home/nk/builds/phylanx/examples/interpreter /home/nk/builds/phylanx/build2 /home/nk/builds/phylanx/build2/examples/interpreter /home/nk/builds/phylanx/build2/examples/interpreter/CMakeFiles/physl_exe.dir/DependInfo.cmake --color=
[100%] Building CXX object examples/profiling/CMakeFiles/primitive_instrumentation_exe.dir/primitive_instrumentation.cpp.o
cd /home/nk/builds/phylanx/build2/examples/profiling && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=primitive_instrumentation_exe -DHPX_APPLICATION_STRING=\"primitive_instrumentation_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=primitive_instrumentation_exe -DPHYLANX_APPLICATION_STRING=\"primitive_instrumentation_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/primitive_instrumentation_exe.dir/primitive_instrumentation.cpp.o -c /home/nk/builds/phylanx/examples/profiling/primitive_instrumentation.cpp
Dependee "/home/nk/builds/phylanx/build2/examples/interpreter/CMakeFiles/physl_exe.dir/DependInfo.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/interpreter/CMakeFiles/physl_exe.dir/depend.internal".
Dependee "/home/nk/builds/phylanx/build2/examples/interpreter/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/home/nk/builds/phylanx/build2/examples/interpreter/CMakeFiles/physl_exe.dir/depend.internal".
Scanning dependencies of target physl_exe
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
make -f examples/interpreter/CMakeFiles/physl_exe.dir/build.make examples/interpreter/CMakeFiles/physl_exe.dir/build
make[2]: Entering directory '/home/nk/builds/phylanx/build2'
[100%] Building CXX object examples/interpreter/CMakeFiles/physl_exe.dir/physl.cpp.o
cd /home/nk/builds/phylanx/build2/examples/interpreter && /usr/bin/clang++-7 -DBOOST_ALL_NO_LIB -DBOOST_DISABLE_ASSERTS -DHPX_APPLICATION_EXPORTS -DHPX_APPLICATION_NAME=physl_exe -DHPX_APPLICATION_STRING=\"physl_exe\" -DHPX_DISABLE_ASSERTS -DHPX_ENABLE_ASSERT_HANDLER -DHPX_PREFIX=\"/home/nk/opt/hpx\" -DPHYLANX_APPLICATION_EXPORTS -DPHYLANX_APPLICATION_NAME=physl_exe -DPHYLANX_APPLICATION_STRING=\"physl_exe\" -I/home/nk/builds/phylanx -I/home/nk/builds/phylanx/build2 -I/home/nk/builds/phylanx/examples -isystem /usr/local/include -isystem /home/nk/builds/blaze_tensor -isystem /home/nk/opt/hpx/include -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -fopenmp=libomp -std=c++14 -std=gnu++14 -o CMakeFiles/physl_exe.dir/physl.cpp.o -c /home/nk/builds/phylanx/examples/interpreter/physl.cpp
[100%] Linking CXX executable ../../bin/traverse
cd /home/nk/builds/phylanx/build2/examples/ast && /usr/bin/cmake -E cmake_link_script CMakeFiles/traverse_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/traverse_exe.dir/traverse.cpp.o -o ../../bin/traverse -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[100%] Built target traverse_exe
[100%] Linking CXX executable ../../bin/transform
cd /home/nk/builds/phylanx/build2/examples/ast && /usr/bin/cmake -E cmake_link_script CMakeFiles/transform_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/transform_exe.dir/transform.cpp.o -o ../../bin/transform -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[100%] Built target transform_exe
[100%] Linking CXX executable ../../bin/primitive_instrumentation
cd /home/nk/builds/phylanx/build2/examples/profiling && /usr/bin/cmake -E cmake_link_script CMakeFiles/primitive_instrumentation_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/primitive_instrumentation_exe.dir/primitive_instrumentation.cpp.o -o ../../bin/primitive_instrumentation -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[100%] Built target primitive_instrumentation_exe
[100%] Linking CXX executable ../../bin/physl
cd /home/nk/builds/phylanx/build2/examples/interpreter && /usr/bin/cmake -E cmake_link_script CMakeFiles/physl_exe.dir/link.txt --verbose=1
/usr/bin/clang++-7 -fdiagnostics-show-option -Werror=vla -Werror=return-type -Wno-cast-align -O3 -DNDEBUG -Wl,-z,defs -rdynamic -Wl,-wrap=main CMakeFiles/physl_exe.dir/physl.cpp.o -o ../../bin/physl -L/home/nk/builds/phylanx/build2/lib -Wl,-rpath,/home/nk/builds/phylanx/build2/lib:/home/nk/opt/hpx/lib ../../lib/libhpx_phylanx.so.0.0.1 /home/nk/opt/hpx/lib/libhpx_iostreams.so.1.4.0 /home/nk/opt/hpx/lib/libhpx_init.a /home/nk/opt/hpx/lib/libhpx_wrap.a /home/nk/opt/hpx/lib/libhpx.so.1.4.0 -fopenmp=libomp /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/liblapack.so -latomic -ldl -lrt /usr/lib/x86_64-linux-gnu/libboost_system.so -lpthread /usr/lib/x86_64-linux-gnu/libboost_program_options.so /usr/lib/x86_64-linux-gnu/libboost_filesystem.so /usr/lib/x86_64-linux-gnu/libhwloc.so
make[2]: Leaving directory '/home/nk/builds/phylanx/build2'
[100%] Built target physl_exe
make[1]: Leaving directory '/home/nk/builds/phylanx/build2'
/usr/bin/cmake -E cmake_progress_start /home/nk/builds/phylanx/build2/CMakeFiles 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment