Changes between Version 1 and Version 2 of Ticket #30610
- Timestamp:
- Sep 22, 2020, 4:17:04 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30610 – Description
v1 v2 1 OpenBLAS fails to build with Xcode 12 (as can be seen for example in https://github.com/mkoeppe/sage/runs/1141519170). Partial fix at https://github.com/xianyi/OpenBLAS/issues/2805, but this does not appear to completely solve the problem. 1 OpenBLAS fails to build with Xcode 12 (as can be seen for example in https://github.com/mkoeppe/sage/runs/1141519170). The fix at https://github.com/xianyi/OpenBLAS/issues/2805, more precisely, 2 https://github.com/xianyi/OpenBLAS/pull/2808 - and can be backported to 0.3.9 or 0.3.10. 2 3 3 4 This is marked critical, not a blocker, since there is a workable homebrew package that can be used instead.