Skip to content

Releases: alisw/alibuild

v1.10.2

31 Mar 14:23
3538313
Compare
Choose a tag to compare

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

Full Changelog: v1.10.1...v1.10.2

v1.10.2.rc1

29 Mar 12:50
3538313
Compare
Choose a tag to compare
v1.10.2.rc1 Pre-release
Pre-release

This prerelease fixes aliBuild's rebuild behaviour when using multiple development packages.

What's Changed

Full Changelog: v1.10.1...v1.10.2.rc1

v1.10.1

10 Feb 09:42
cc2ff81
Compare
Choose a tag to compare

This is a bugfix release for an issue with the handling of packages disabled on some architectures.

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

08 Feb 10:32
61ccf36
Compare
Choose a tag to compare

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

19 Jan 15:43
edf85a6
Compare
Choose a tag to compare

This release fixes a bug with relocation on Mac ARM platforms where multi-arch binaries are built.

What's Changed

Full Changelog: v1.9.8...v1.9.9

v1.9.8

06 Dec 11:50
969085a
Compare
Choose a tag to compare

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

03 Dec 10:17
b8139bf
Compare
Choose a tag to compare

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

02 Dec 12:52
3c66dfb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.5...v1.9.6

v1.9.5

01 Dec 13:23
Compare
Choose a tag to compare

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

30 Nov 11:10
Compare
Choose a tag to compare
v1.9.5.rc1 Pre-release
Pre-release

This pre-release contains Docker-related improvements for aliBuild and aliDoctor.