mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/primecount to 7.12-1
This commit is contained in:
parent
800b059be1
commit
48a153a4a7
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = primecount
|
pkgbase = primecount
|
||||||
pkgdesc = Fast C++ prime counting function implementation
|
pkgdesc = Fast C++ prime counting function implementation
|
||||||
pkgver = 7.11
|
pkgver = 7.12
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/kimwalisch/primecount
|
url = https://github.com/kimwalisch/primecount
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = primecount
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
depends = glibc
|
depends = glibc
|
||||||
depends = primesieve
|
depends = primesieve
|
||||||
source = https://github.com/kimwalisch/primecount/archive/v7.11/primecount-7.11.tar.gz
|
source = https://github.com/kimwalisch/primecount/archive/v7.12/primecount-7.12.tar.gz
|
||||||
sha256sums = e5b015555b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9
|
sha256sums = b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c
|
||||||
|
|
||||||
pkgname = primecount
|
pkgname = primecount
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# - set -DWITH_FLOAT128=OFF
|
# - set -DWITH_FLOAT128=OFF
|
||||||
|
|
||||||
pkgname=primecount
|
pkgname=primecount
|
||||||
pkgver=7.11
|
pkgver=7.12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Fast C++ prime counting function implementation'
|
pkgdesc='Fast C++ prime counting function implementation'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -15,7 +15,7 @@ depends=(gcc-libs
|
||||||
primesieve)
|
primesieve)
|
||||||
makedepends=(cmake)
|
makedepends=(cmake)
|
||||||
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
||||||
sha256sums=('e5b015555b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9')
|
sha256sums=('b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver \
|
cmake -B build -S $pkgname-$pkgver \
|
||||||
|
|
Loading…
Reference in a new issue