mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
b9f449e15c
Needed so that math/py-gmp2 can be updated to a version compatible with Python 3.12. ok tb@ who also ran this update through a bulk
25 lines
459 B
Makefile
25 lines
459 B
Makefile
COMMENT= arbitrary-precision complex numbers math library
|
|
|
|
V= 1.2.1
|
|
DISTNAME= mpc-${V}
|
|
PKGNAME= libmpc-${V}
|
|
SHARED_LIBS= mpc 1.1 # 5.1
|
|
|
|
CATEGORIES= devel math
|
|
|
|
HOMEPAGE= http://www.multiprecision.org/mpc/
|
|
SITES= ${SITE_GNU:=mpc/}
|
|
|
|
# LGPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
LIB_DEPENDS= devel/mpfr \
|
|
devel/gmp,no_cxx,bootstrap
|
|
WANTLIB= gmp m mpfr
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-mpfr=${LOCALBASE} \
|
|
--with-gmp=${LOCALBASE}
|
|
|
|
.include <bsd.port.mk>
|