-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Move Extension options from src/module_list.py to "distutils:" directives in the individual files (part 1 - some packages without OptionalExtensions) #29706
Comments
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: Matthias Koeppe |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:10
Aren't all these |
comment:11
I would guess so but would prefer to do that on a different ticket |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:14
Isn't -# distutils: sources = sage/geometry/triangulation/base.pyx sage/geometry/triangulation/functions.cc sage/geometry/triangulation/data.cc sage/geometry/triangulation/triangulations.cc
+# distutils: sources = sage/geometry/triangulation/functions.cc sage/geometry/triangulation/data.cc sage/geometry/triangulation/triangulations.cc Same thing in
I think you missed this one. At least I don't find the corresponding file in the diffs.
I don't understand (this is probably reasonable, but I don't have any knowledge about that)
Everything else looks great to me. However, I didn't test anything yet. |
Changed keywords from none to sd109 |
comment:16
Replying to @kliem:
Quite possible on both of these. If you have time to test and make these fixes, that would be great!
I don't understand it either, I only it moved it there from its origin. It's quite likely that it is outdated - this should be addressed on a separate ticket. |
comment:17
Ok. I'm testing it now both locally and with github actions. |
comment:18
It all worked on my end ( Testing it on github reavealed some strange error with debian buster standard. https://github.com/kliem/sage-test-27122/runs/722743115
How come |
comment:19
I also see this kind of strange error on GH Actions on buster. Perhaps the buster image used is faulty? |
comment:20
Also happens on ubuntu bionic and linuxmint 19. Overall the testing experience is awful at the moment and it appears to have nothing to do with this ticket: https://github.com/kliem/sage-test-27122/actions/runs/119764262 Except for ubuntu focal and eoan and debian bullseye and sid (all standard not minimal) nothing passes within 6 hours and many failures. |
Changed branch from |
Commit: |
comment:42
That fix looks plausible to me. Last 10 new commits:
|
comment:45
Thanks! |
comment:46
Still getting on OSX:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:48
Sorry, here's another fix. |
comment:49
Any suggestions for how to reproduce the error? I've tried using the previous version of the branch, and either building with lots of system packages or with very few, but I haven't hit this build error. |
comment:50
Basically, one needs a macOS without homebrew (which installs .pc files for system libraries). Or do the following to simulate that:
|
comment:51
I created #29929 ( |
comment:52
Have you tried the current branch with such a system? I am completely clueless, whether the last commit resolves the problem. |
comment:53
Replying to @kliem:
Yes, a build from scratch with the manipulation mentioned in comment 50 just finished successfully on my machine. |
comment:54
I have not yet been able to reproduce the error, so I can't tell if the most recent change fixes anything. Renaming |
comment:55
I can confirm on a machine without Homebrew, I hit the failure that Volker mentioned, and the most recent change fixes it. I'm going to switch to a positive review. |
Changed reviewer from Jonathan Kliem to Jonathan Kliem, John Palmieri |
comment:56
Thank you! |
Changed branch from u/mkoeppe/c536daa32dcc69adbc7b37d9a170e22fd733bca8 to |
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:Extension
options ... (part 2 -OptionalExtension
s)Extension
options ... (part 3: Get rid ofuname_specific
)Extension
options ... (part 4:sage.rings
)Extension
options ... (part 5:sage.graphs
)Extension
options ... (part 6: last)sage.libs.coxeter3
sage.graphs.graph_decompositions
CC: @kiwifb @dimpase @jhpalmieri @tscrim @kliem @roed314 @videlec @vbraun
Component: refactoring
Keywords: sd109
Author: Matthias Koeppe
Branch/Commit:
1bfe30d
Reviewer: Jonathan Kliem, John Palmieri
Issue created by migration from https://trac.sagemath.org/ticket/29706
The text was updated successfully, but these errors were encountered: