Skip to content

Long compilation times for 0.7.0 #109

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

Open
SkBlaz opened this issue Mar 19, 2023 · 1 comment
Open

Long compilation times for 0.7.0 #109

SkBlaz opened this issue Mar 19, 2023 · 1 comment

Comments

@SkBlaz
Copy link

SkBlaz commented Mar 19, 2023

Hi! First off, great library/project, awesome work.

I'm writing with an issue we recently observed - it's an issue related to an older version of this library (0.7.0); the dependency considered is as follows:

intel-mkl-src = {version= "0.7.0", default-features = false, features=["download", "mkl-static-lp64-seq"]}

What happens is the cargo build seems to get stuck on step 52, example output

 Compiling intel-mkl-src v0.7.0+mkl2020.1
    Building [========================>  ] 52/55: intel-mkl-src(build) 

This has been taking for hours at this point. Have two questions:

  1. Should we migrate to >0.8.0, as it seems if we omit the download flag in dependency, it works (fast).
  2. Was there any recent change that caused this behavior for 0.7.0 - would like to better understand this behavior.

Appreciate the help, thanks!

@cnlancehu
Copy link

same problem, but after you install Intel oneAPI Math Kernel Library, it could compile normally
image

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

No branches or pull requests

2 participants