[openimageio] update version to 2.3.7.2 (#19961)

* [openimageio] update version to 2.3.7.2

* Disable the test in vcpkg

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
This commit is contained in:
Cheney Wang 2021-09-07 21:09:32 -07:00 committed by GitHub
parent f63a6a53b4
commit 4814a51290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 6 deletions

View File

@ -0,0 +1,18 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 54fe7d9..65f47fd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -281,11 +281,12 @@ install (EXPORT OIIO_EXPORTED_TARGETS
FILE ${OIIO_TARGETS_EXPORT_NAME}
NAMESPACE ${PROJECT_NAME}::)
-
+if (0)
if (NOT ${PROJECT_NAME}_IS_SUBPROJECT)
oiio_setup_test_data()
oiio_add_all_tests()
endif ()
+endif ()
if (NOT ${PROJECT_NAME}_IS_SUBPROJECT)
include (packaging)

View File

@ -8,12 +8,13 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO OpenImageIO/oiio
REF 099c8585e3add6f58fab9aa438a491fa55d3f67e # 2.2.17.0
SHA512 36e3aef52e082fcff64a16d10ad372a6335b3562c3d6e62aac88173476ae6c3694ac565084d50551724f47be83a7a8182e608c81c7a787392e576d9c401f65f5
REF 9f74cf4d9813bfdcad5bca08b4ff75a25d056cb0 # 2.3.7.2
SHA512 cebc388e842e983f010c5f3bf57bed3fe1ae9d2eac79019472f8431b194d6a8b156b27cc5688bd0998aa2d01959d47bcdc7e637417f755433ffe32c491cdc376
HEAD_REF master
PATCHES
fix-config-cmake.patch
fix_static_build.patch
disable-test.patch
)
file(REMOVE_RECURSE "${SOURCE_PATH}/ext")

View File

@ -1,7 +1,6 @@
{
"name": "openimageio",
"version": "2.2.17.0",
"port-version": 1,
"version": "2.3.7.2",
"description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.",
"homepage": "https://github.com/OpenImageIO/oiio",
"dependencies": [

View File

@ -4713,8 +4713,8 @@
"port-version": 1
},
"openimageio": {
"baseline": "2.2.17.0",
"port-version": 1
"baseline": "2.3.7.2",
"port-version": 0
},
"openjpeg": {
"baseline": "2.3.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6da138c7530d19649391636a660a06aac51db135",
"version": "2.3.7.2",
"port-version": 0
},
{
"git-tree": "1567eaa1f67e0996635f0d4213b55e9b97882acf",
"version": "2.2.17.0",