disable openblas dependency on clangarm64 as for clang32. I attempted
to build openblas on clangarm64, but its cmake seems to assume mingw
that's not x86_64 must be x86.
Disable BLAS and fortran. Numpy states both are optional to build, but
had an issue in their build scripts if fortran wasn't found.
Add an explicit clang check to a GCC bug workaround for GCC < 8.4,
because clang pretends to be a really old GCC version (like 4.x).
* python3: Update to 3.6.1
The patches starting with 16 are new to fix the build.
Some no longer relevant patches were dropped, the rest is just refreshed.
* Bump pkgrel of all packages containing Python 3 bytecode/extensions.
The package list was generated using:
pkgfile.exe -R mingw64 -r "cpython.*\\.(py[cod]|dll)"
* lensfun: Add cmake to makedepends
* numpy: Don't hardcode the Python version
* blender: rebuild for new Python
* boost: Don't hardcode Python versions; rebuild
* pillow: Don't hardcode Python version; rebuild
* python-dateutil: Don't hardcode Python versions
* sip: Don't hardcode Python versions
* pyqt4: Don't hardcode Python versions; rebuild
* pyqt5: Don't hardcode Python versions; rebuild
* opencv: Update Python3 version in patch
* mingw-w64-xapian-core - 1.4.1 - add epoch and include libtool.la file for a config script.
* Revert "scite: Update to v3.7.1"
This reverts commit 799e9aa437.
* Revert "Revert "scite: Update to v3.7.1""
This reverts commit ff2f893be539d50dba9e1450f24c1a8c85fa4836.
* Updates to some python packages
mingw-w64-cython: 0.25.2 - Update to latest version
mingw-w64-libplist - 1.12 - rebuild
mingw-w64-python-babel - 2.3.4 - Update to latest version, rework build process, drop GIT
mingw-w64-python-dateutil - 2.6.0 - Update to latest version
mingw-w64-python-numpy - 1.11.2 - Update to latest version
mingw-w64-python-pandas - 0.19.1 - Update to latest version and rework build process
mingw-w64-python-pip - 9.0.1 - Update to latest version
mingw-w64-python-pytz - 2016.10 - Update to latest version
mingw-w64-python-setuptools - 31.0.0 - Update to latest version
mingw-w64-python-sphinx-alabaster-theme - 0.7.9 - Update to latest version
mingw-w64-python-sphinx - 1.5 - Update to latest version and rework build process.