summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjgmdev2023-09-05 00:12:50 -0400
committerjgmdev2023-09-05 00:12:50 -0400
commitd7b7e31a6afd0f5e62d62bc2e474d035bf8ed6ac (patch)
tree9c65e3058a5d5e33fd724afc0d86ed993b0830a7 /PKGBUILD
parent4ed6d4eb408bad2b00dfa3e7e6f00ec0449d4fac (diff)
downloadaur-d7b7e31a6afd0f5e62d62bc2e474d035bf8ed6ac.tar.gz
Temporary fix for install step
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72a0c326737e..a8939f18bdd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gpt4all-chat-git
_gitname=gpt4all
-pkgver=r1325.c449b71
+pkgver=r1367.b6e38d69
pkgrel=1
pkgdesc="Cross platform Qt based GUI for GPT4All versions"
arch=('x86_64')
@@ -48,6 +48,10 @@ build() {
package() {
cd "${srcdir}/${_gitname}/gpt4all-chat/build"
+ # Temporary fix for non-existent files on installation
+ sed -i '/komputeConfigVersion/d' llmodel/llama.cpp-mainline/kompute/src/cmake_install.cmake
+ sed -i '/logger/d' llmodel/llama.cpp-mainline/kompute/src/include/cmake_install.cmake
+
DESTDIR="${pkgdir}" make install
mv "${pkgdir}/opt/gpt4all-chat/bin/chat" "${pkgdir}/opt/gpt4all-chat/bin/gpt4all-chat"