mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
singular: update to 4.3.2p16.
This commit is contained in:
parent
e7771363e4
commit
f790f379dd
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'singular'
|
# Template file for 'singular'
|
||||||
pkgname=singular
|
pkgname=singular
|
||||||
version=4.3.2p10
|
version=4.3.2p16
|
||||||
revision=1
|
revision=1
|
||||||
_majver=${version%p*}
|
_majver=${version%p*}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -16,11 +16,11 @@ configure_args="--with-readline=ncurses
|
||||||
hostmakedepends="perl tar"
|
hostmakedepends="perl tar"
|
||||||
makedepends="flintlib-devel cddlib-devel readline-devel"
|
makedepends="flintlib-devel cddlib-devel readline-devel"
|
||||||
short_desc="Computer algebra system for polynomial computations"
|
short_desc="Computer algebra system for polynomial computations"
|
||||||
maintainer="dkwo <npiazza@disroot.org>"
|
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.singular.uni-kl.de"
|
homepage="https://www.singular.uni-kl.de"
|
||||||
distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${_majver//./-}/singular-${version}.tar.gz"
|
distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${_majver//./-}/singular-${version}.tar.gz"
|
||||||
checksum=28c2c9fcfee954e00dfa56eb1a7d418d5b1de67c4398d25a0f2b8f73e71552a8
|
checksum=675733ba13a6ec67c564e753139f7c0c4b0d3e29bdb995de5341b616f1472a16
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" ntl-devel"
|
makedepends+=" ntl-devel"
|
||||||
|
|
1
srcpkgs/singular/update
Normal file
1
srcpkgs/singular/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='(singular|Release)?-?\K[-.p\d]+(?=\.tar\.gz")'
|
Loading…
Add table
Reference in a new issue