Skip to content

Fix installation of domain libraries

Compare
Choose a tag to compare
@pmeier pmeier released this 23 Aug 17:29
030771d

This release contains two bug fixes:

  1. The precedence of the AnyBackend, i.e. a package that can run on any backend since it contains no compiled code, over the other backends lead to installing very old versions in case the library provided non-compiled binaries at first. #37 fixes this.
  2. The version comparison to select the best installation candidate was based on string comparison, which leads to false results in case one part of the version crosses the single digit threshold. This was fixed in #38.