Search Criteria
Package Details: python-rife-ncnn-vulkan-git 1.1.3.r0.g320e625-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-rife-ncnn-vulkan-git.git (read-only, click to copy) |
---|---|
Package Base: | python-rife-ncnn-vulkan-git |
Description: | A Python FFI of nihui/rife-ncnn-vulkan achieved with SWIG |
Upstream URL: | https://github.com/media2x/rife-ncnn-vulkan-python |
Licenses: | MIT |
Conflicts: | python-rife-ncnn-vulkan |
Provides: | python-rife-ncnn-vulkan |
Submitter: | jopejoe1 |
Maintainer: | None |
Last Packager: | jopejoe1 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-09-14 21:15 (UTC) |
Last Updated: | 2022-09-28 16:12 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-pillow (python-pillow-gitAUR)
- swig (swig-gitAUR)
- vulkan-headers (vulkan-headers-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-cmake-build-extension (python-cmake-build-extension-gitAUR) (make)
- python-requests (make)
- python-setuptools (make)
Latest Comments
gardotd426 commented on 2023-02-26 03:11 (UTC)
The way this PKGBUILD is configured causes the package to fail, as none of the submodules are where
setup.py
expects them to be (and yes, I know you did indeed technically follow the Arch Wiki's instructions on how to checkout submodules).They can't be placed in
$srcdir
. They have to be placed where the main project expects them to be. Otherwise, you get this:I'm almost done with a slightly revised
prepare()
section that will work, I'll post the diff here when I've finished.jopejoe1 commented on 2022-09-28 16:17 (UTC)
Updated to include missing dependencies.
Lucki commented on 2022-09-28 15:31 (UTC)
Building isn't possible, it's missing
setuptools
and thenrequests
(at least) in the build environment.