diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-16 07:11:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-16 07:11:38 +0000 |
| commit | 6377d9ae9eeb85de4ce4fec4e8544101640035e9 (patch) | |
| tree | 800a70acccf720fa2f0499d72c4907cc23684f99 /sci-misc | |
| parent | f6bcc45ab811bbc6c133a87192de845240fdfd9c (diff) | |
| download | baldeagleos-repo-6377d9ae9eeb85de4ce4fec4e8544101640035e9.tar.gz baldeagleos-repo-6377d9ae9eeb85de4ce4fec4e8544101640035e9.tar.xz baldeagleos-repo-6377d9ae9eeb85de4ce4fec4e8544101640035e9.zip | |
Adding metadata
Diffstat (limited to 'sci-misc')
| -rw-r--r-- | sci-misc/llama-cpp/llama-cpp-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-misc/llama-cpp/llama-cpp-9999.ebuild b/sci-misc/llama-cpp/llama-cpp-9999.ebuild index dd5ab054d742..2295b3df8093 100644 --- a/sci-misc/llama-cpp/llama-cpp-9999.ebuild +++ b/sci-misc/llama-cpp/llama-cpp-9999.ebuild @@ -67,7 +67,10 @@ CDEPEND=" " DEPEND="${CDEPEND} opencl? ( dev-util/opencl-headers ) - vulkan? ( dev-util/vulkan-headers ) + vulkan? ( + dev-util/spirv-headers + dev-util/vulkan-headers + ) " RDEPEND="${CDEPEND} dev-python/numpy |
