Commit graph

26 commits

Author SHA1 Message Date
Mike McQuaid
eefdf6b3f3 formulae: fix with/without usage.
Closes Homebrew/homebrew#27275.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08 00:54:35 +00:00
Fredrik Ehnbom
8258c3c3db fftw: enable universal option
Closes Homebrew/homebrew#27027.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-26 13:23:25 +00:00
BrewTestBot
762efa02fa fftw: add 3.3.3 bottle. 2014-02-24 15:38:31 +00:00
Xin Sun
8a79e5ba07 FFTW: Enable AVX support with clang compiler
Closes Homebrew/homebrew#24023.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-12-04 00:44:43 -06:00
Jack Nagel
23bae0a2b2 fftw: use optional dep for fortran 2013-06-25 21:14:36 -05:00
Adam Vandenberg
5852d2fbe3 Use :fortran
Closes Homebrew/homebrew#20731.
Closes Homebrew/homebrew#13621.
2013-06-24 07:38:09 -07:00
Adam Vandenberg
7290e7b916 fftw: fix fortran
Closes Homebrew/homebrew#20727.
2013-06-24 07:29:06 -07:00
Misty De Meo
e763b28b9f fftw: fix test 2013-06-07 09:54:53 -05:00
Misty De Meo
bd32bcfe5b fftw: add test 2013-06-02 16:03:36 -05:00
Adam Vandenberg
3fb4fc5bb5 fftw: make Fortran opt-in
Closes Homebrew/homebrew#17161.
2013-01-18 09:15:30 -08:00
Lucas Clemente
50f50f845a fftw 3.3.3
Closes Homebrew/homebrew#17077.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-14 09:30:51 -08:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
92f41eacb3 fftw: remove dir file cruft
`info` related files are now handled internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:40:04 -05:00
Tomas Frostensson
db28325cf1 fftw 3.3.2
Closes Homebrew/homebrew#12109.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:26:50 -05:00
David Hall
2ad7447b69 fftw 3.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-14 17:14:44 -07:00
Adam Vandenberg
18de10fe0a use which method 2012-03-06 06:53:07 -08:00
David Hall
8f1d8d4633 fftw 3.3
Closes Homebrew/homebrew#8145.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-16 20:36:08 -05:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
55b98a9421 Update formulae to use path shortcuts 2010-08-08 11:24:36 -07:00
Donald Ephraim Curtis
bb7479d680 fftw - check for gfortran before disabling it.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-06 07:31:22 -07:00
Adam Vandenberg
d81d434648 Remove silly concatenation. 2010-06-07 14:15:45 -07:00
Bart Janssen
58cf987812 Update fftw
* add double precision library
* add long-double precision

The fftw formula now installs single, double and long-double precision
libraries with SIMD optimization enabled for single and double precision.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-14 09:17:08 -07:00
Max Howell
3e5e220c9c Bump fftw to 3.2.2 2010-02-24 15:13:20 +00:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Max Howell
aa14a25a43 Apply new ENV capabilities to all existing Formulae 2009-08-10 18:11:22 +01:00
Max Howell
97b1ada08d Created /Library moved brew tool to /bin
Moved Forumla and Cellar/homebrew into Library.

This way the homebrew core files are more sensibly placed, Cellar is
more internally consistent and only generated. And Homebrew is ready for
use straight out of the tarball.
2009-06-04 19:36:58 +01:00