mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/primecount to 6.3-1
This commit is contained in:
parent
6088d1e04f
commit
165e2bd88d
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - set -DWITH_FLOAT128=OFF
|
||||
|
||||
pkgname=primecount
|
||||
pkgver=6.2
|
||||
pkgver=6.3
|
||||
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=('51626a8b2500eb30cba171e1358f3eb589552c8a672babd4eb25e0c9ac054091')
|
||||
sha256sums=('407333bb67683a13af5c5e9749649aef3dcc77f59c334a3f0c86b64ad5c1abf8')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue