singular: update to 4.3.2p7.

This commit is contained in:
Gonzalo Tornaría 2023-07-22 00:36:37 -03:00 committed by Andrew J. Hesford
parent 842bd079d3
commit 32dd2f7c43

View file

@ -1,6 +1,6 @@
# Template file for 'singular' # Template file for 'singular'
pkgname=singular pkgname=singular
version=4.3.2p3 version=4.3.2p7
revision=1 revision=1
_majver=${version%p*} _majver=${version%p*}
build_style=gnu-configure build_style=gnu-configure
@ -13,14 +13,14 @@ configure_args="--with-readline=ncurses
--without-python --without-python
--with-libparse --with-libparse
ac_cv_lib_cddgmp_dd_free_global_constants=yes" ac_cv_lib_cddgmp_dd_free_global_constants=yes"
hostmakedepends="perl tar doxygen automake" hostmakedepends="perl tar"
makedepends="flintlib-devel cddlib-devel readline-devel graphviz" 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>"
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=9f7cfc838eb16c976369e498845f69551a95c4bc9d6d6cfbb4657836aae5ff3e checksum=aad23c30066b7fbc011138a98d60532565d76a847eec6bf2938410d93b272ca3
if [ -z "$CROSS_BUILD" ]; then if [ -z "$CROSS_BUILD" ]; then
makedepends+=" ntl-devel" makedepends+=" ntl-devel"