solid: fix component order
This commit is contained in:
parent
484f582356
commit
24567c4bd7
1 changed files with 3 additions and 3 deletions
|
@ -15,12 +15,12 @@ class Solid < Formula
|
|||
sha256 "db9bd9a409bc447657f759852aa02feb0bc19cd84c552b9c16dfed130c2a3829" => :mountain_lion
|
||||
end
|
||||
|
||||
deprecated_option "enable-doubles" => "with-doubles"
|
||||
deprecated_option "enable-tracer" => "with-tracer"
|
||||
|
||||
option "with-doubles", "Use internal double precision floats"
|
||||
option "with-tracer", "Use rounding error tracer"
|
||||
|
||||
deprecated_option "enable-doubles" => "with-doubles"
|
||||
deprecated_option "enable-tracer" => "with-tracer"
|
||||
|
||||
# This patch fixes a broken build on clang-600.0.56.
|
||||
# Was reported to bugs@dtecta.com (since it also applies to solid-3.5.6)
|
||||
patch :DATA
|
||||
|
|
Loading…
Reference in a new issue