v0.5.6
版本发布时间: 2022-10-16 18:47:00
JuliaPackaging/BinaryBuilder.jl最新发布版本:v0.5.8(2024-02-17 06:31:27)
BinaryBuilder v0.5.6
Closed issues:
- build_tarballs with --deploy="user/mylib_jll.jl" leads to
device_flow_disabled
error when authenticating with GitHub (#1189) - Inconsistent version of dependency (#1210)
- Dynamic Loader (ELF interpreter) not working under NixOS (#1214)
- Build jll error (#1217)
- libblastrampoline.so.5 not found (#1221)
- Question: build script for C library that uses Premake instead of CMake? (#1224)
- CMAKE_CXX_STANDARD=14 leads to -std=c++1y instead of -std=c++14 when compiling ROOT (#1226)
- Builds for macOS are not reproducible (#1230)
- Builds for Windows are not reproducible (#1232)
Merged pull requests:
- Sort architecture lists in output (#1213) (@eschnett)
- [docs] Update
${prefix}/include
to say${includedir}
(#1216) (@dannys4) - Support for HTTP.jl 1.0 release (#1220) (@quinnj)
- [CI] Update Manifest.toml (#1222) (@giordano)
- [AutoBuild] Disallow prerelease numbers in versions of JLLs (#1223) (@giordano)
- [AutoBuild] Split log files into a separate tarball (#1229) (@giordano)
- Load top-level dependencies in the main source file (#1231) (@vchuravy)
- [docs] Add section about reproducibility (#1233) (@giordano)
- Add tests to ensure reproducibility on more platforms (#1234) (@giordano)
- [docs] Add tip about
posix_memalign
not working on Musl (#1236) (@giordano)