From 5b1a36c5db87c77c70c4394be9f087b4f16a1645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Fri, 3 Jan 2025 00:50:12 -0300 Subject: [PATCH] m4rie: update to 20250128. --- common/shlibs | 2 +- srcpkgs/m4rie/template | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/common/shlibs b/common/shlibs index 200d683469a..a4346a49d69 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4252,7 +4252,7 @@ libsingular_resources-4.4.0.so singular-4.4.0_1 libbrial.so.3 brial-1.2.10_1 libbrial_groebner.so.3 brial-1.2.10_1 libm4ri.so.1 m4ri-20250128_1 -libm4rie-0.0.20200125.so m4rie-20200125_1 +libm4rie.so.1 m4rie-20250128_1 libptytty.so.0 libptytty-2.0_1 libcoeurl.so.0.3 coeurl-0.3.0_1 libKPim6PkPass.so.6 kpkpass-24.02.0_1 diff --git a/srcpkgs/m4rie/template b/srcpkgs/m4rie/template index 0e775df1dc1..f327a02526a 100644 --- a/srcpkgs/m4rie/template +++ b/srcpkgs/m4rie/template @@ -1,19 +1,26 @@ # Template file for 'm4rie' pkgname=m4rie -version=20200125 -revision=2 +version=20250128 +revision=1 build_style=gnu-configure +hostmakedepends="pkg-config" makedepends="m4ri-devel" short_desc="Library for fast arithmetic with dense matrices over GF(2^e)" -maintainer="Eloi Torrents " +maintainer="Eloi Torrents " license="GPL-2.0-or-later" -homepage="https://bitbucket.org/malb/m4rie/wiki/Home" -distfiles="https://bitbucket.org/malb/m4rie/downloads/m4rie-${version}.tar.gz" -checksum=7f3107f7cd10f6c22d9663d9536e1af2f551e10183601852a60d760918caf58d +homepage="https://github.com/malb/m4rie" +changelog="https://github.com/malb/m4rie#history" +distfiles="https://github.com/malb/m4rie/releases/download/${version}/m4rie-${version}.tar.gz" +checksum=96f1adafd50e6a0b51dc3aa1cb56cb6c1361ae7c10d97dc35c3fa70822a55bd7 + +pre_check() { + # the testsuite is very slow when run in parallel! + unset makejobs +} m4rie-devel_package() { short_desc+=" - development files" - depends="${sourcepkg}>=${version}_${revision}" + depends="${sourcepkg}>=${version}_${revision} ${makedepends}" pkg_install() { vmove usr/include vmove "usr/lib/*.a"