v0.2.4
版本发布时间: 2020-03-24 05:05:51
JuliaPackaging/BinaryBuilder.jl最新发布版本:v0.5.8(2024-02-17 06:31:27)
BinaryBuilder v0.2.4
Closed issues:
- Automatically generate diff of any source files (#125)
- Add an option to not unpack sources. (#308)
- Track dependency on libgomp (#448)
- Check if the tag is already existing before attempting new registration and upload of artifacts (#554)
- Be more parallel (#565)
- Tests are failing on Julia nightly (#582)
- Tag a new release of BinaryBuilder? (#586)
- Symlinks generated with builder paths (#672)
- Entering product names is annoying (#677)
- Audit test is unreliable (#686)
Merged pull requests:
- Add ArchiveSource type (#671) (@giordano)
- Fix link creation in
symlink_soname_lib
(#674) (@giordano) - Do not replace existing artifacts (#676) (@giordano)
- Diff source tree after interactive build (#678) (@Keno)
- Teach
rebuild_jll_package()
to restrain itself from downloading GH releases (#680) (@staticfloat) - Wizard: Don't ignore error paths (#681) (@Keno)
- If we can't get the
gitsha
, then return the tree hash (#682) (@staticfloat) - Factor out some
build_tarball
inner functions (#688) (@pabloferz) - Update travis configuration to match comments (#690) (@Keno)
- Remove audit test that would fail on some systems (#691) (@giordano)
- Check license file in the wizard (#692) (@giordano)
- Fix filtering of armv7l platforms in JLL wrappers for Julia v1.3 (#695) (@giordano)
- Fix compatibility with Julia v1.4 (#696) (@giordano)
- Add
-Wno-unused-command-line-argument
toclang
wrapper (#697) (@staticfloat) - Add basic support for macOS frameworks (#698) (@barche)
- Add an audit warning if a package doesn't depend on CSL when it should (#699) (@giordano)
- Dlopen flags 2 (#701) (@barche)
- Dereference symlinks when copying
DirectorySource
s (#703) (@staticfloat) - Work around symlink loop bug (#704) (@staticfloat)
- Bump powerpc64le shards to require only glibc 2.17 (#705) (@staticfloat)
- Handling of github token when uploading releases (#706) (@MaximeBouton)
- Fix warning about libgomp (#707) (@giordano)
- Add warning messages about deadlinks (#708) (@staticfloat)
- Fix
dlopen_flags_str
(#710) (@giordano) - Fix warning about dead symlinks (#711) (@giordano)
- Allow registering versions older than existing ones (#712) (@giordano)
- Comment out extraneous
resolve_versions!()
(#713) (@staticfloat) - Cleanup distinction between "default" and "ignore" libraries (#715) (@staticfloat)
- Record compat info when registering packages (#716) (@staticfloat)
- Support setting both
version
andtree_hash
in our package spec's (#717) (@staticfloat)