Commit graph

14 commits

Author SHA1 Message Date
joerg
b1d33f91a6 Fix type conversion. 2012-07-03 18:19:17 +00:00
dholland
2a169c87b4 Declare void function void; fixes clang build. 2012-04-22 21:08:20 +00:00
hans
07ffb2d88b Fix build with gfortran on SunOS and possibly others.
Also tested on NetBSD/i386 5.1 with f2c.
2012-01-12 12:36:13 +00:00
dholland
de1beb1b6d Fix mismatched return statements, which clang dislikes 2011-09-12 07:10:32 +00:00
joerg
1a79319de6 Fix build with GCC 4 and f2c. 2008-06-21 20:00:22 +00:00
joerg
1c2ce8a943 Backout last change. f2c is not correctly working here. 2005-12-20 17:58:51 +00:00
joerg
55e08ed436 Match function arguments with actual usage. Since neither me nor
the maintainer is very fluent with Fortan, let's assume f2c knows
what it was doing.
2005-12-13 17:20:53 +00:00
joerg
5b6bc50f6d Do not intermingle build phases, CONFIGURE_DIRS can specify a list of
directories to process. The removal of pre-configure fixes the config.*
handling at the same time. Also specify the config.status overrides.
Patch configure to not try to detect -lrfftw, just link the static
version explicitly. Do the same for -lfftw. This ensures that we
actually do get the static versions without having to worry about
libtool being too clever. Retire manual config.sub hacks, this should be
handled by config.guess already.

<jlam> just go ahead and commit that benchfft patch and let's
<jlam> never speak of it again :)
2005-11-05 21:04:36 +00:00
jmc
130ed41755 Add patches to config.sub so macppc is recognized 2001-12-07 19:46:06 +00:00
dmcmahill
0102563afa revert previous change. f2c package has been fixed so that the autoconf
builtin test correctly determines runtime path.
2001-04-15 02:20:05 +00:00
dmcmahill
5f4b2e8fa9 add missing -Wl,-R.... 2001-04-15 00:53:12 +00:00
dmcmahill
a764042bb6 make sure this works with either f77 or f2c-f77. Fixes recently noted
problems using f77 on alpha.
2001-03-19 14:22:52 +00:00
dmcmahill
637c5308bc -add missing USE_FORTRAN
-minor patches to allow the package to correctly build with either g77 or
 f2c.
2000-05-13 14:51:11 +00:00
garbled
ea588b5c08 Initital import of benchfft-2.0
Benchmark your machine with a number of FFT algorithims
1998-10-21 19:35:56 +00:00