File:  [cvs.NetBSD.org] / pkgsrc / math / fftw / Makefile
Revision 1.79: download - view: text, annotated - select for diffs
Thu Mar 14 19:33:04 2024 UTC (13 months, 1 week ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
fftw: add lib/cmake/fftw3/FFTW3LibraryDepends.cmake

FFTW3*Config.cmake includes FFTW3LibraryDepends.cmake but package doesn't
install it, making cmake unhappy.  Creating an empty file is sufficient
to at least get graphics/krita building.

# $NetBSD: Makefile,v 1.79 2024/03/14 19:33:04 markd Exp $

COMMENT=	Fast C routines to compute DFTs (single and double precision)
PKGREVISION=	2

SUPERSEDES=	fftwf-[0-9]*
CONFLICTS+=	fftwf-[0-9]*

# The standard precision is double. We always build at least
# single in addition.
FFTW_PRECISION=	double float

.include "Makefile.common"

# referenced by FFTW3*Config.cmake
post-install:
	touch ${DESTDIR}${PREFIX}/lib/cmake/fftw3/FFTW3LibraryDepends.cmake

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>