diff options
| author | Misty De Meo | 2013-02-12 17:04:36 -0600 |
|---|---|---|
| committer | Misty De Meo | 2013-02-12 17:18:41 -0600 |
| commit | d761335e0d40f30a997fd294e7c931b37f47ced6 (patch) | |
| tree | 1f0f824d808557a7fbb58577e131ffda8a9d3544 /Library/Formula/openimageio.rb | |
| parent | 15b49bc38826c144884cbae257ca4d302fc639a7 (diff) | |
| download | homebrew-d761335e0d40f30a997fd294e7c931b37f47ced6.tar.bz2 | |
openimageio 1.1.6
Diffstat (limited to 'Library/Formula/openimageio.rb')
| -rw-r--r-- | Library/Formula/openimageio.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/openimageio.rb b/Library/Formula/openimageio.rb index 90c746640..17f03dc23 100644 --- a/Library/Formula/openimageio.rb +++ b/Library/Formula/openimageio.rb @@ -36,8 +36,8 @@ end class Openimageio < Formula homepage 'http://openimageio.org' - url 'https://github.com/OpenImageIO/oiio/tarball/Release-1.0.10' - sha1 'd8e546013c56df78c6d07dd55a464a708b3a5837' + url 'https://github.com/OpenImageIO/oiio/tarball/Release-1.1.6' + sha1 '75be042f3f50ff1c558c04e1a8a256c4fdc250ad' head 'https://github.com/OpenImageIO/oiio.git' @@ -120,7 +120,7 @@ class Openimageio < Formula # make is a shell wrapper for cmake crafted by the devs (who have Lion). system "make", *args system "make test" if build.include? 'with-tests' - # There is no working make install in 1.0.2, devel or HEAD. + # There is no working make install in 1.1.6, devel or HEAD. Dir.chdir 'dist/macosx' do (lib + which_python ).install 'lib/python/site-packages' prefix.install %w[ bin include ] |
