Path to this page:
./
benchmarks/benchfft,
Benchmark your machine with a number of FFT algorithms
Branch: CURRENT,
Version: 2.0nb5,
Package name: benchfft-2.0nb5,
Maintainer: pkgsrc-usersThis is benchFFT 2.0, a program to measure the speed and accuracy of a
wide variety of FFT implementations in both C and Fortran.
Included (in the c_source/ and f_source/ directories) are the source
codes for many publicly available FFTs, all of which are incorporated
into the benchmark.
Required to run:[
lang/g95]
Required to build:[
devel/libtool-fortran] [
pkgtools/cwrappers]
Master sites:
Filesize: 571.795 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2016-09-26) Updated to version: benchfft-2.0nb5
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2012-02-06) Updated to version: benchfft-2.0nb4
- (2009-12-03) Updated to version: benchfft-2.0nb3
CVS history: (Expand)
2021-10-26 12:02:56 by Nia Alarie | Files touched by this commit (52) |
Log message:
benchmarks: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:18:34 by Nia Alarie | Files touched by this commit (52) |
Log message:
benchmarks: Remove SHA1 hashes for distfiles
|
2018-07-17 16:58:05 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
When using g95, build brenner.f without optimisation to avoid ICE.
Drop gfortran requirement.
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2016-09-26 01:14:52 by Kamil Rytarowski | Files touched by this commit (1) |
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.
|
2015-11-03 01:25:52 by Alistair G. Crooks | Files touched by this commit (43) |
Log message:
Add SHA512 digests for distfiles for benchmarks category
Problems found with existing distfile for superpi:
distfiles/super_pi-20030927/super_pi.tar.gz
No changes were made to the superpi/distinfo file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
distfiles/eagle-lin32-7.4.0.run
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2012-09-12 00:37:15 by Aleksej Saushev | Files touched by this commit (42) |
Log message:
"user-destdir" is default these days
|