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

Releases: JuliaPackaging/BinaryProvider.jl

v0.5.10

23 May 02:30
Compare
Choose a tag to compare
Release v0.5.10

v0.5.9

29 Apr 18:45
1b8031a
Compare
Choose a tag to compare
Merge pull request #192 from JuliaPackaging/mg/fix-write-deps-isolation

v0.5.8

05 Nov 07:49
v0.5.8
Compare
Choose a tag to compare

v0.5.7

25 Oct 23:02
v0.5.7
Compare
Choose a tag to compare

v0.5.7 (2019-10-25)

Diff since v0.5.5

Closed issues:

  • Wrong download-path for FFTW? (#182)
  • Control what is added to the library path (#180)
  • Problems with build.jl from BinaryBuilder (#176)
  • New release (#169)
  • Busybox tar does not support requested options (#162)
  • Symlink warning on Windows 10 (#149)

v0.5.5

03 Jul 08:43
v0.5.5
Compare
Choose a tag to compare

v0.5.5 (2019-07-03)

Diff since v0.5.4

Closed issues:

  • Symbolic links on Windows (#123)
  • Add proxy support to download function (PlatformEngines.jl::255+) (#122)

Merged pull requests:

v0.5.4

30 Apr 05:38
24cf9b9
Compare
Choose a tag to compare
Add Project.toml, delete REQUIRE (#160)

Bugfix release

21 Nov 10:10
241bdc4
Compare
Choose a tag to compare
  • Fix API of choose_download to return nothing (#134)

  • Use SYSTEMROOT env variable for powershell detection (#135)

  • add extra dirname to get correct package_name (#137)

  • Add :gcc5 and :gcc6 as valid GCC choices for future-proofing (#139)

Fix issue #121

14 Oct 15:00
Compare
Choose a tag to compare
Fix issue #121 (#125)

Fix issue #121

Change `detect_libcxx_abi()` to return `:gcc_any` and just throw a warning instead of an error when it can't find symbols properly.

Small fixes

03 Oct 14:07
Compare
Choose a tag to compare

This release allows users with "split LLVM" installs (e.g. not a single, monolithic libLLVM but rather many smaller shared libraries) to be able to do cxx11 string ABI checks.

Compiler ABI release

21 Sep 19:50
Compare
Choose a tag to compare

This release adds significant new functionality in the form of the CompilerABI abstraction, which allows us to choose a download based on the GCC version that was used to build Julia.