Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
add openblas to madedepends
  • Loading branch information
lavilao authored Dec 24, 2024
1 parent cd6d4eb commit 0a66e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arch=(x86_64)
url='https://github.com/ollama/ollama'
license=(MIT)
options=('!lto')
makedepends=(cmake git go)
makedepends=(cmake git go openblas)
depends=(openblas)
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
Expand Down

0 comments on commit 0a66e8f

Please sign in to comment.