Skip to content

Long compilation times for 0.7.0 #109

@SkBlaz

Description

@SkBlaz

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions