Summary: | sci-mathematics/flint-2.9.0 fails to compile (CLANG-STRICTER-SYSTEM): mul_blas.c:24:10: fatal error: cblas.h file not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Michael Orlitzky <mjo> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | frp.bissey, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 838891 [details]
build.log
build log and emerge --info
Something is very strange here. The flint-2.9.0 ebuild has, DEPEND="dev-libs/gmp:= dev-libs/mpfr:= ntl? ( dev-libs/ntl:= ) virtual/cblas" yet you don't have virtual/cblas installed when you try to build flint. You *do* have both virtual/lapack and virtual/blas installed, both of which should pull in sci-libs/lapack as well. But regardless, sci-libs/lapack is not installed somehow, which is why cblas.h is missing... Oh, right, this felt very familiar: bug 860018. *** This bug has been marked as a duplicate of bug 787032 *** |