Skip to content

Commit 8915e3f

Browse files
authored
Merge pull request Homebrew#206290 from Homebrew/bump-openimageio-3.0.3.1
openimageio 3.0.3.1
2 parents 51af301 + 189bcc1 commit 8915e3f

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

Formula/o/openimageio.rb

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Openimageio < Formula
22
desc "Library for reading, processing and writing images"
33
homepage "https://openimageio.readthedocs.io/en/stable/"
4-
url "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.0.2.0.tar.gz"
5-
sha256 "93f8bb261dada2458de6c690e730d3e5dfd3cda44fc2e76cff2dc4cf1ecb05ff"
4+
url "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.0.3.1.tar.gz"
5+
sha256 "487482aca8c335007c2d764698584beeceeb55475616c91b8e3bb3c3b37e54ea"
66
license "Apache-2.0"
77
head "https://github.com/AcademySoftwareFoundation/OpenImageIO.git", branch: "master"
88

@@ -13,19 +13,19 @@ class Openimageio < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "1c9f6051068485231ad46c33f179ce6bd89739fdb92425f79f8797dac752c73c"
17-
sha256 cellar: :any, arm64_sonoma: "bff4156ec922c16c3d57d626f3ced2f6d904ad77ee2c1fcc8903e7d9b1f83dfc"
18-
sha256 cellar: :any, arm64_ventura: "ccc40381d0edbba74883756f22d18701e48cc066e9626c4c241dfdb55e93ad3f"
19-
sha256 cellar: :any, sonoma: "e9b9304dc073348741ffccd6fe8dad79729ebaa9b3d6dc7ae22b10d865a7c7dc"
20-
sha256 cellar: :any, ventura: "b0b40cc285dd66fcc13fd6faf4adfa12ab3660a0654e867f3a366207d0443ba0"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4f260096fce801441c469f28888d8809278b07e866bd688b9200b5aec2f649dc"
16+
sha256 cellar: :any, arm64_sequoia: "83715dede5cc6c95abe64d31dd2338fc58d55fd6d7e72c714da9423719c82a3f"
17+
sha256 cellar: :any, arm64_sonoma: "d3760dae1d8296425c238f984378cd3c2336a8f471bd09f1ee21778aca525243"
18+
sha256 cellar: :any, arm64_ventura: "9ef71d50a25f8eb3a30a340deae8f84a6b5f75df523fb4cba37e03ac68afa157"
19+
sha256 cellar: :any, sonoma: "a6f465045fd18b679fd9502275697540228ebbcd9e9cd7f7557e9a3e25296444"
20+
sha256 cellar: :any, ventura: "a6b1c9265e7dc64fbeaf7d219ad51075d05d4d202fd8c048f58283149ff5f6eb"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a0465c3c83feea2bfea1a59853a0366f27609122a6c34c0c582cd1c617abc71"
2222
end
2323

2424
depends_on "cmake" => :build
2525
depends_on "pkgconf" => :build
2626
depends_on "pybind11" => :build
2727
depends_on "ffmpeg"
28-
depends_on "fmt"
28+
depends_on "fmt" # needed for headers
2929
depends_on "freetype"
3030
depends_on "giflib"
3131
depends_on "imath"
@@ -56,21 +56,20 @@ def python3
5656

5757
def install
5858
py3ver = Language::Python.major_minor_version python3
59-
ENV["PYTHONPATH"] = prefix/Language::Python.site_packages(python3)
59+
ENV["PYTHONPATH"] = site_packages = prefix/Language::Python.site_packages(python3)
6060

6161
args = %W[
62-
-DPython_EXECUTABLE=#{which(python3)}
62+
-DCMAKE_INSTALL_RPATH=#{rpath};#{rpath(source: site_packages/"OpenImageIO")}
63+
-DPython3_EXECUTABLE=#{which(python3)}
6364
-DPYTHON_VERSION=#{py3ver}
64-
-DBUILD_MISSING_FMT=OFF
6565
-DCCACHE_FOUND=
6666
-DEMBEDPLUGINS=ON
6767
-DOIIO_BUILD_TESTS=OFF
68+
-DOIIO_INTERNALIZE_FMT=OFF
6869
-DUSE_DCMTK=OFF
6970
-DUSE_EXTERNAL_PUGIXML=ON
70-
-DUSE_JPEGTURBO=ON
7171
-DUSE_NUKE=OFF
7272
-DUSE_OPENCV=OFF
73-
-DUSE_OPENGL=OFF
7473
-DUSE_OPENJPEG=OFF
7574
-DUSE_PTEX=OFF
7675
-DUSE_QT=OFF

0 commit comments

Comments
 (0)