Skip to content
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

F2C, CLAPACK, scipy and numpy fixes for the upstream backend #1193

Merged
merged 4 commits into from Feb 5, 2021

Conversation

rth
Copy link
Member

@rth rth commented Feb 4, 2021

Taken from #1102

@rth
Copy link
Member Author

rth commented Feb 4, 2021

I think this is OK. The patches related to the change of function return type can probably also be done with a conversion script with some regexp and a list of paths. Still as discussed in #1184 (review) we might as well do the migration to the upstream backend to unblock a number of points and then try to simplify the different patches.

@dalcde Let me know if you have any other comments. Thanks!

Comment on lines 2158 to 2162
diff --git a/scipy/sparse/linalg/dsolve/SuperLU/scipychanges.patch b/before/scipy/sparse/linalg/dsolve/SuperLU/scipychanges.patch
deleted file mode 100644
index 7a0a3ba..0000000
--- a/scipy/sparse/linalg/dsolve/SuperLU/scipychanges.patch
+++ /dev/null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joemarshall why is this patch removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reverted the removal for now. Let's see if it will an issue in #1102 Thanks for the feedback.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, I can't for the life of me remember why I killed that. I think it was possibly accidental when I was going through superlu and fixing the missing externs. I think that patch may not be ever called, I think it just is there to show the diff between scipy and base superlu...

@rth rth merged commit e567244 into pyodide:master Feb 5, 2021
@rth rth deleted the f2c-clapack-fixes branch February 5, 2021 09:54
@rth rth mentioned this pull request Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants