Import of pkgsrc-2014Q1
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user