kivy-ios/kivy_ios/recipes/numpy
lerela a47f946f9a Fixes to Numpy so that the binary is accepted by the App Store.
Explanation: Apple forbids some symbols that Numpy is linked against (ccopy, dcopy, scopy, zcopy and xerbla). Compilation and tests work fine but the App Store complains and prevents uploading such builds.
This patch aliases the culprits to the public, allowed method names, allowing the linking to proceed as before and the resulting binary to be accepted by the App Store.
2020-05-05 10:51:08 +02:00
..
__init__.py Moving to dedicated kivy_ios/ package directory 2020-05-03 23:29:41 +02:00
numpy-1.16.4.patch Fixes to Numpy so that the binary is accepted by the App Store. 2020-05-05 10:51:08 +02:00