-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass --with-python=sage-python23 to Singular configure #28676
Comments
comment:2
This is a problem for anyone who has a With the simple patch on this ticket, in a Python 3 build of Sage, this now gives:
New commits:
|
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Commit: |
comment:3
Looks good to me. As far as I understand, it has no effect on sagelib, only on possible use of Singular's python interface outside of sagelib. |
Reviewer: Dima Pasechnik |
comment:4
Yes, there are no effects on sagelib. And as I remember py3 is not supported, so this interface will probably just die since upstream doesn't seem to be interested in porting it to a more recent python. Not that we should care. |
Changed branch from u/mkoeppe/singular-configure-python to |
comment:6
Follow up in #25993 - where we change it to |
Changed commit from |
Either singular should depend on the python package
or
--without-python
should be passed toconfigure
. Otherwise the configure script may find some unexpected python version.See sage-release discussion:
CC: @isuruf @slel @dimpase
Component: build
Keywords: Singular
Author: Matthias Koeppe
Branch:
68327e9
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/28676
The text was updated successfully, but these errors were encountered: