llvmlite: fix deps
This commit is contained in:
@@ -7,13 +7,13 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgver=0.34.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='Lightweight LLVM python binding for writing JIT compilers (mingw-w64)'
|
||||
arch=('any')
|
||||
url="https://github.com/numba/llvmlite"
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-llvm>=10")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-polly>=10.0.1")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython" "${MINGW_PACKAGE_PREFIX}-cmake")
|
||||
options=('!emptydirs' 'staticlibs' 'strip')
|
||||
source=(llvmlite-$pkgver.tar.gz::"https://github.com/numba/llvmlite/archive/v$pkgver.tar.gz"
|
||||
"multi-defs.patch"
|
||||
|
||||
Reference in New Issue
Block a user