-
Notifications
You must be signed in to change notification settings - Fork 54
build fails on AArch64, Fedora 33 #76
Description
[jw@cn06 build]$ make VERBOSE=1 -j1
/usr/bin/cmake -S/data/jw/polygames -B/data/jw/polygames/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /data/jw/polygames/build/CMakeFiles /data/jw/polygames/build//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/data/jw/polygames/build'
make -f src/third_party/fmt/CMakeFiles/fmt.dir/build.make src/third_party/fmt/CMakeFiles/fmt.dir/depend
make[2]: Entering directory '/data/jw/polygames/build'
cd /data/jw/polygames/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/jw/polygames /data/jw/polygames/src/third_party/fmt /data/jw/polygames/build /data/jw/polygames/build/src/third_party/fmt /data/jw/polygames/build/src/third_party/fmt/CMakeFiles/fmt.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/data/jw/polygames/build'
make -f src/third_party/fmt/CMakeFiles/fmt.dir/build.make src/third_party/fmt/CMakeFiles/fmt.dir/build
make[2]: Entering directory '/data/jw/polygames/build'
make[2]: Nothing to be done for 'src/third_party/fmt/CMakeFiles/fmt.dir/build'.
make[2]: Leaving directory '/data/jw/polygames/build'
[ 4%] Built target fmt
make -f src/tube/CMakeFiles/_tube.dir/build.make src/tube/CMakeFiles/_tube.dir/depend
make[2]: Entering directory '/data/jw/polygames/build'
cd /data/jw/polygames/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /data/jw/polygames /data/jw/polygames/src/tube /data/jw/polygames/build /data/jw/polygames/build/src/tube /data/jw/polygames/build/src/tube/CMakeFiles/_tube.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/data/jw/polygames/build'
make -f src/tube/CMakeFiles/_tube.dir/build.make src/tube/CMakeFiles/_tube.dir/build
make[2]: Entering directory '/data/jw/polygames/build'
[ 5%] Building CXX object src/tube/CMakeFiles/_tube.dir/src_cpp/data_channel.cc.o
cd /data/jw/polygames/build/src/tube && /usr/lib64/ccache/c++ -I/data/jw/torch/install/include -I/data/jw/torch/install/include/TH -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -I/data/jw/polygames/src -I/data/jw/polygames/src/third_party -I/data/jw/polygames/src/third_party/fmt/include -I/usr/include/python3.9 -fsized-deallocation -O3 -ffast-math -fPIC -std=gnu++17 -o CMakeFiles/_tube.dir/src_cpp/data_channel.cc.o -c /data/jw/polygames/src/tube/src_cpp/data_channel.cc
In file included from /data/jw/polygames/src/tube/src_cpp/data_channel.h:16,
from /data/jw/polygames/src/tube/src_cpp/data_channel.cc:8:
/data/jw/polygames/src/tube/src_cpp/data_block.h:10:10: fatal error: torch/extension.h: No such file or directory
10 | #include <torch/extension.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/tube/CMakeFiles/_tube.dir/build.make:82: src/tube/CMakeFiles/_tube.dir/src_cpp/data_channel.cc.o] Error 1
make[2]: Leaving directory '/data/jw/polygames/build'
make[1]: *** [CMakeFiles/Makefile2:493: src/tube/CMakeFiles/_tube.dir/all] Error 2
make[1]: Leaving directory '/data/jw/polygames/build'
make: *** [Makefile:114: all] Error 2
[jw@cn06 build]$