scikit-image: build with newer cython; enable clang64
This commit is contained in:
@@ -6,14 +6,15 @@ _realname=scikit-image
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=0.22.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Image processing routines for SciPy (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64')
|
||||
msys2_references=(
|
||||
'pypi: scikit-image'
|
||||
)
|
||||
url="https://scikit-image.org/"
|
||||
msys2_repository_url="https://github.com/scikit-image/scikit-image"
|
||||
license=('spdx:BSD-3-Clause AND BSD-2-Clause AND MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-matplotlib>=3.5"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-scipy>=1.8"
|
||||
@@ -30,7 +31,7 @@ makedepends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python-build"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-pythran"
|
||||
"${MINGW_PACKAGE_PREFIX}-cython0"
|
||||
"${MINGW_PACKAGE_PREFIX}-cython"
|
||||
"${MINGW_PACKAGE_PREFIX}-meson-python"
|
||||
"${MINGW_PACKAGE_PREFIX}-pkgconf"
|
||||
"${MINGW_PACKAGE_PREFIX}-cc")
|
||||
|
||||
Reference in New Issue
Block a user