🔖 Bump llama.cpp-hip version to b6396-1

This commit is contained in:
Orion 2025-09-06 03:27:02 +00:00
parent b7a462c18a
commit 5569c4e5ff

View file

@ -43,6 +43,9 @@ prepare() {
}
build() {
if [[ -z "${ROCM_PATH}" ]]; then
source /etc/profile
fi
export CC=/opt/rocm/llvm/bin/clang
export CXX=/opt/rocm/llvm/bin/clang++
local _cmake_options=(
@ -68,7 +71,7 @@ build() {
-Wno-dev
)
cmake "${_cmake_options[@]}"
cmake --build build
cmake --build build -- -j $(nproc)
}
package() {