void-packages/srcpkgs/singular/template
2023-05-01 00:15:47 +02:00

27 lines
861 B
Bash

# Template file for 'singular'
pkgname=singular
version=4.3.2
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 doxygen"
makedepends="flintlib-devel cddlib-devel readline-devel graphviz"
short_desc="Computer algebra system for polynomial computations"
maintainer="dkwo <npiazza@disroot.org>"
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=3fd565d1bd4265fa8ba7cc189137a36d9daf9939b5bb411466c2028d9191f6db
if [ -z "$CROSS_BUILD" ]; then
makedepends+=" ntl-devel"
fi