mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/primecount to 6.2-1
This commit is contained in:
parent
be9e6bf87e
commit
5a9b344d88
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - set -DWITH_FLOAT128=OFF
|
||||
|
||||
pkgname=primecount
|
||||
pkgver=6.1
|
||||
pkgver=6.2
|
||||
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=('222bb0a17ad31f09296e2f3318a367230bcda2b82bec2613e339ba5c5e8558a0')
|
||||
sha256sums=('51626a8b2500eb30cba171e1358f3eb589552c8a672babd4eb25e0c9ac054091')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue