28 lines
886 B
Bash
28 lines
886 B
Bash
# Template file for 'singular'
|
|
pkgname=singular
|
|
version=4.4.0
|
|
revision=1
|
|
_majver=${version%p*}
|
|
build_style=gnu-configure
|
|
configure_args="--with-readline=ncurses
|
|
--enable-gfanlib
|
|
--enable-Singular
|
|
--enable-factory
|
|
--disable-doc
|
|
--disable-polymake
|
|
--without-python
|
|
--with-libparse
|
|
ac_cv_lib_cddgmp_dd_free_global_constants=yes"
|
|
hostmakedepends="perl tar"
|
|
makedepends="flintlib-devel cddlib-devel readline-devel"
|
|
short_desc="Computer algebra system for polynomial computations"
|
|
maintainer="dkwo <npiazza@disroot.org>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.singular.uni-kl.de"
|
|
distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${_majver//./-}/singular-${version}.tar.gz"
|
|
checksum=c269abbd24c84fe33edc0af1e78b8fec53d8e94338410ac06c2666cfd40d43f2
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
makedepends+=" ntl-devel"
|
|
fi
|