Summary: | sci-libs/ginkgo-1.4.0 - configure fails: Could not find a package configuration file provided by "hipblas" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alessandro Barbieri <lssndrbarbieri> |
Component: | Current packages | Assignee: | Matthias Maier <tamiko> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | jarausch, nowa, sci |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/25836 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge_info
ginkgo-1.4.0:20210925-184015.log |
Description
Alessandro Barbieri
2021-09-25 18:42:21 UTC
Created attachment 741306 [details]
emerge_info
emerge --info
Created attachment 741309 [details]
ginkgo-1.4.0:20210925-184015.log
build log
-- Found HIP: /usr/lib/hip (found version "4.0.21236-") CMake Error at hip/CMakeLists.txt:134 (find_package): By not providing "Findhipblas.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "hipblas", but CMake did not find one. Could not find a package configuration file provided by "hipblas" with any of the following names: hipblasConfig.cmake hipblas-config.cmake Add the installation prefix of "hipblas" to CMAKE_PREFIX_PATH or set "hipblas_DIR" to a directory containing one of the above files. If "hipblas" provides a separate development package or SDK, be sure it has been installed. I had the same problem adding -DGINKGO_BUILD_HIP=OFF to src_configure fixed this. But furthermore, ginkgo-1.4.0-r3 needs an additional dependency dev-libs/papi |