[sage-devel] Re: Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-14 Thread John H Palmieri
Actually, I can't recommend having Sage build its own Python. I get failures with several packages (gmpy2, markupsafe, cython) of this sort: Successfully built gmpy2 ... ERROR: gmpy2-2.1.0b5-cp38-cp38-macosx_10_9_x86_64.whl is not a supported wheel on this platform. On Monday, December 14,

[sage-devel] Re: Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-14 Thread John H Palmieri
Maybe something is going wrong with using the homebrew version of Python — some conflict somewhere — so could you try make distclean ./configure --with-system-python3=no make (I'm having different problems with the system python: see my posts about MACOSX_DEPLOYMENT_TARGET.) -- John On

[sage-devel] MACOSX_DEPLOYMENT_TARGET problems

2020-12-14 Thread John H Palmieri
I am having problems building Sage with a recently updated homebrew Python 3.9 on OS X Big Sur, apparently because it sets MACOSX_DEPLOYMENT_TARGET to 11. (Insert Spinal Tap joke here.) If you run `brew update` on Big Sur, I'm guessing that you will run into this. - There is a problem because

[sage-devel] Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-14 Thread Pierre Vanhove
Hello, Sage 9.2 fails to build because of cysignals on macos 10.15.7 Error installing package cysignals-1.10.2 I had been able to build Sage 9.2 from source when it came out. Then I tried to install the optional package sirocco, the -i optional failed, so I used -p and tried to rebuild sage