1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/math/pynac/Makefile
Yuri Victorovich 513bcc8c55 math/ntl: Update 11.4.3 -> 11.5.1
PR:		259363
Approved by:	ndowens04@gmail.com (maintainer's timeout, 58 days)
2021-12-20 13:36:53 -08:00

37 lines
886 B
Makefile

# Created by: thierry@pompo.net
PORTNAME= pynac
PORTVERSION= 0.7.27
PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Symbolic computation with Python objects, Sage Math support library
LICENSE= GPLv2
LIB_DEPENDS= libgmp.so:math/gmp \
libntl.so:math/ntl \
libmpfr.so:math/mpfr \
libflint.so:math/flint2 \
libSingular.so:math/singular
USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig \
python:3.6+
OPTIONS_DEFINE= GIAC
OPTIONS_DEFAULT=
GIAC_DESC= Use giac for polynomial manipulations
GIAC_LIB_DEPENDS= libgiac.so:math/giacxcas
GIAC_CONFIGURE_ON= --with-giac
GIAC_CONFIGURE_OFF= --without-giac
GIAC_LIBS= "-lm"
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}
USE_LDCONFIG= yes
TEST_TARGET= check
.include <bsd.port.mk>