2024-01-12 00:43:59 +00:00
|
|
|
pkgbase = primecount
|
|
|
|
pkgdesc = Fast C++ prime counting function implementation
|
2024-03-12 16:20:07 +00:00
|
|
|
pkgver = 7.11
|
|
|
|
pkgrel = 1
|
2024-01-12 00:43:59 +00:00
|
|
|
url = https://github.com/kimwalisch/primecount
|
|
|
|
arch = x86_64
|
2024-02-19 22:59:45 +00:00
|
|
|
license = BSD-2-Clause
|
2024-01-12 00:43:59 +00:00
|
|
|
makedepends = cmake
|
|
|
|
depends = gcc-libs
|
|
|
|
depends = glibc
|
|
|
|
depends = primesieve
|
2024-03-12 16:20:07 +00:00
|
|
|
source = https://github.com/kimwalisch/primecount/archive/v7.11/primecount-7.11.tar.gz
|
|
|
|
sha256sums = e5b015555b50f4f19ae5c9f902bbee08082218862d15ed4ca45deb72f6c9c3f9
|
2024-01-12 00:43:59 +00:00
|
|
|
|
|
|
|
pkgname = primecount
|