Skip to content

Commit

Permalink
v9.10
Browse files Browse the repository at this point in the history
- DietPi-Software | Bazarr: Add further RISC-V dependency
  • Loading branch information
MichaIng committed Jan 20, 2025
1 parent 1246f7f commit 8045156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -9716,8 +9716,8 @@ _EOF_
(( $G_DISTRO < 8 && $G_HW_ARCH < 3 )) && aDEPS+=('libopenblas0-pthread')
# - ARMv6/7/RISC-V without piwheels: libxslt1-dev for lxml; g++, pkg-config and libopenblas-dev for numpy
(( $G_DISTRO > 7 && ( $G_HW_ARCH < 3 || $G_HW_ARCH == 11 ) )) && aDEPS+=('libxslt1-dev' 'g++' 'pkg-config' 'libopenblas-dev')
# - RISC-V: cmake for ninja, make for patchelf and ninja
(( $G_HW_ARCH == 11 )) && aDEPS+=('cmake' 'make')
# - RISC-V: cmake for ninja, make and autoconf for patchelf
(( $G_HW_ARCH == 11 )) && aDEPS+=('cmake' 'make' 'autoconf')

# Download
Download_Install 'https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip' bazarr
Expand Down

0 comments on commit 8045156

Please sign in to comment.