You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% brew info singular
[…]
/opt/homebrew/Cellar/singular/4.3.2p2
[…]
% ./configure
[…]
singular: using system package; SPKG will not be installed
[…]
% make
[…]
% make ptestlong
[…]
%
With ./configure --without-system-singular ("standard, SPKG version 4.3.1p3 will be installed") none of the above 7 issues appears. See SageMath_10.1.beta6_Singular_SPKG.txt.
For the time being, should Homebrew's Singular be ignored and the SPKG be built?
Should our configure be modified?
The text was updated successfully, but these errors were encountered:
Should we close either this or #35273 (I don't care which)? This one is a bit more complete (including issue 1 about opening a web page during configure) and is focused on Singular.
I think that we should disallow homebrew's Singular. I also wonder what will go on if Sage packages version 4.3.2.p2 — see #35676.
Is there an existing issue for this?
Did you read the documentation and troubleshoot guide?
Environment
Steps To Reproduce
Expected Behavior
All tests passed!
Actual Behavior
./configure
unexpectedly opens the URLhttps://www.singular.uni-kl.de/Manual/4-3-2/
in one or more browsers.
make ptestlong
gives (among other things):Additional Information
See SageMath_10.1.beta6_Singular_Homebrew.txt.
With
./configure --without-system-singular
("standard, SPKG version 4.3.1p3 will be installed") none of the above 7 issues appears. See SageMath_10.1.beta6_Singular_SPKG.txt.For the time being, should Homebrew's Singular be ignored and the SPKG be built?
Should our
configure
be modified?The text was updated successfully, but these errors were encountered: