mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/primecount to 7.1-1
This commit is contained in:
parent
6d0b6fb98d
commit
608b1d4de7
1 changed files with 4 additions and 4 deletions
|
@ -4,16 +4,16 @@
|
|||
# - set -DWITH_FLOAT128=OFF
|
||||
|
||||
pkgname=primecount
|
||||
pkgver=7.0
|
||||
pkgver=7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Fast C++ prime counting function implementation"
|
||||
pkgdesc='Fast C++ prime counting function implementation'
|
||||
arch=(x86_64)
|
||||
url="https://github.com/kimwalisch/primecount"
|
||||
url='https://github.com/kimwalisch/primecount'
|
||||
license=(BSD)
|
||||
depends=(primesieve)
|
||||
makedepends=(cmake)
|
||||
source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('2ddadd180e71f58894e5dcd84d05e388957cd97e792e1115ea5192b3d43b45a8')
|
||||
sha256sums=('4f156f3945b613c9262156a25255f689abcaf30fff778c1d27b17126fcd1db72')
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue