27 lines
853 B
Bash
27 lines
853 B
Bash
# Template file for 'singular'
|
|
pkgname=singular
|
|
version=4.3.0
|
|
revision=1
|
|
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 <nicolopiazzalunga@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.singular.uni-kl.de"
|
|
distfiles="https://service.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${version//./-}/singular-${version}.tar.gz"
|
|
checksum=74f38288203720e3f280256f2f8deb94030dd032b4237d844652aff0faab36e7
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
makedepends+=" ntl-devel"
|
|
fi
|