Skip to content

Prevent cmake from trying to link with system MKL#64

Merged
csukuangfj merged 1 commit intocsukuangfj:masterfrom
trunglebka:master
Dec 16, 2022
Merged

Prevent cmake from trying to link with system MKL#64
csukuangfj merged 1 commit intocsukuangfj:masterfrom
trunglebka:master

Conversation

@trunglebka
Copy link
Contributor

@trunglebka trunglebka commented Dec 16, 2022

If a computer has mkl installed in default location (/opt/intel/.../mkl) and this location is not in library search path, the build process will be failed due to pytorch cmake config.
This will prevent cmake from searching for system MKL since it is installed alongside with pytorch already

This commit will solve this issue: #63

@csukuangfj
Copy link
Owner

Thanks for your contribution!

@csukuangfj csukuangfj merged commit 749eff9 into csukuangfj:master Dec 16, 2022
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