You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both in the issues (here), and privately, I've supported new users struggling to build the oneMKL library. Their aim was to build and install oneMKL.
In both cases, the sticking point was the dependency of the BLAS unit tests on CBLAS. This dependency on CBLAS, combined with the fact that the unit tests are build by default, meant that they required support.
Possible solutions
Only build the oneMKL library by default: building anything else (examples, tests), should be opt-in. This would also reduce build/install times.
More helpful error messages for the CBLAS dependency. Error messages should make it clear how to avoid this dependency.
The text was updated successfully, but these errors were encountered:
hjabird
added
build
A request to change/fix/improve the build system
question
A request for more information or clarification
labels
Feb 9, 2024
The problem
Both in the issues (here), and privately, I've supported new users struggling to build the oneMKL library. Their aim was to build and install oneMKL.
In both cases, the sticking point was the dependency of the BLAS unit tests on CBLAS. This dependency on CBLAS, combined with the fact that the unit tests are build by default, meant that they required support.
Possible solutions
The text was updated successfully, but these errors were encountered: