pkgsrc/math/mpcomplex/buildlink3.mk
asau 026c5d619f Import MPC (multiprecision complex arithmetic library) version 0.8.2
as math/mpcomplex.
Packaged by Marko Schuetz for pkgsrc-wip.

MPC is a C library for the arithmetic of complex numbers with
arbitrarily high precision and correct rounding of the result.
It is built upon and follows the same principles as MPFR.
2010-07-27 17:09:45 +00:00

14 lines
368 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/07/27 17:09:45 asau Exp $
BUILDLINK_TREE+= mpcomplex
.if !defined(MPCOMPLEX_BUILDLINK3_MK)
MPCOMPLEX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.mpcomplex+= mpcomplex>=0.8.2
BUILDLINK_PKGSRCDIR.mpcomplex?= ../../math/mpcomplex
.include "../../math/mpfr/buildlink3.mk"
.endif # MPCOMPLEX_BUILDLINK3_MK
BUILDLINK_TREE+= -mpcomplex