mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/primecount to 7.14-1
This commit is contained in:
parent
eaaeed180d
commit
94175906c6
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.13
|
pkgver = 7.14
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/kimwalisch/primecount
|
url = https://github.com/kimwalisch/primecount
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,7 +10,7 @@ pkgbase = primecount
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
depends = glibc
|
depends = glibc
|
||||||
depends = primesieve
|
depends = primesieve
|
||||||
source = git+https://github.com/kimwalisch/primecount#tag=v7.13
|
source = git+https://github.com/kimwalisch/primecount#tag=v7.14
|
||||||
sha256sums = 1b6deb06588cd4b307ccd66b836e37242e45af8c727c9dca20a9eb582fb3a6e5
|
sha256sums = 7720d7cf649805e8348b0985c638c4cf495774e9265379b3e719a85bb332f6c3
|
||||||
|
|
||||||
pkgname = primecount
|
pkgname = primecount
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# - set -DWITH_FLOAT128=OFF
|
# - set -DWITH_FLOAT128=OFF
|
||||||
|
|
||||||
pkgname=primecount
|
pkgname=primecount
|
||||||
pkgver=7.13
|
pkgver=7.14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Fast C++ prime counting function implementation'
|
pkgdesc='Fast C++ prime counting function implementation'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -16,7 +16,7 @@ depends=(gcc-libs
|
||||||
makedepends=(cmake
|
makedepends=(cmake
|
||||||
git)
|
git)
|
||||||
source=(git+https://github.com/kimwalisch/primecount#tag=v$pkgver)
|
source=(git+https://github.com/kimwalisch/primecount#tag=v$pkgver)
|
||||||
sha256sums=('1b6deb06588cd4b307ccd66b836e37242e45af8c727c9dca20a9eb582fb3a6e5')
|
sha256sums=('7720d7cf649805e8348b0985c638c4cf495774e9265379b3e719a85bb332f6c3')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname \
|
cmake -B build -S $pkgname \
|
||||||
|
|
Loading…
Reference in a new issue