-
-
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
sage.features.lrs: Make it a JoinFeature of Lrs, LrsNash; use Executable.absolute_filename #33466
Comments
Dependencies: #31296 |
Commit: |
This comment has been minimized.
This comment has been minimized.
Last 10 new commits:
|
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:12
Rebased |
Reviewer: Sébastien Labbé |
comment:13
All tests pass for me for the modified files with and without optional package |
comment:14
Also, here is what I get:
|
comment:15
Thank you! |
Changed branch from u/mkoeppe/sage_features_lrs__make_it_a_joinfeature to |
... as suggested in #33167 comment:4
Then use
Lrs().absolute_filename()
and
LrsNash().absolute_filename()
(see #31296).This makes these parts of the Sage library fully functional even when not being run from within sage-env (which sets
PATH
). To test this on a system without system lrslib installed, aftersage -i lrslib
:Depends on #31296
CC: @mwageringel @seblabbe @dimpase @saraedum @dcoudert @kliem
Component: refactoring
Author: Matthias Koeppe
Branch/Commit:
b65f6a6
Reviewer: Sébastien Labbé
Issue created by migration from https://trac.sagemath.org/ticket/33466
The text was updated successfully, but these errors were encountered: