Releases: JuliaPackaging/BinaryBuilder.jl
Releases · JuliaPackaging/BinaryBuilder.jl
v0.5.4
BinaryBuilder v0.5.4
Closed issues:
- inconsistent git clone behaviour (#1202)
Merged pull requests:
- [Wizard] Use
BinaryBuilderBase.cached_git_cloneto clone git repo (#1203) (@giordano) - Strip URL parameters from names on disk (#1204) (@staticfloat)
- list supported triplets in --help (#1205) (@sjkelly)
- [Auditor] Ignore more system libraries (#1206) (@giordano)
- [Auditor] Add a bunch of macOS libraries/frameworks to be ignored (#1207) (@giordano)
v0.5.3
BinaryBuilder v0.5.3
Closed issues:
- Set lazy=true when using platform augmentation (#1179)
- Building a library with optional AVX2 support (#1187)
Merged pull requests:
- Support augment_platform in BB (#1128) (@vchuravy)
- [Auditor] Add more ignored libraries (#1169) (@giordano)
- Fix typo in
docs/src/jll.md(#1172) (@Moelf) - add command line option for skipping audit (#1174) (@simeonschaub)
- Fix hanging tests (#1175) (@giordano)
- hotfix: Make sure that
.in platform doesn't lead to confusion (#1177) (@vchuravy) - Pass augment_platform_block into build_project_dict (#1180) (@vchuravy)
- [Auditor] Fix path normalisation for rpaths (#1186) (@giordano)
- [Auditor] Add more ignored libraries (#1188) (@giordano)
- [AutoBuild] Make artifacts lazy by default if augmenting platform (#1190) (@giordano)
- [AutoBuild] Fix default value of
lazy_artifacts(#1191) (@giordano) - Re-export
expand_microarchitecturesandos(#1192) (@giordano) - [Docs] Fix typo in build tips (#1195) (@jeremiahpslewis)
- [Audit] Ignore more system libraries (#1196) (@giordano)
- [AutoBuild] Fix typo in genereated README file (#1198) (@giordano)
- [Auditor] Deal with symlinked libtool files (#1199) (@giordano)
- [Auditor] Ignore more system libraries (#1200) (@giordano)
- [Auditor] Ignore yet more system libraries (#1201) (@giordano)
v0.5.2
v0.5.1
BinaryBuilder v0.5.1
Closed issues:
- Autobuild package does not use correct Julia compat version (#1160)
Merged pull requests:
- docs: don't mention *_splitpath (no longer exists) (#1155) (@fingolfin)
- README.md: update latest -> dev in doc URLs (#1156) (@fingolfin)
- [AutoBuild] Fix initial value of
products_info(#1159) (@giordano) - [Autobuild] Propagate
julia_compatfor --deploy mode (#1161) (@jeremiahpslewis) - call out bug tracker in generated README more clearly (#1164) (@sjkelly)
- Release v0.5.1 (#1165) (@giordano)
v0.5.0
BinaryBuilder v0.5.0
Closed issues:
- [Wizard] Be able to cancel the provision of URL for additional sources (#1083)
- Feature: Autodiscover and add
*.logbuild log file paths when debug shell starts (#1149)
Merged pull requests:
- [Wizard] Provide a way to to cancel the provision of URL for additional sources (#1100) (@gbaraldi)
- Require Julia v1.7 (#1150) (@giordano)
- Update Github.jl to min ver 5.7.2 (#1153) (@jeremiahpslewis)
- [Autobuild] Add log file prompt (#1154) (@jeremiahpslewis)
v0.4.8
v0.4.7
BinaryBuilder v0.4.7
Closed issues:
- [wizard] source archive files with same name returns unknown archive format error (#1092)
- [wizard] automatically sort product array (#1109)
- BinaryBuilder does not cross-compile for Apple ARM64 macOS systems (#1135)
- Unable to install BinaryBuilder on Julia 1.7.1 macOS ARM (M-series Processor) (#1144)
Merged pull requests:
- modify check for existing files that properly splits name and extension (#1094) (@Crghilardi)
- [wizard] add sort step to products array writing (#1116) (@Crghilardi)
- [Docs] Document platform-dependent dependencies (#1146) (@giordano)
- [Docs] Mention new officially supported platforms (#1147) (@giordano)
- [Wizard] Automatically replace version number in URLs with
$(version)(#1148) (@giordano)
v0.4.6
BinaryBuilder v0.4.6
Closed issues:
- How can I run
juliain a BinaryBuilder script? (#1134)
Merged pull requests:
v0.4.5
BinaryBuilder v0.4.5
Closed issues:
- Check package name earlier (#1108)
- Cannot install BinaryBuilder on Julia 1.7 (#1130)
- Set
lock_microarchitecture=falseas default for rust builds using the wizard (#1131) - Fictional UUID created for non JLL package (#1132)
- Dead link in documentation (#1136)
Merged pull requests:
- [Docs] Suggest using release build type for Meson (#1122) (@giordano)
- [Docs] Add installation tips about Rust and Go (#1123) (@giordano)
- [docs] explain use of Preferences.jl to override JLL (#1126) (@odow)
- [AutoBuild] Implement platform-dependent dependencies in JLLs (#1129) (@giordano)
- Allow for non jll dependencies (#1133) (@vchuravy)
- update dead link in documentation (#1137) (@dpo)
- make a global variable const (#1139) (@KristofferC)
- improve performance of instruction set checker (#1140) (@KristofferC)
v0.4.4
BinaryBuilder v0.4.4
Closed issues:
Merged pull requests: