Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Releases: JuliaPackaging/BinaryProvider.jl

0.7 updates and LIBRARY_PATH augmentation

05 Mar 20:22
c04792c
Compare
Choose a tag to compare
Merge pull request #44 from JuliaPackaging/sf/oc_cleanup

Output Collector cleanup

Fix Base.stderr/stdout errors

23 Feb 23:37
2fea007
Compare
Choose a tag to compare

Fixes BinaryProvider on 0.7, adds repr() for Products

Allow `install()` to overwrite downloaded tarballs

21 Feb 18:58
73e2215
Compare
Choose a tag to compare

Properly pass force through to download_verify() from within install()

This is a non-breaking change, and addresses issues such as SciML/Sundials.jl#157 (comment)

Loosen type bounds for `write_deps_file()`

20 Feb 02:05
551d3e1
Compare
Choose a tag to compare

Product Rewrite with backwards compatibility

20 Feb 00:39
c7744cf
Compare
Choose a tag to compare

Add compatibility shims to minimize breakage

Product Rewrite

19 Feb 16:40
a4715df
Compare
Choose a tag to compare

Breaking changes to change up Product APIs

Fix Windows CI

07 Feb 22:15
98c14a5
Compare
Choose a tag to compare

Also increase 0.7 compatibility

More output control

05 Feb 09:53
2ca0f33
Compare
Choose a tag to compare

Also some test improvements and 0.7+ compat

Be less stringent on Linux platform triplet parsing

14 Jan 01:29
31bc633
Compare
Choose a tag to compare
Merge pull request #25 from ChrisRackauckas/regex

Fix regex for redhat

New stable release

12 Jan 20:35
Compare
Choose a tag to compare
v0.1.2

Allow `install(...,; ignore_platform=true)` to accept bogus platforms