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: wiz
Date: Fri Jan 31 15:46:55 UTC 2025
Modified Files:
pkgsrc/benchmarks/benchfft: Makefile
Log Message:
benchfft: fix build
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/benchmarks/benchfft/Makefile:1.42
--- pkgsrc/benchmarks/benchfft/Makefile:1.41 Tue Jul 17 14:58:05 2018
+++ pkgsrc/benchmarks/benchfft/Makefile Fri Jan 31 15:46:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2018/07/17 14:58:05 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2025/01/31 15:46:55 wiz Exp $
DISTNAME= benchfft-2.0
PKGREVISION= 5
@@ -27,6 +27,8 @@ INSTALLATION_DIRS= bin
CONFIGURE_DIRS= ${WRKDIR}/fftw-2.0.1 ${WRKSRC}
+MAKE_FLAGS+= FFLAGS="-O3 -std=legacy"
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bench \
${DESTDIR}${PREFIX}/bin/bench-fft
Home |
Main Index |
Thread Index |
Old Index