-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Description
Environment
- **OS**: macOS Sonoma 14.2.1
- **Sage Version**: 10.3.beta6
Steps To Reproduce
git clone https://github.com/sagemath/sage.git sage-test && cd sage-test
- Install all packages suggested here
export SAGE_ROOT=`pwd`
export MAKE="make -j4"
source ./.homebrew-build-env
make configure
./configure
make
Config log
Package logs
Additional Information
I think that this is closely related to issue #31905, which has been closed, but it seems not to be fully resolved.
I also tried building with the environment variables CVXOPT_SUITESPARSE_INC_DIR
and CVXOPT_SUITESPARSE_LIB_DIR
set to homebrew path of suite-sparse, but that didn't solve the issue either.
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