1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/mpc/Makefile
Gerald Pfeifer f90e22612a math/mpc: Update to MPC 1.2.1
MPC 1.2.1 only fixes two bugs:
 - an intermediate overflow in asin,
 - an incompatibility problem with GMP 6.0 and before (where we have
   a newer version in the tree since 2017).

PR:		254413
2021-09-12 04:27:56 +00:00

30 lines
637 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= mpc
PORTVERSION= 1.2.1
CATEGORIES= math devel
MASTER_SITES= GNU
MAINTAINER= gerald@FreeBSD.org
COMMENT= Library of complex numbers with arbitrarily high precision
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \
--with-mpfr=${LOCALBASE}
INSTALL_TARGET= install-strip
TEST_TARGET= check
USES= libtool
USE_LDCONFIG= yes
INFO= mpc
PLIST_FILES= include/mpc.h \
lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.2.1
.include <bsd.port.mk>