From e975c569e6a579942f845e8d05c3bfdf2bd85420 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 12 Feb 2013 17:04:36 -0600 Subject: [PATCH] openimageio 1.1.6 --- Formula/openimageio.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/openimageio.rb b/Formula/openimageio.rb index 90c7466406..17f03dc238 100644 --- a/Formula/openimageio.rb +++ b/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 ]