mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
singular: update to 4.3.1p2 (fix gcc 12 build)
This commit is contained in:
parent
01962793b8
commit
11c32f53fe
2 changed files with 19 additions and 17 deletions
|
@ -4062,11 +4062,11 @@ libumfpack.so.5 SuiteSparse-5.10.1_1
|
||||||
libecl.so.21.2 ecl-21.2.1_1
|
libecl.so.21.2 ecl-21.2.1_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
|
||||||
libSingular-4.3.0.so singular-4.3.0_1
|
libSingular-4.3.1.so singular-4.3.1p2_1
|
||||||
libfactory-4.3.0.so singular-4.3.0_1
|
libfactory-4.3.1.so singular-4.3.1p2_1
|
||||||
libpolys-4.3.0.so singular-4.3.0_1
|
libpolys-4.3.1.so singular-4.3.1p2_1
|
||||||
libomalloc-0.9.6.so singular-4.3.0_1
|
libomalloc-0.9.6.so singular-4.3.1p2_1
|
||||||
libsingular_resources-4.3.0.so singular-4.3.0_1
|
libsingular_resources-4.3.1.so singular-4.3.1p2_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,25 +1,27 @@
|
||||||
# Template file for 'singular'
|
# Template file for 'singular'
|
||||||
pkgname=singular
|
pkgname=singular
|
||||||
version=4.3.0
|
version=4.3.1p2
|
||||||
revision=1
|
revision=1
|
||||||
|
_majver=${version%p*}
|
||||||
|
wrksrc=singular-${_majver}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-readline=ncurses
|
configure_args="--with-readline=ncurses
|
||||||
--enable-gfanlib
|
--enable-gfanlib
|
||||||
--enable-Singular
|
--enable-Singular
|
||||||
--enable-factory
|
--enable-factory
|
||||||
--disable-doc
|
--disable-doc
|
||||||
--disable-polymake
|
--disable-polymake
|
||||||
--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"
|
hostmakedepends="perl tar doxygen"
|
||||||
makedepends="flintlib-devel cddlib-devel readline-devel graphviz"
|
makedepends="flintlib-devel cddlib-devel readline-devel graphviz"
|
||||||
short_desc="Computer algebra system for polynomial computations"
|
short_desc="Computer algebra system for polynomial computations"
|
||||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
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/${version//./-}/singular-${version}.tar.gz"
|
distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${_majver//./-}/singular-${version}.tar.gz"
|
||||||
checksum=74f38288203720e3f280256f2f8deb94030dd032b4237d844652aff0faab36e7
|
checksum=95814bba0f0bd0290cd9799ec1d2ecc6f4c8a4e6429d9a02eb7f9c4e5649682a
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" ntl-devel"
|
makedepends+=" ntl-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue