From 94437d3316b9491753089244914fdb27fa23b643 Mon Sep 17 00:00:00 2001 From: jtb Date: Fri, 2 May 2003 18:04:47 +0000 Subject: Only use the fused multiply add version for PowerPC architecture. Move DISTNAME. --- math/fftw/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'math') diff --git a/math/fftw/Makefile b/math/fftw/Makefile index b1fbddb9aeb..ca3fbbbb08d 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.7 2003/04/29 22:48:45 jtb Exp $ +# $NetBSD: Makefile,v 1.8 2003/05/02 18:04:47 jtb Exp $ +.if (${MACHINE_ARCH} == "powerpc") +DISTNAME= fftw-3.0-fma +.else +DISTNAME= fftw-3.0 +.endif PKGNAME= fftw-3.0 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ http://www.fftw.org/ -.if (${MACHINE_ARCH} == "i386") -DISTNAME= fftw-3.0 -.else -DISTNAME= fftw-3.0-fma -.endif - MAINTAINER= root@garbled.net HOMEPAGE= http://www.fftw.org/ COMMENT= Collection of fast C routines to compute DFTs -- cgit v1.2.3