m4rie: update to 20250128.
This commit is contained in:
parent
2d18d6d55a
commit
5b1a36c5db
@ -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
|
||||
|
@ -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 <eloi.torrentsj@gmail.com>"
|
||||
maintainer="Eloi Torrents <eloitor@duck.com>"
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user