Skip to content

Conversation

psmit
Copy link
Contributor

@psmit psmit commented Aug 13, 2020

Unfortunately, #4185 broke static MKL compilation. Originally link lines for static MKL contained /opt/intel/mkl/lib/intel64/libmkl_core.a and this has been changed to -lmkl. For static compilation, the search path is not set, so this fails. (Message: ***configure failed: Cannot validate the MKL switches ***)

This PR fixes this problem and restores the link line to the Intel recommended version for static MKL installation. shared MKL is unaffected.

@kkm000 kkm000 self-requested a review August 21, 2020 00:58
@kkm000
Copy link
Contributor

kkm000 commented Aug 22, 2020

Thanks, a good emergency fix; I'm planning to go on breaking reworking configure anyway.

@kkm000 kkm000 merged commit fcc6a31 into kaldi-asr:master Aug 22, 2020
@kkm000 kkm000 removed their request for review August 22, 2020 19:55
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.

2 participants