-
-
Notifications
You must be signed in to change notification settings - Fork 613
compatibility with gsl 2.7 #32607
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
Comments
Commit: |
New commits:
|
Branch: public/32607 |
Author: Lorenz Panny |
comment:2
multiple errors in the patchbot run |
comment:3
The bot seems to be running old versions of some these files. In particular, the most common error is
— but line 17 of I suppose the bot should be instructed to regenerate |
comment:4
Then the patchbot won't be helpful after all. Next step: Portability testing on GH Actions |
comment:5
https://github.com/kgywlytnch/sagetrac-mirror/actions/runs/1301872704 Did I do this right? The failures seem unrelated to what we're doing here. |
comment:6
Yes, looking good. In particular works without failure on |
Reviewer: Matthias Koeppe |
comment:9
|
comment:10
... that's the issue with incremental builds, same as comment:3 |
comment:11
hmm well that sounds like a problem with the dependencies, is it fixable? |
comment:12
The relevant code is in |
comment:13
I am working on a fix. |
comment:14
Fixed in #32659 |
Dependencies: #32659 |
Changed branch from public/32607 to |
GSL 2.7 changes the definition of
gsl_complex
; see https://groups.google.com/g/sage-devel/c/yQ67Wy0gp58/m/jr6f7xtcBQAJ and #32587.This patch changes the library code to use the macros provided by GSL instead of directly accessing the data structure, which should make things work with GSL 2.7 as well as older versions.
Depends on #32659
CC: @mkoeppe
Component: interfaces
Keywords: gsl
Author: Lorenz Panny
Branch/Commit:
6633bc4
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/32607
The text was updated successfully, but these errors were encountered: