Changes between Version 1 and Version 2 of Ticket #61384, comment 14
- Timestamp:
- Nov 20, 2020, 8:56:38 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61384, comment 14
v1 v2 4 4 5 5 My build of SageMath failed without Homebrew gcc10, because something in building NumPy did not work correctly with the ancient factory installed Xcode build system. I think it would be great to see SageMath supported at MP. Maybe just tweaking the config file might work, but the source repo does not include a config. You have to issue "make config" first. I'm thinking, this will be hairy to port. I thought Sage is supposed to build its gcc if one is not found, but this did not happen for me. 6 7 SageMath is very tightly connected to a particular Python installation, I think.