Skip to content

Fix detection of MKL - #421

Merged
ClementPernet merged 1 commit into
linbox-team:masterfrom
d-torrance:mkl
Aug 26, 2026
Merged

Fix detection of MKL#421
ClementPernet merged 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).
@ClementPernet

Copy link
Copy Markdown
Member

Looks good to me. Thanks.

@ClementPernet
ClementPernet merged commit f25087a into linbox-team:master Aug 26, 2026
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

2 participants