pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/benchfft
Module Name: pkgsrc
Committed By: kamil
Date: Sun Sep 25 23:14:52 UTC 2016
Modified Files:
pkgsrc/benchmarks/benchfft: Makefile
Log Message:
Build benchfft with gfortran instead of g95
This package doesn't compile with g95 on NetBSD 7.99.39 and older releases
according to bulk results (eg. pkgsrc NetBSD 7.0.1_PATCH/x86_64 2016-09-20
13:42). It might be also questionable to benchmark code generated with g95.
Bump PKGREVISION to 5.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/benchmarks/benchfft/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/benchfft/Makefile
diff -u pkgsrc/benchmarks/benchfft/Makefile:1.38 pkgsrc/benchmarks/benchfft/Makefile:1.39
--- pkgsrc/benchmarks/benchfft/Makefile:1.38 Thu Oct 9 14:05:58 2014
+++ pkgsrc/benchmarks/benchfft/Makefile Sun Sep 25 23:14:52 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2014/10/09 14:05:58 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2016/09/25 23:14:52 kamil Exp $
DISTNAME= benchfft-2.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= benchmarks math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
ftp://ftp.fftw.org/pub/fftw/old/benchfft/
@@ -15,6 +15,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake csh:run
USE_LANGUAGES= c fortran77
USE_LIBTOOL= yes
+PKGSRC_FORTRAN= gfortran
LIBTOOL_OVERRIDE= libtool ../fftw-*/libtool
CONFIG_GUESS_OVERRIDE= config.guess ../fftw-*/config.guess
Home |
Main Index |
Thread Index |
Old Index