Skip to content

Fix detection of MKL - #421

Open
d-torrance wants to merge 1 commit into
linbox-team:masterfrom
d-torrance:mkl
Open

Fix detection of MKL#421
d-torrance wants to merge 1 commit into
linbox-team:masterfrom
d-torrance:mkl

Conversation

@d-torrance

@d-torrance d-torrance commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

We were grepping CBLAS_LIBS and not BLAS_LIBS, the variable that's set by --with-blas-libs.

Also remove some cruft (a comment w/ echo $CBLAS_LIBS) and fix nearby indentation (tabs, not spaces, for consistency).

Closes: #406

We were grepping CBLAS_LIBS and not BLAS_LIBS, the variable that's set
by --with-blas-libs.

Also remove some cruft (a comment w/ "echo $CBLAS_LIBS") and fix
nearby indentation (tabs, not spaces, for consistency).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Intel MKL is not detected at configuration

1 participant