-
-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #29706: Move Extension options from src/module_list.py to "distu…
…tils:" directives in the individual files (part 1 - some packages without OptionalExtensions) This simplifies `src/module_list.py` a lot. This is preparation for splitting sagelib into separate distutils packages. Follow-up tickets take care of the remaining packages; in the end, in #29701, `src/module_list.py` will no longer be used, and in another follow-up ticket, it will disappear completely: - #29720: Move `Extension` options ... (part 2 - `OptionalExtension`s) - #29785: Move `Extension` options ... (part 3: Get rid of `uname_specific`) - #29786: Move `Extension` options ... (part 4: `sage.rings`) - #29790: Move `Extension` options ... (part 5: `sage.graphs`) - #29791: Move `Extension` options ... (part 6: last) - #29721: takes care of `sage.libs.coxeter3` - #29701: takes care of `sage.graphs.graph_decompositions` URL: https://trac.sagemath.org/29706 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Jonathan Kliem, John Palmieri
- Loading branch information
Showing
40 changed files
with
159 additions
and
337 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# distutils: language = c++ | ||
# distutils: libraries = gmp m ntl | ||
""" | ||
Elements of Quaternion Algebras | ||
|
Oops, something went wrong.