Changes between Version 10 and Version 11 of Ticket #27215
- Timestamp:
- 03/11/19 14:11:09 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27215 – Description
v10 v11 1 1 The environment variable `SAGE_BUILD_TOOLCHAIN` has always been a bit of a hack. It is currently broken (probably due to #24919): imagine a system where the `gcc` Sage package is installed. If `mpir` is upgraded, then `mpir` is rebuilt (as dependency of `gcc`) with `SAGE_BUILD_TOOLCHAIN` but there is nothing forcing a second build of `mpir`. 2 2 3 Instead of trying to fix `SAGE_BUILD_TOOLCHAIN`, we just stop supporting it: toolchain packages are now built just like any other package.3 Instead of trying to fix `SAGE_BUILD_TOOLCHAIN`, we just stop supporting it: toolchain packages are now built once just like any other package.