84f163ca58
Utilities for dealing with IEEE floating point numbers, ported from the Tango math library; approximate and exact equality comparisons for general types.
13 lines
383 B
Makefile
13 lines
383 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 14:01:15 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-ieee754
|
|
|
|
.if !defined(HS_IEEE754_BUILDLINK3_MK)
|
|
HS_IEEE754_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-ieee754+= hs-ieee754>=0.8.0
|
|
BUILDLINK_ABI_DEPENDS.hs-ieee754+= hs-ieee754>=0.8.0
|
|
BUILDLINK_PKGSRCDIR.hs-ieee754?= ../../math/hs-ieee754
|
|
.endif # HS_IEEE754_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-ieee754
|