Skip to content

Commit

Permalink
[openexr] Update to v3.1.7 (#31235)
Browse files Browse the repository at this point in the history
* [openexr] Update to v3.1.7

* [openexr] Update baseline
  • Loading branch information
cbrl authored May 4, 2023
1 parent 47cdf39 commit a615e65
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 21 deletions.
13 changes: 0 additions & 13 deletions ports/openexr/avx.patch

This file was deleted.

7 changes: 3 additions & 4 deletions ports/openexr/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO AcademySoftwareFoundation/openexr
REF v3.1.5
SHA512 01ef16eacd2dde83c67b81522bae87f47ba272a41ce7d4e35d865dbdcaa03093e7ac504b95d2c1b3a19535f2364a4f937b0e0570c74243bb1c6e021fce7b620c
REF v3.1.7
SHA512 f72f5e728f10c06fca0172c9b4c1df752225c3aed7384b4eaa502f92f8547bb1df93fe96d4d132a81eb32b729cb9fd615be825aa6c5de78481d3038c0d47c4d5
HEAD_REF master
PATCHES avx.patch
)

vcpkg_check_features(OUT_FEATURE_OPTIONS OPTIONS
Expand All @@ -18,7 +17,7 @@ vcpkg_cmake_configure(
${OPTIONS}
-DBUILD_TESTING=OFF
-DOPENEXR_INSTALL_EXAMPLES=OFF
-DDOCS=OFF
-DBUILD_DOCS=OFF
OPTIONS_DEBUG
-DOPENEXR_BUILD_TOOLS=OFF
-DOPENEXR_INSTALL_TOOLS=OFF
Expand Down
3 changes: 1 addition & 2 deletions ports/openexr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "openexr",
"version": "3.1.5",
"port-version": 1,
"version": "3.1.7",
"description": "OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications",
"homepage": "https://www.openexr.com/",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5841,8 +5841,8 @@
"port-version": 1
},
"openexr": {
"baseline": "3.1.5",
"port-version": 1
"baseline": "3.1.7",
"port-version": 0
},
"openfbx": {
"baseline": "2022-07-18",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openexr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5bf66027763e861e804aee6113c5afc8bb0e1e7e",
"version": "3.1.7",
"port-version": 0
},
{
"git-tree": "1bdfd5d68efb96110d15fb1244b7413f1a5edcfe",
"version": "3.1.5",
Expand Down

0 comments on commit a615e65

Please sign in to comment.