pkgsrc/devel/libcerf/Makefile
adam ea243ebf50 libcerf: updated to 1.13
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.
2019-03-01 12:47:22 +00:00

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"