We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add virtual/cblas dependency to dev-lang/rust dev-lang/rust cannot be built if virtual/cblas is not installed.
CMake Error at cmake/modules/AddLLVM.cmake:459 (add_library): Cannot find source file: /usr/include/cblas.h Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx Call Stack (most recent call first): cmake/modules/AddLLVM.cmake:622 (llvm_add_library) lib/Support/CMakeLists.txt:47 (add_llvm_library)
The text was updated successfully, but these errors were encountered:
gentoo bug about this: https://bugs.gentoo.org/674662
Sorry, something went wrong.
cblas is not needed. clean up stale symlinks on the system
in ::gentoo we carry this patch to avoid this. https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-lang/rust/files/1.32.0-fix-configure-of-bundled-llvm.patch
guess patch can be ported to overlay to close this
No branches or pull requests
Please add virtual/cblas dependency to dev-lang/rust
dev-lang/rust cannot be built if virtual/cblas is not installed.
The text was updated successfully, but these errors were encountered: