From 6d9d0c6b8ff448ab770f0af93e9af629eed13579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 15 Mar 2024 13:21:37 -0300 Subject: [PATCH] primecount: update to 7.12. --- srcpkgs/primecount/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/primecount/template b/srcpkgs/primecount/template index 32f64bbc992..466b7433045 100644 --- a/srcpkgs/primecount/template +++ b/srcpkgs/primecount/template @@ -1,7 +1,7 @@ # Template file for 'primecount' pkgname=primecount -version=7.10 -revision=2 +version=7.12 +revision=1 build_style=cmake configure_args="-DBUILD_TESTS=ON -DBUILD_LIBPRIMESIEVE=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF" @@ -12,13 +12,7 @@ license="BSD-2-Clause" homepage="https://github.com/kimwalisch/primecount/" changelog="https://raw.githubusercontent.com/kimwalisch/primecount/master/ChangeLog" distfiles="https://github.com/kimwalisch/primecount/archive/refs/tags/v${version}.tar.gz" -checksum=0a0e9aaa25d8c24d06f0612fc01cd0c31f3eac4e096a9248fc041dd42dc60afb - -build_options="native_build" - -if [ -z "$build_option_native_build" ]; then - configure_args+=" -DWITH_POPCNT=OFF" -fi +checksum=b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c post_install() { vlicense COPYING