pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/fftw



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan 19 13:47:13 UTC 2026

Modified Files:
        pkgsrc/math/fftw: Makefile options.mk

Log Message:
(math/fftw) +PKG_SUGGESTED_OPTIONS= fftw-fortran

Newly added ham/wsjtx wants this option. Proposal was made a week ago and
no objections, but favorable comments. Thank you:
  https://mail-index.netbsd.org/pkgsrc-users/2026/01/12/msg042455.html


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/math/fftw/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/fftw/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/fftw/Makefile
diff -u pkgsrc/math/fftw/Makefile:1.79 pkgsrc/math/fftw/Makefile:1.80
--- pkgsrc/math/fftw/Makefile:1.79      Thu Mar 14 19:33:04 2024
+++ pkgsrc/math/fftw/Makefile   Mon Jan 19 13:47:13 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.79 2024/03/14 19:33:04 markd Exp $
+# $NetBSD: Makefile,v 1.80 2026/01/19 13:47:13 mef Exp $
 
 COMMENT=       Fast C routines to compute DFTs (single and double precision)
-PKGREVISION=   2
+PKGREVISION=   3
 
 SUPERSEDES=    fftwf-[0-9]*
 CONFLICTS+=    fftwf-[0-9]*

Index: pkgsrc/math/fftw/options.mk
diff -u pkgsrc/math/fftw/options.mk:1.12 pkgsrc/math/fftw/options.mk:1.13
--- pkgsrc/math/fftw/options.mk:1.12    Sat Jun 12 07:30:23 2021
+++ pkgsrc/math/fftw/options.mk Mon Jan 19 13:47:13 2026
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.12 2021/06/12 07:30:23 nia Exp $
+# $NetBSD: options.mk,v 1.13 2026/01/19 13:47:13 mef Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fftw
 PKG_SUPPORTED_OPTIONS= fftw-fortran openmp mpi simd
+PKG_SUGGESTED_OPTIONS= fftw-fortran
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index