68e61d2e23
What's Changed Disable quiet nan test on windows by @floitsch in #174 Test on all platforms. by @floitsch in #175 Fix warnings on Windows by @floitsch in #176 Run ctests first. by @floitsch in #177 Give shared-lib option and test install by @floitsch in #179 Install Windows debbuger (pdb) files. by @floitsch in #178 Add a cast to silence a signedness conversion warning. by @pkasting in #182 Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings by @seanm in #185
18 lines
518 B
Makefile
18 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/08/07 07:53:35 wiz Exp $
|
|
|
|
DISTNAME= double-conversion-3.2.1
|
|
CATEGORIES= math converters
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/google/double-conversion/
|
|
COMMENT= Conversion routines for IEEE doubles
|
|
LICENSE= modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
|
|
CMAKE_ARGS+= -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|