Search Criteria
Package Details: stable-diffusion.cpp-git r256.5900ef6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/stable-diffusion.cpp-git.git (read-only, click to copy) |
|---|---|
| Package Base: | stable-diffusion.cpp-git |
| Description: | Stable Diffusion in pure C/C++ |
| Upstream URL: | https://github.com/leejet/stable-diffusion.cpp |
| Licenses: | MIT |
| Conflicts: | stable-diffusion.cpp |
| Provides: | stable-diffusion.cpp |
| Submitter: | robertfoster |
| Maintainer: | None |
| Last Packager: | robertfoster |
| Votes: | 3 |
| Popularity: | 0.003715 |
| First Submitted: | 2023-12-24 16:37 (UTC) |
| Last Updated: | 2025-12-21 14:06 (UTC) |
Dependencies (3)
- openblas (openblas-gitAUR, openblas64-gitAUR, openblas-lapackAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
« First ‹ Previous 1 2
dreieck commented on 2024-03-25 13:17 (UTC)
clangneeds to be added tomakedependsarray, and maybe alsolld, sinceclang++is used for compilation.dreieck commented on 2024-03-25 13:14 (UTC) (edited on 2024-03-25 13:14 (UTC) by dreieck)
Ahoj,
please follow the Arch Linux guide on git submodules and list all submodules in the
sourcearray so that they get cloned whenmakepkgdownloads the sources, and then only reference them inprepare().Regards and thanks for maintaining!
dreieck commented on 2024-03-24 14:25 (UTC)
A note:
It now fails to build for me with
(On AMD Zen 4, 7840U)
Regards!
dreieck commented on 2024-02-08 15:03 (UTC)
You need to rework your
pkgver():It must generate a higher version number with each upstream commit.
But for this package, this is erratic:
masteris a constant, and then follows the git commit hash, which has no ordering.Please make sure that
$pkgverincreases with each upstream commit; as a last resort user<commit_count>where<commit_count>can be retrieved programmatically withgit rev-list --count HEAD.ALSO
please follow the Arch Linux guide on git submodules and list all submodules in the
sourcearray and then only reference them inprepare().Regards and thanks for maintaining!
« First ‹ Previous 1 2