singular: update to 4.4.0.
This commit is contained in:
parent
bff8ca052b
commit
1746703145
|
@ -4038,10 +4038,10 @@ libecl.so.23.9 ecl-23.9.9_1
|
||||||
libecm.so.1 ecm-7.0.4_3
|
libecm.so.1 ecm-7.0.4_3
|
||||||
libcliquer.so.1 cliquer-1.22_1
|
libcliquer.so.1 cliquer-1.22_1
|
||||||
libomalloc-0.9.6.so singular-4.2.1_1
|
libomalloc-0.9.6.so singular-4.2.1_1
|
||||||
libSingular-4.3.2.so singular-4.3.2_1
|
libSingular-4.4.0.so singular-4.4.0_1
|
||||||
libfactory-4.3.2.so singular-4.3.2_1
|
libfactory-4.4.0.so singular-4.4.0_1
|
||||||
libpolys-4.3.2.so singular-4.3.2_1
|
libpolys-4.4.0.so singular-4.4.0_1
|
||||||
libsingular_resources-4.3.2.so singular-4.3.2_1
|
libsingular_resources-4.4.0.so singular-4.4.0_1
|
||||||
libbrial.so.3 brial-1.2.10_1
|
libbrial.so.3 brial-1.2.10_1
|
||||||
libbrial_groebner.so.3 brial-1.2.10_1
|
libbrial_groebner.so.3 brial-1.2.10_1
|
||||||
libm4ri-0.0.20200125.so m4ri-20200125_1
|
libm4ri-0.0.20200125.so m4ri-20200125_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'singular'
|
# Template file for 'singular'
|
||||||
pkgname=singular
|
pkgname=singular
|
||||||
version=4.3.2p16
|
version=4.4.0
|
||||||
revision=1
|
revision=1
|
||||||
_majver=${version%p*}
|
_majver=${version%p*}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -20,7 +20,7 @@ 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=675733ba13a6ec67c564e753139f7c0c4b0d3e29bdb995de5341b616f1472a16
|
checksum=c269abbd24c84fe33edc0af1e78b8fec53d8e94338410ac06c2666cfd40d43f2
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" ntl-devel"
|
makedepends+=" ntl-devel"
|
||||||
|
|
Loading…
Reference in New Issue