symmetrica: update to 3.1.0.

This commit is contained in:
Gonzalo Tornaría 2025-01-14 21:00:12 -03:00 committed by Leah Neukirchen
parent aad68d7e48
commit 7953e01589
2 changed files with 5 additions and 5 deletions

View File

@ -4199,7 +4199,7 @@ libgf2x.so.3 gf2x-1.3.0_1
libntl.so.44 ntl-11.5.1_1
libflint.so.19 flintlib-3.1.0_1
libec.so.14 eclib-20241112_1
libsymmetrica.so.2 symmetrica-3.0.1_1
libsymmetrica.so.3 symmetrica-3.1.0_1
libLfunction.so.1 lcalc-2.0.4_1
liblrcalc.so.2 lrcalc-2.1_1
libwayland-client++.so.1 libwaylandpp-1.0.0_1

View File

@ -1,15 +1,16 @@
# Template file for 'symmetrica'
pkgname=symmetrica
version=3.0.1
version=3.1.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
hostmakedepends="automake libtool pkg-config"
short_desc="Collection of C routines for representation theory"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="ISC"
homepage="https://gitlab.com/sagemath/symmetrica"
changelog="https://gitlab.com/sagemath/symmetrica/-/releases"
distfiles="https://gitlab.com/sagemath/symmetrica/-/archive/${version}/symmetrica-${version}.tar.bz2"
checksum=260028143f3ea3594fed75651e10176d2f53edae5e1af1661d5b82d617e233d6
checksum=46137328f5dfae50167356ed9bcdf0aadef9dcb70553d3788106dc7c5b890ee8
pre_configure() {
autoreconf -fi
@ -24,7 +25,6 @@ symmetrica-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}