Skip to content

Commit

Permalink
ilmbase 1.0.3
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#21273.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Kelloggs authored and adamv committed Jul 17, 2013
1 parent 021e2c2 commit bff639d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/ilmbase.rb
Expand Up @@ -2,13 +2,10 @@

class Ilmbase < Formula
homepage 'http://www.openexr.com/'
url 'http://download.savannah.gnu.org/releases/openexr/ilmbase-1.0.2.tar.gz'
sha1 'fe6a910a90cde80137153e25e175e2b211beda36'
url 'https://github.com/downloads/openexr/openexr/ilmbase-1.0.3.tar.gz'
sha1 '20597d2a27e3b580e0972576e6b07bf4836b5dc6'

def install
# prevent 'cc1plus: error: unrecognized command line option "-Wno-long-double"'
inreplace 'configure', 'CXXFLAGS="$CXXFLAGS -Wno-long-double"', ''

system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
Expand Down

0 comments on commit bff639d

Please sign in to comment.