16 lines
348 B
Makefile
16 lines
348 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2021/09/06 07:02:57 nia Exp $
|
|
|
|
BUILDLINK_TREE+= imath
|
|
|
|
.if !defined(IMATH_BUILDLINK3_MK)
|
|
IMATH_BUILDLINK3_MK:=
|
|
|
|
# C++14
|
|
GCC_REQD+= 6
|
|
|
|
BUILDLINK_API_DEPENDS.imath+= imath>=3.0.4
|
|
BUILDLINK_ABI_DEPENDS.imath+= imath>=3.1
|
|
BUILDLINK_PKGSRCDIR.imath?= ../../math/imath
|
|
.endif # IMATH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -imath
|