mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
symmetrica: update to 3.1.0.
This commit is contained in:
parent
aad68d7e48
commit
7953e01589
2 changed files with 5 additions and 5 deletions
|
@ -4199,7 +4199,7 @@ libgf2x.so.3 gf2x-1.3.0_1
|
||||||
libntl.so.44 ntl-11.5.1_1
|
libntl.so.44 ntl-11.5.1_1
|
||||||
libflint.so.19 flintlib-3.1.0_1
|
libflint.so.19 flintlib-3.1.0_1
|
||||||
libec.so.14 eclib-20241112_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
|
libLfunction.so.1 lcalc-2.0.4_1
|
||||||
liblrcalc.so.2 lrcalc-2.1_1
|
liblrcalc.so.2 lrcalc-2.1_1
|
||||||
libwayland-client++.so.1 libwaylandpp-1.0.0_1
|
libwayland-client++.so.1 libwaylandpp-1.0.0_1
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'symmetrica'
|
# Template file for 'symmetrica'
|
||||||
pkgname=symmetrica
|
pkgname=symmetrica
|
||||||
version=3.0.1
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
short_desc="Collection of C routines for representation theory"
|
short_desc="Collection of C routines for representation theory"
|
||||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://gitlab.com/sagemath/symmetrica"
|
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"
|
distfiles="https://gitlab.com/sagemath/symmetrica/-/archive/${version}/symmetrica-${version}.tar.bz2"
|
||||||
checksum=260028143f3ea3594fed75651e10176d2f53edae5e1af1661d5b82d617e233d6
|
checksum=46137328f5dfae50167356ed9bcdf0aadef9dcb70553d3788106dc7c5b890ee8
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
@ -24,7 +25,6 @@ symmetrica-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue