m4rie: update to 20250128.

This commit is contained in:
Gonzalo Tornaría 2025-01-03 00:50:12 -03:00 committed by Leah Neukirchen
parent 2d18d6d55a
commit 5b1a36c5db
2 changed files with 15 additions and 8 deletions

View File

@ -4252,7 +4252,7 @@ libsingular_resources-4.4.0.so singular-4.4.0_1
libbrial.so.3 brial-1.2.10_1 libbrial.so.3 brial-1.2.10_1
libbrial_groebner.so.3 brial-1.2.10_1 libbrial_groebner.so.3 brial-1.2.10_1
libm4ri.so.1 m4ri-20250128_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 libptytty.so.0 libptytty-2.0_1
libcoeurl.so.0.3 coeurl-0.3.0_1 libcoeurl.so.0.3 coeurl-0.3.0_1
libKPim6PkPass.so.6 kpkpass-24.02.0_1 libKPim6PkPass.so.6 kpkpass-24.02.0_1

View File

@ -1,19 +1,26 @@
# Template file for 'm4rie' # Template file for 'm4rie'
pkgname=m4rie pkgname=m4rie
version=20200125 version=20250128
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="m4ri-devel" makedepends="m4ri-devel"
short_desc="Library for fast arithmetic with dense matrices over GF(2^e)" short_desc="Library for fast arithmetic with dense matrices over GF(2^e)"
maintainer="Eloi Torrents <eloi.torrentsj@gmail.com>" maintainer="Eloi Torrents <eloitor@duck.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://bitbucket.org/malb/m4rie/wiki/Home" homepage="https://github.com/malb/m4rie"
distfiles="https://bitbucket.org/malb/m4rie/downloads/m4rie-${version}.tar.gz" changelog="https://github.com/malb/m4rie#history"
checksum=7f3107f7cd10f6c22d9663d9536e1af2f551e10183601852a60d760918caf58d 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() { m4rie-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove "usr/lib/*.a" vmove "usr/lib/*.a"