rust-math / intel-mkl-src

Redistribute Intel MKL as a crate
Other
78 stars 22 forks source link

Bump zstd's version to 0.6.1 #57

Closed bytesnake closed 3 years ago

bytesnake commented 3 years ago

I need a newer version for the zstd dependency in my tree because of polars:

error: failed to select a version for `zstd-sys`.
    ... required by package `zstd-safe v2.0.5+zstd.1.4.5`
    ... which is depended on by `zstd v0.5.3+zstd.1.4.5`
    ... which is depended on by `intel-mkl-tool v0.2.0+mkl2020.1`
    ... which is depended on by `intel-mkl-src v0.6.0+mkl2020.1`
    ... which is depended on by `linfa v0.3.1 (/home/lorenz/Documents/projects/linfa)`
    ... which is depended on by `linfa-bayes v0.3.1 (/home/lorenz/Documents/projects/linfa/algorithms/linfa-bayes)`
versions that meet the requirements `=1.4.17` are: 1.4.17+zstd.1.4.5

the package `zstd-sys` links to the native library `zstd`, but it conflicts with a previous package which links to `zstd` as well:
package `zstd-sys v1.4.19+zstd.1.4.8`
    ... which is depended on by `zstd-safe v3.0.0+zstd.1.4.8`
    ... which is depended on by `zstd v0.6.0+zstd.1.4.8`
    ... which is depended on by `parquet v3.0.0`
    ... which is depended on by `polars-core v0.12.0`
    ... which is depended on by `polars v0.12.0`
    ... which is depended on by `linfa v0.3.1 (/home/lorenz/Documents/projects/linfa)`
    ... which is depended on by `linfa-bayes v0.3.1 (/home/lorenz/Documents/projects/linfa/algorithms/linfa-bayes)`