mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
🔖 Bump llama.cpp-hip version to b6396-1
This commit is contained in:
parent
b7a462c18a
commit
5569c4e5ff
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue