-
-
Notifications
You must be signed in to change notification settings - Fork 654
Open
Description
Steps To Reproduce
SageMath 10.7.beta9 does not compile on macOS 15.5 (Sequoia) when doing
./configure --enable-gap_packages --enable-symengine
.
Expected Behavior
Should build.
Actual Behavior
The errors are the following.
qhull: Error installing package qhull-2020-src-8.0.2
symengine: Error installing package symengine-0.11.2
gap_packages: Error installing package gap_packages-4.14.0
(the last error includes a problem with libsemigroups)
Additional Information
No response
Environment
- OS: macOS 15.5 (Sequoia)
- Sage Version: 10.7.beta9
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide