Skip to content

Commit

Permalink
Merge branch 'weta/user/sschmidt/pakUpdate' into 'weta/v1.38.7'
Browse files Browse the repository at this point in the history
use appendFor for PYTHONPATH and remove python requirements

See merge request habitat/platform/oss/materialx!4
  • Loading branch information
SebSchmidtWetaFx committed Oct 13, 2023
2 parents 241156d + d6238bf commit 51864ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions habitat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ materialx_pak:
PakVariables:
LD_LIBRARY_PATH: !Append "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib"
PATH: !Append "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/bin"
PYTHONPATH: !Append "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib/python"
PYTHONPATH: !AppendFor ['python', "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib/python"]
Library: materialx
DeveloperVariables:
LIBMATERIALX_LIBPATH: "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib"
LIBMATERIALX_INCLUDES: "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/include"
CMAKE_PREFIX_PATH: !Append "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib/cmake/MaterialX"
Requires:
python: ">=2.7<3.11"
WetaVFXPlatform: ">=2019<2023"
weta.runtime: ">=1.23.50"


compile_materialx:
Expand Down

0 comments on commit 51864ae

Please sign in to comment.