pkgsrc/math/dragonbox/buildlink3.mk
ryoon 1e794ec548 math/dragonbox: import dragonbox-1.1.3
This library is a reference implementation of Dragonbox in C++.

Dragonbox is a float-to-string conversion algorithm based on a
beautiful algorithm Schubfach, developed by Raffaello Giulietti in
2017-2018. Dragonbox is further inspired by Grisu and Grisu-Exact.
2022-08-24 12:53:24 +00:00

12 lines
324 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2022/08/24 12:53:24 ryoon Exp $
BUILDLINK_TREE+= dragonbox
.if !defined(DRAGONBOX_BUILDLINK3_MK)
DRAGONBOX_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.dragonbox+= dragonbox>=1.1.3
BUILDLINK_PKGSRCDIR.dragonbox?= ../../math/dragonbox
.endif # DRAGONBOX_BUILDLINK3_MK
BUILDLINK_TREE+= -dragonbox