mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/primecount to 6.4-1
This commit is contained in:
parent
095d0d7e91
commit
5f1d5abda9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - set -DWITH_FLOAT128=OFF
|
||||
|
||||
pkgname=primecount
|
||||
pkgver=6.3
|
||||
pkgver=6.4
|
||||
pkgrel=1
|
||||
pkgdesc="Fast C++ prime counting function implementation"
|
||||
arch=(x86_64)
|
||||
|
@ -13,7 +13,7 @@ license=(BSD)
|
|||
depends=(openmpi primesieve)
|
||||
makedepends=(cmake)
|
||||
source=($pkgname-$pkgver.tar.gz::"https://github.com/kimwalisch/primecount/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('407333bb67683a13af5c5e9749649aef3dcc77f59c334a3f0c86b64ad5c1abf8')
|
||||
sha256sums=('3c7ede9344b908a2be139b8d015cd5f36adfa69a9069199af556f6a32d3a7958')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue