Files
MINGW-packages/mingw-w64-python3/0530-mingw-system-libffi.patch
Ray Donnelly 14143e441b python3: Update 0530-mingw-system-libffi.patch
As part of the initial import of cross-python on github
I'm reviewing these patches. This one had some problems:

1. It used pkg-config to detect libffi in PKGBUILD and
   removed those same pkg-config checks from configure.ac

2. It skipped a test (aggregate-return-type) that is now fine:
   https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio

3. It tested if host_platform was 'mingw' instead of 'win32',
   despite the idea of using 'mingw' for sys.platform having
   died long ago.
2015-02-20 23:08:53 +00:00

2.6 KiB