Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails on AArch64, Fedora 33 #317

Open
LutzWeischerFujitsu opened this issue Apr 23, 2021 · 0 comments
Open

build fails on AArch64, Fedora 33 #317

LutzWeischerFujitsu opened this issue Apr 23, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@LutzWeischerFujitsu
Copy link

[jw@cn05 build]$ cmake --build . --target install
...
In file included from /data/jw/neoml/NeoMathEngine/src/CPU/CpuMathEngineDnn3dConv.cpp:25:
/data/jw/neoml/NeoMathEngine/src/CPU/CpuMathEnginePrivate.h:29:10: fatal error: CpuArm.h: No such file or directory
29 | #include <CpuArm.h>
| ^~~~~~~~~~
compilation terminated.
[12/83] Building CXX object NeoMathEngine/src/CMakeFiles/NeoMathEngine.dir/CPU/CpuMathEngineDnnTimeConv.cpp.o
FAILED: NeoMathEngine/src/CMakeFiles/NeoMathEngine.dir/CPU/CpuMathEngineDnnTimeConv.cpp.o
/usr/bin/c++ -DBUILD_NEOMATHENGINE -DNEOML_USE_AVX -DNEOML_USE_OMP -DNeoMathEngine_EXPORTS -D_FINAL -D_LINUX -I/data/jw/neoml/NeoMathEngine/src/../include -I/data/jw/neoml/NeoMathEngine/src -I/data/jw/neoml/NeoMathEngine/src/CPU -I/data/jw/neoml/NeoMathEngine/src/CPU/x86 -O2 -DNDEBUG -fPIC -fvisibility=hidden -fopenmp -Wall -Wextra -Wpedantic -Wno-deprecated-declarations -Wno-unused-value -Wno-unknown-pragmas -Wno-strict-overflow -MD -MT NeoMathEngine/src/CMakeFiles/NeoMathEngine.dir/CPU/CpuMathEngineDnnTimeConv.cpp.o -MF NeoMathEngine/src/CMakeFiles/NeoMathEngine.dir/CPU/CpuMathEngineDnnTimeConv.cpp.o.d -o NeoMathEngine/src/CMakeFiles/NeoMathEngine.dir/CPU/CpuMathEngineDnnTimeConv.cpp.o -c /data/jw/neoml/NeoMathEngine/src/CPU/CpuMathEngineDnnTimeConv.cpp
In file included from /data/jw/neoml/NeoMathEngine/src/CPU/CpuMathEngineDnnTimeConv.cpp:24:
/data/jw/neoml/NeoMathEngine/src/CPU/CpuMathEnginePrivate.h:29:10: fatal error: CpuArm.h: No such file or directory
29 | #include <CpuArm.h>
| ^~~~~~~~~~
compilation terminated.
[40/83] Building CXX object _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
ninja: build stopped: subcommand failed.
[jw@cn05 build]$

@favorart favorart added the bug Something isn't working label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants