-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Updated numpy recipe to version 1.16.4 #1892
Conversation
b47e220
to
00a59e7
Compare
Undid unnecessary parts of 1.16.4 recipe change Fully replaced numpy 1.15.1 patches with 1.16.4 patches Removed git commit info from patches
00a59e7
to
456b6a8
Compare
This seems good to me now, commits tidied up and working fine for me. |
🤔...why is failing the matplotlib recipe in ...maybe numpy recipe has troubles in finding our compiled graphic libraries (freetype and png), see: https://travis-ci.org/kivy/python-for-android/jobs/551991431#L5947-L5958 I just made a build with the current numpy recipe and matplotlib to check and I got this for the same lines I pointed above:
|
There's a fair chance that the matplotlib recipe never passed the CI test, it's only coming up now because the changed recipes test catches it. It looks like the issues raised relate to the local environment where it isn't sufficiently separated from the matplotlib recipe build, I'll try to check this out in a VM. |
Yeah, you are right, I just tested it, I made a silly change in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @inclement!!
kivy#1900 logs failure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, let's merge 🎊
@@ -77,6 +78,7 @@ class TargetPython(Enum): | |||
# mpmath package with a version >= 0.19 required | |||
'sympy', | |||
'vlc', | |||
'matplotlib', # https://github.com/kivy/python-for-android/issues/1900 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for keeping our CI green and thanks for tracking the issue 👏
This seems to fix the recipe, it works for me on both armeabi-v7a and arm64-v8a. Resolves #1873.