pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/fftw Disable fftw-fortran option by default until...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/197c5c5124f0
branches:  trunk
changeset: 621451:197c5c5124f0
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Tue Jul 09 15:46:45 2013 +0000

description:
Disable fftw-fortran option by default until lang/g95 issue is resolved.
Also bump PKGREVISION for the option default change.

"Please do that" from wiz@ in PR/48023.

diffstat:

 math/fftw/Makefile   |  4 ++--
 math/fftw/options.mk |  6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 2b66b1ec450d -r 197c5c5124f0 math/fftw/Makefile
--- a/math/fftw/Makefile        Tue Jul 09 15:22:31 2013 +0000
+++ b/math/fftw/Makefile        Tue Jul 09 15:46:45 2013 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2013/06/29 18:59:43 tsutsui Exp $
+# $NetBSD: Makefile,v 1.46 2013/07/09 15:46:45 tsutsui Exp $
 
 DISTNAME=      fftw-3.3.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftp.fftw.org/pub/fftw/ \
                http://www.fftw.org/
diff -r 2b66b1ec450d -r 197c5c5124f0 math/fftw/options.mk
--- a/math/fftw/options.mk      Tue Jul 09 15:22:31 2013 +0000
+++ b/math/fftw/options.mk      Tue Jul 09 15:46:45 2013 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: options.mk,v 1.1 2013/06/29 18:59:43 tsutsui Exp $
+# $NetBSD: options.mk,v 1.2 2013/07/09 15:46:45 tsutsui Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.fftw
 PKG_SUPPORTED_OPTIONS= fftw-fortran
+PKG_SUGGESTED_OPTIONS=
 # Enable fortran support by default on platforms supported by lang/g95.
 .if (!empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64) || \
        !empty(MACHINE_ARCH:Mia64) || !empty(MACHINE_ARCH:Mpowerpc*) || \
        !empty(MACHINE_ARCH:Mhppa) || !empty(MACHINE_ARCH:Msparc*) || \
        !empty(MACHINE_ARCH:Malpha) || !empty(MACHINE_ARCH:Mmips*))
-PKG_SUGGESTED_OPTIONS= fftw-fortran
+# ...but disable it until lang/g95 issue is resolved.
+#PKG_SUGGESTED_OPTIONS+=       fftw-fortran
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index