1e794ec548
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.
12 lines
324 B
Makefile
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
|