kaleidicassociates / lubeck

High level linear algebra library for Dlang
http://lubeck.libmir.org/
Boost Software License 1.0
66 stars 14 forks source link

Fails to build due to a dub dependency problem #20

Closed PetarKirov closed 5 years ago

PetarKirov commented 5 years ago

This breaks the BuildKite builds for all dlang repos. An example failure: https://buildkite.com/dlang/phobos/builds/878#321a0649-a44d-463b-b358-ee3917549508

Unresolvable dependencies to package mir-core:
--
  | mir-algorithm 3.1.21 depends on mir-core >=0.0.10 <1.0.0
  | mir-random 2.1.5 depends on mir-core ~>0.0.6
  | Unresolvable dependencies to package mir-core:
  | mir-algorithm 3.1.21 depends on mir-core >=0.0.10 <1.0.0
  | mir-random 2.1.5 depends on mir-core ~>0.0.6
ghost commented 5 years ago

It looks like a DUB bug. There are 3 mir-core tags satisfying both >=0.0.10 <1.0.0 and ~>0.0.6 :

9il commented 5 years ago

Thanks for the report. Should work now