ea243ebf50
libcerf-1.13: - Further adjustments for compilation under Windows libcerf-1.12: - Require CMake 3.6, outcomment code that requires 3.13. - Relative paths in CMake sources, for use as subproject. - When compiling as CPP, then #include<complex>, not <complex.h>; revise the entire C-vs-CPP machinery. - Remove tests with different inf or nan results on different systems or under different compilers.
24 lines
606 B
Makefile
24 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.9 2019/03/01 12:47:22 adam Exp $
|
|
|
|
DISTNAME= libcerf-1.13
|
|
CATEGORIES= devel math
|
|
MASTER_SITES= http://apps.jcns.fz-juelich.de/src/libcerf/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://apps.jcns.fz-juelich.de/doku/sc/libcerf
|
|
COMMENT= Library providing efficient and accurate complex error functions
|
|
LICENSE= mit
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c99
|
|
USE_TOOLS+= pod2man
|
|
CMAKE_ARG_PATH= ${WRKSRC}
|
|
CONFIGURE_DIRS= ${WRKDIR}/build
|
|
PKGCONFIG_OVERRIDE= libcerf.pc.in
|
|
TEST_TARGET= test
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKDIR}/build
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|