-
-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #33167: Improve is_functional of lrs feature
From https://trac.sagemath.org/ticket/33101#comment:3 : "''This was after a distclean. I had not explicitly installed lrslib, it was on the system. If I understand the config.log correctly, the system lrslib was not accepted by Sage. Yet, ptestlong runs the optional lrslib tests.''" {{{ ## ------------------------------------------------------- ## ## Checking whether SageMath should install SPKG lrslib... ## ## ------------------------------------------------------- ## configure:30190: checking whether any of gmp flint is installed as or will be installed as SPKG configure:30194: result: yes; install lrslib as well configure:30296: no suitable system package found for SPKG lrslib }}} ---- In this ticket, we add to the `is_functional` method a check corresponding to the check made in `build/pkgs/lrslib/spkg-configure.m4` so that if `lrslib` is not picked up by sagemath at configuration/build time, then it is not picked up by sagemath at runtime or during doctests. URL: https://trac.sagemath.org/33167 Reported by: slabbe Ticket author(s): Sébastien Labbé, Markus Wageringel Reviewer(s): Matthias Koeppe
- Loading branch information
Showing
2 changed files
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters