Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent cmake from trying to link with system MKL #64

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Prevent cmake from trying to link with system MKL #64

merged 1 commit into from
Dec 16, 2022

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.

None yet

2 participants