2018-12-08 09:30:21 +01:00
|
|
|
PORTNAME= fplll
|
2023-12-18 09:11:28 +01:00
|
|
|
DISTVERSION= 5.4.5
|
2018-12-08 09:30:21 +01:00
|
|
|
CATEGORIES= math
|
2022-06-01 17:44:42 +02:00
|
|
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
2018-12-08 09:30:21 +01:00
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Lattice algorithms using floating-point arithmetic
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/fplll/fplll
|
2018-12-08 09:30:21 +01:00
|
|
|
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
LIB_DEPENDS= libgmp.so:math/gmp \
|
2020-12-06 03:34:37 +01:00
|
|
|
libmpfr.so:math/mpfr \
|
|
|
|
libqd.so:math/qd
|
2018-12-08 09:30:21 +01:00
|
|
|
|
2020-06-30 18:10:10 +02:00
|
|
|
USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig
|
2018-12-08 09:30:21 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2020-12-06 03:34:37 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
TEST_TARGET= check
|
|
|
|
|
2018-12-08 09:30:21 +01:00
|
|
|
.include <bsd.port.mk>
|