Skip to content

Commit

Permalink
[materialx] Fix features build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmigliore committed Oct 25, 2024
1 parent cff6ed4 commit 9a822ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 1 addition & 5 deletions ports/materialx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO AcademySoftwareFoundation/MaterialX
REF "v${VERSION}"
SHA512 ca743e619f51bddd67419c79a31e9fb92dd7883e8c182897c1d8cea2e5dc51cddf13ac8cc798cfa0f022dacf4fd77881aefc24f3184f8b7273651ba55c7df400
SHA512 ca743e619f51bddd67419c79a31e9fb92dd7883e8c182897c1d8cea2e5dc51cddf13ac8cc798cfa0f022dacf4fd77881aefc24f3184f8b7273651ba55c7df400
HEAD_REF main
)

Expand All @@ -27,10 +27,6 @@ vcpkg_cmake_configure(
"-DMATERIALX_BUILD_PYTHON:BOOL=NO"
"-DMATERIALX_BUILD_VIEWER:BOOL=NO"
"-DMATERIALX_BUILD_DOCS:BOOL=NO"
"-DMATERIALX_BUILD_GEN_GLSL:BOOL=NO"
"-DMATERIALX_BUILD_GEN_OSL:BOOL=NO"
"-DMATERIALX_BUILD_GEN_MDL:BOOL=NO"
"-DMATERIALX_BUILD_RENDER:BOOL=NO"
"-DMATERIALX_BUILD_OIIO:BOOL=NO"
"-DMATERIALX_BUILD_TESTS:BOOL=NO"
"-DMATERIALX_PYTHON_LTO:BOOL=NO"
Expand Down
1 change: 1 addition & 0 deletions ports/materialx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "materialx",
"version": "1.39.1",
"port-version": 1,
"description": "MaterialX is an open standard for the exchange of rich material and look-development content across applications and renderers.",
"homepage": "https://www.materialx.org/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5778,7 +5778,7 @@
},
"materialx": {
"baseline": "1.39.1",
"port-version": 0
"port-version": 1
},
"mathc": {
"baseline": "2019-09-29",
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/materialx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b003eaaf8c723849203b9ccfb642a332759f68f6",
"version": "1.39.1",
"port-version": 1
},
{
"git-tree": "43f4bdc0c36c5c07302761341423d663f9fbea47",
"version": "1.39.1",
Expand Down

0 comments on commit 9a822ce

Please sign in to comment.