28 lines
847 B
Bash
28 lines
847 B
Bash
# Template file for 'singular'
|
|
pkgname=singular
|
|
version=4.3.2p10
|
|
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>"
|
|
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=28c2c9fcfee954e00dfa56eb1a7d418d5b1de67c4398d25a0f2b8f73e71552a8
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
makedepends+=" ntl-devel"
|
|
fi
|