Changes between Initial Version and Version 1 of Ticket #30651, comment 53
- Timestamp:
- Jan 3, 2021, 9:39:29 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30651, comment 53
initial v1 1 1 I noticed this morning that homebrew had updated their gcc. With the newest gcc formula you still need 2 2 3 MACOSX_DEPLOYMENT_TARGET=11. 1make scipy3 MACOSX_DEPLOYMENT_TARGET=11.0 make scipy 4 4 5 5 in order for scipy to build, but now if you do 6 6 7 MACOSX_DEPLOYMENT_TARGET=11. 1./sage -t src/sage/misc/inline_fortran.py7 MACOSX_DEPLOYMENT_TARGET=11.0 ./sage -t src/sage/misc/inline_fortran.py 8 8 9 9 then the tests all pass.