Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 7D54063B88A for ; Thu, 9 Oct 2008 09:08:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 2CAFA63B1E5; Thu, 9 Oct 2008 09:08:23 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 99BE763B104 for ; Thu, 9 Oct 2008 09:08:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 86198175D0; Thu, 9 Oct 2008 09:08:21 +0000 (UTC) From: Adam Hoka Subject: CVS commit: pkgsrc/math/fftw To: pkgsrc-changes@NetBSD.org Reply-To: ahoka@netbsd.org Message-Id: <20081009090821.86198175D0@cvs.netbsd.org> Date: Thu, 9 Oct 2008 09:08:21 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: ahoka Date: Thu Oct 9 09:08:21 UTC 2008 Modified Files: pkgsrc/math/fftw: Makefile distinfo Log Message: Changes since FFTW 3.1.2: * Bug fix: FFTW computes incorrect results when the user plans both REDFT11 and RODFT11 transforms of certain sizes. The bug is caused by incorrect sharing of twiddle-factor tables between the two transforms, and only occurs when both are used. Thanks to Paul A. Valiant for the bug report. To generate a diff of this commit: cvs rdiff -r1.29 -r1.30 pkgsrc/math/fftw/Makefile cvs rdiff -r1.11 -r1.12 pkgsrc/math/fftw/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.