primesieve: update to 7.8.
This commit is contained in:
parent
7af0a4d3c5
commit
84f20b30f9
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'primesieve'
|
||||
pkgname=primesieve
|
||||
version=7.7
|
||||
version=7.8
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTS=ON -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF"
|
||||
|
@ -8,8 +8,9 @@ short_desc="Fast prime number generator"
|
|||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/kimwalisch/primesieve"
|
||||
changelog="https://raw.githubusercontent.com/kimwalisch/primesieve/master/ChangeLog"
|
||||
distfiles="https://github.com/kimwalisch/primesieve/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=fcb3f25e68081c54e5d560d6d1f6448d384a7051e9c56d56ee0d65d6d7954db1
|
||||
checksum=0cd0490259e6e919c6e3dd3f3e69ac6d91e6cbe616e22a219abe4006d9293d5d
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
|
Loading…
Reference in a new issue