Received: by mail.netbsd.org (Postfix, from userid 605) id A9F2384D17; Sat, 22 May 2021 16:57:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E60C384CEA for ; Sat, 22 May 2021 16:57:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AqhTzc6XUQvc for ; Sat, 22 May 2021 16:57:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 49B0D84CE9 for ; Sat, 22 May 2021 16:57:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D8BDFA95; Sat, 22 May 2021 16:57:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621702676245870" MIME-Version: 1.0 Date: Sat, 22 May 2021 16:57:56 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/math/fftw2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210522165756.3D8BDFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621702676245870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sat May 22 16:57:56 UTC 2021 Modified Files: pkgsrc/math/fftw2: DESCR Log Message: fftw2: Note in DESCR that this is egregiously old To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/math/fftw2/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621702676245870 Content-Disposition: inline Content-Length: 808 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/fftw2/DESCR diff -u pkgsrc/math/fftw2/DESCR:1.1.1.1 pkgsrc/math/fftw2/DESCR:1.2 --- pkgsrc/math/fftw2/DESCR:1.1.1.1 Thu Jun 5 20:50:29 2003 +++ pkgsrc/math/fftw2/DESCR Sat May 22 16:57:56 2021 @@ -1,2 +1,8 @@ -This is FFTW, v. 2.1.3. FFTW is a collection of fast C routines to +This is FFTW version 2. FFTW is a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions. + +Uptream says (but apparently there was a relaase in 2003): +If you are still using FFTW 2.x, please note that FFTW 2.x was last +updated in 1999 and it is obsolete. Please upgrade to FFTW 3.x. The +API of FFTW 3.x is incompatible with that of FFTW 2.x, for reasons of +performance and generality (see the FAQ or the manual). \ No newline at end of file --_----------=_1621702676245870--