v0.2.6
版本发布时间: 2020-08-27 02:26:40
JuliaPackaging/BinaryBuilder.jl最新发布版本:v0.5.8(2024-02-17 06:31:27)
BinaryBuilder v0.2.6
Closed issues:
- Warning: Linked library libgomp.1.dylib could not be resolved and could not be auto-mapped (#442)
- local build of
foo_jll
package (#521) - Disable Issues in JuliaBinaryWrapper package repos (#819)
- Unable to run unprivileged containers on this system (#839)
- DirectorySource should have an option not to copy symlinks (#845)
- Wizard fails:
accept_apple_sdk
not defined (#847) - Using Julia_jll gives a weird warning (#854)
- Add a way to adjust the compat entry for Julia in JLL's
Package.toml
(#856) - Weird warning for files whose name ends in "so" (but not ".so") (#857)
- If my library doesn't link to a specific gfortran version but a dependent library does, do I need to
expand_gfortran_versions
? (#860) - ln doesn't support --relative (#862)
- Not finding existing products? (#868)
- Error when opening PR (#870)
- Resolve libresov.so warning (#878)
- [wizard] error adding dependency via bb (#884)
- [wizard] patch not saved to disk (#885)
- Add zst support for archives (#888)
Merged pull requests:
- Return proper error code in all branches of
autobuild()
(#779) (@staticfloat) - Add optional init_block kwarg to build_tarball (#791) (@fingolfin)
- Split BinaryBuilder into multiple modules (#809) (@giordano)
- Fix Yggdrasil clones not updating (#831) (@staticfloat)
- Use script to generate list of instructions (#832) (@giordano)
- [skip travis] Include
BinaryBuilderBase
docstrings (#834) (@giordano) - [skip travis] Expand documentation of build scripts (#835) (@giordano)
- CompatHelper: add new compat entry for "OutputCollectors" at version "0.1" (#836) (@github-actions[bot])
- Automatically remove
_jll
from name of project in Wizard (#837) (@giordano) - Add basic tests for JLL wrappers (#838) (@giordano)
- Do not enable issues in the repositories of the wrappers (#840) (@giordano)
- Add to the JLLs a function to tell whether the current platform is supported (#841) (@giordano)
- Update check of whether user accepts to install macOS SDK (#842) (@giordano)
- Move init of path lists in JLLs to precompile time (#844) (@giordano)
- Add missing import in wizard (#848) (@giordano)
- Fix Wizard's ability to count (#850) (@staticfloat)
- Update building.md (#851) (@matbesancon)
- Pass credentials to Libgit2.fetch in init_jll_package (#855) (@mortenpi)
- Improve local development workflow (#861) (@staticfloat)
- Include build_tarballs --help text in the manual (#867) (@mortenpi)
- Fix minor typo in jll.md (#869) (@nlw0)
- Move part of autobuild() into new get_meta_json() helper (#872) (@fingolfin)
- checking for nothing in deploy (#873) (@matbesancon)
- build_tarballs: fix call to get_meta_json (#874) (@fingolfin)
- Add julia_compat keyword argument to build_tarballs (#875) (@fingolfin)
- Import JSON in Wizard (#876) (@pxl-th)
- Import runshell from BinaryBuilderBase (#881) (@giordano)
- Revert "Move init of path lists in JLLs to precompile time (#844)" (#882) (@giordano)
- Fix OpenLDAPClient_jll problems (#883) (@staticfloat)
- Write patches out to disk when deploying locally in Wizard (#886) (@staticfloat)
- Bump RootFS (#890) (@staticfloat)
- [skip travis] Improve documentation of Override for JLL packages (#892) (@giordano)
- [skip travis] Some improvements to documentation (#894) (@giordano)