Releases: alisw/alibuild
v1.10.2
This release includes the same changes as v1.10.2.rc1
, but they've been tested more thoroughly and are working.
Mainly, the handling of rebuilds when multiple development packages are present locally has been improved.
What's Changed
- Fix variable name in storeHashes by @TimoWilken in #749
- Rebuild dev packages incrementally when other dev package changes by @TimoWilken in #751
Full Changelog: v1.10.1...v1.10.2
v1.10.2.rc1
This prerelease fixes aliBuild's rebuild behaviour when using multiple development packages.
What's Changed
- Fix variable name in storeHashes by @TimoWilken in #749
- Rebuild dev packages incrementally when other dev package changes by @TimoWilken in #751
Full Changelog: v1.10.1...v1.10.2.rc1
v1.10.1
This is a bugfix release for an issue with the handling of packages disabled on some architectures.
What's Changed
- Update Documentation by @ktf in #746
- Improve reference documentation by @TimoWilken in #747
- Avoid overriding the disable packages by @ktf in #748
Full Changelog: v1.10.0...v1.10.1
v1.10.0
This release changes aliBuild's behaviour when rebuilding development packages. Previously, nothing that depended on the package was rebuilt. With this release, those packages are rebuilt.
If you're developing O2 and have previously built O2Physics, but you don't want to rebuild O2Physics this time, then run:
$ aliBuild build --defaults ... O2
...after which, the existing O2Physics build will refer to the newly rebuilt O2.
Additionally, this release contains performance improvements and bug fixes; see below for details.
What's Changed
- Use a connection pool for HTTP remote stores by @TimoWilken in #741
- Use GIT_DIR rather than cd by @ktf in #742
- Rebuild later packages if dev package changes by @TimoWilken in #739
- Provide more debugging information in the package spec by @ktf in #743
- Introduce support for plugins by @ktf in #744
Full Changelog: v1.9.9...v1.10.0
v1.9.9
This release fixes a bug with relocation on Mac ARM platforms where multi-arch binaries are built.
What's Changed
- AliBuild recipes - documentation Reference.md by @maireiphc in #736
- Fix otool invocation for multi-arch binaries by @TimoWilken in #737
Full Changelog: v1.9.8...v1.9.9
v1.9.8
This is a bugfix release for running under python3.6.
What's Changed
- Fix encoding error in alibuild_helpers.cmd.execute by @TimoWilken in #734
Full Changelog: v1.9.7...v1.9.8
v1.9.7
What's Changed
- Change confusing warning message when no tarball is found by @TimoWilken in #732
- Make getstatusoutput behaviour match library function by @TimoWilken in #733
Full Changelog: v1.9.6...v1.9.7
v1.9.6
What's Changed
- Fix encoding errors from getstatusoutput by @TimoWilken in #731
- Cleanup INSTALLROOT by @TimoWilken in #730
Full Changelog: v1.9.5...v1.9.6
v1.9.5
What's Changed
- Fix relocation of libs with multiple LC_RPATH entries by @TimoWilken in #727
- Improve command-line argument documentation by @TimoWilken in #723
- Use host network for Docker builds, and no network for system checks by @TimoWilken in #729
Full Changelog: v1.9.3...v1.9.5
v1.9.5.rc1
This pre-release contains Docker-related improvements for aliBuild
and aliDoctor
.