diff --git a/sci-misc/llama-cpp/llama-cpp-0_pre5332.ebuild b/sci-misc/llama-cpp/llama-cpp-0_pre5332.ebuild index b4db64b49d..eb94fdfb0a 100644 --- a/sci-misc/llama-cpp/llama-cpp-0_pre5332.ebuild +++ b/sci-misc/llama-cpp/llama-cpp-0_pre5332.ebuild @@ -66,6 +66,7 @@ src_configure() { -DLLAMA_BUILD_SERVER=ON -DCMAKE_SKIP_BUILD_RPATH=ON -DGGML_NATIVE=0 # don't set march + -DGGML_RPC=ON -DLLAMA_CURL=$(usex curl ON OFF) -DBUILD_NUMBER="1" ) @@ -91,3 +92,8 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + dobin "${BUILD_DIR}/bin/rpc-server" +} diff --git a/sci-misc/llama-cpp/llama-cpp-9999.ebuild b/sci-misc/llama-cpp/llama-cpp-9999.ebuild index b4db64b49d..eb94fdfb0a 100644 --- a/sci-misc/llama-cpp/llama-cpp-9999.ebuild +++ b/sci-misc/llama-cpp/llama-cpp-9999.ebuild @@ -66,6 +66,7 @@ src_configure() { -DLLAMA_BUILD_SERVER=ON -DCMAKE_SKIP_BUILD_RPATH=ON -DGGML_NATIVE=0 # don't set march + -DGGML_RPC=ON -DLLAMA_CURL=$(usex curl ON OFF) -DBUILD_NUMBER="1" ) @@ -91,3 +92,8 @@ src_configure() { cmake_src_configure } + +src_install() { + cmake_src_install + dobin "${BUILD_DIR}/bin/rpc-server" +}