2025-02-05 10:55:12 +01:00

28 lines
886 B
Bash

# Template file for 'singular'
pkgname=singular
version=4.4.1
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=6a4fbaaed05b89c35bff3b1c5e124344a088097f81affe129c9ae619b282b49b
if [ -z "$CROSS_BUILD" ]; then
makedepends+=" ntl-devel"
fi