update to 2.3.0
changes:
-New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn,
mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit,
mpfr_setsign, mpfr_copysign, mpfr_get_patches
-Functions mpfr_sin, mpfr_cos and mpfr_sin_cos improved
-More detailed MPFR manual
-Improved tests (make check)
-Bug fixes
2007-09-18 22:15:57 +02:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.6 2007/09/18 20:15:58 drochner Exp $
|
2004-06-06 00:19:53 +02:00
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
|
|
MPFR_BUILDLINK3_MK:= ${MPFR_BUILDLINK3_MK}+
|
|
|
|
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= mpfr
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmpfr}
|
|
|
|
BUILDLINK_PACKAGES+= mpfr
|
2006-07-09 01:10:35 +02:00
|
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}mpfr
|
2004-06-06 00:19:53 +02:00
|
|
|
|
|
|
|
.if !empty(MPFR_BUILDLINK3_MK:M+)
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.mpfr+= mpfr>=2.0.3
|
2004-06-06 00:19:53 +02:00
|
|
|
BUILDLINK_PKGSRCDIR.mpfr?= ../../math/mpfr
|
|
|
|
.endif # MPFR_BUILDLINK3_MK
|
|
|
|
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
|
|
|
2006-04-12 12:26:59 +02:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|