v0.2.3
版本发布时间: 2020-02-13 10:08:42
JuliaPackaging/BinaryBuilder.jl最新发布版本:v0.5.8(2024-02-17 06:31:27)
BinaryBuilder v0.2.3
Closed issues:
- updating to v1.3.0: Unable to automatically install 'OpenSpecFun' (#527)
- PROJ_jll-v6.2.1+0 has cxxstring ABI issues that are not caught in an audit pass (#539)
- Audit should check if a library depends on troublesome system libraries (#591)
-
Chemfiles-v0.9.2+0
makes Julia crash on 64-bit Windows (#603) - Something wrong with cmake/binutils/ar leading to plugin error (#614)
- MKL hash mismatch (#618)
-
expand_cxxstring_abis
for FreeBSD and MacOS (#621) - Overhaul of sources and dependencies (#634)
- Disallow build numbers in
src_version
(#636)
Merged pull requests:
- Allow selection of compilers in the wizard (#553) (@giordano)
- Avoid blank line when there are no dependencies (#594) (@giordano)
- Setup dependencies that match the GCC ABI of the compiler (#604) (@giordano)
- Stop compilers from using known unsafe options (#610) (@giordano)
- Add audit check about troublesome libraries (#611) (@giordano)
- Add audit pass to check OS/ABI for FreeBSD libraries (#612) (@giordano)
- Add keyword argument
lazy_artifacts
forbuild_tarballs()
(#613) (@giordano) - Bump
PlatformSupport
to fixcmake
trying to usegcc-ar
instead ofar
(#615) (@staticfloat) - Fix dead
cxxstring_abi
code paths (#616) (@staticfloat) - Upgrade dependencies, add compatibility for Julia 1.4+ (#617) (@staticfloat)
- Fix suggestion to use expand_cxxstring_abis (#620) (@maleadt)
- Add to documentation list of supported platforms and their triplets (#622) (@giordano)
- Simplify
preferred_libgfortran_version
andpreferred_cxxstring_abi
(#623) (@giordano) - Write to the generated README the actual list of products (#626) (@giordano)
- Fix warning about already existing symlink when mounting depende… (#629) (@giordano)
- Reverse the order of LLVM compilers proposed in the wizard (#633) (@giordano)
- Disallow
src_version
with build number already specified (#637) (@staticfloat) - Update
.travis.yml
syntax (#638) (@staticfloat) - Add cxxstringabi mismatches to tests and $CC -lgfortran tests (#640) (@staticfloat)
- Bump RootFS (#641) (@staticfloat)
- Cleanup auditing a bit (#642) (@staticfloat)
- Add custom types for sources and dependencies (#643) (@giordano)
- Add
bb_full_target
within the build environment. (#644) (@staticfloat) - Bump RegistryTools again (#648) (@staticfloat)
- Add compatibility hack for
arm-linux
->armv7l-linux
renaming. (#649) (@staticfloat) - Add compat shim for Pkg on registration (#650) (@staticfloat)
- Add SnoopCompile precompilation harness (#651) (@staticfloat)
- Add functions for JSON serialise and deserialise dependencies (#652) (@giordano)
- Run Travis only on specific branches (#654) (@giordano)
- Install TagBot as a GitHub Action (#655) (@JuliaTagBot)
- Fix building of project dict for registration (#656) (@giordano)
- Fix
get_next_wrapper_version
in Julia v1.4 (#657) (@giordano) - Fix ccall arguments in example usage (#659) (@laborg)
- Fix error in local registration/deployment (#661) (@laborg)
- Check the string of the URL, not its representation (#662) (@giordano)
- Fix JLL package generation on ARM (#663) (@staticfloat)
- Fix
ExecutableProduct
wizard generation trying to usedir_path
kwarg (#664) (@staticfloat) - Update dependencies (#665) (@giordano)
- Don't allow invalid identifiers in the wizard (#666) (@staticfloat)
-
remoteurl
seems to disable fetching, for some reason. (#667) (@staticfloat)