Skip to content

Commit

Permalink
addpatch: vosk-api 0.3.50-5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Jan 1, 2025
1 parent 6ce880c commit e0e7891
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vosk-api/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- PKGBUILD
+++ PKGBUILD
@@ -58,7 +58,7 @@ build() {

# openblas
CFLAGS+=' -Wno-implicit-function-declaration' \
- make -C "OpenBLAS-${_openblas_ver}" ONLY_CBLAS='1' DYNAMIC_ARCH='1' TARGET='NEHALEM' USE_LOCKING='1' USE_THREAD='0' all
+ make -C "OpenBLAS-${_openblas_ver}" ONLY_CBLAS='1' TARGET='RISCV64_GENERIC' USE_LOCKING='1' USE_THREAD='0' all
make -C "OpenBLAS-${_openblas_ver}" PREFIX="${srcdir}/OpenBLAS-${_openblas_ver}/install" install

# clapack

0 comments on commit e0e7891

Please sign in to comment.