From f499e97533b3935a5e7378669ddbb2911c1c9c27 Mon Sep 17 00:00:00 2001 From: Sunya Boonyatera Date: Thu, 3 Oct 2024 13:09:13 -0700 Subject: [PATCH] Use boost::python to test --- azure-pypi-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pypi-pipeline.yml b/azure-pypi-pipeline.yml index 30cf84fdfb..9b81c7b48c 100644 --- a/azure-pypi-pipeline.yml +++ b/azure-pypi-pipeline.yml @@ -58,7 +58,7 @@ stages: addToPath: true - script: | sudo xcode-select -s /Applications/Xcode_13.2.app/Contents/Developer - $(PYTHON_INTERPRETER) build_scripts/build_usd.py --build-args USD,"-DPXR_PY_UNDEFINED_DYNAMIC_LOOKUP=ON -DPXR_BUILD_USD_TOOLS=OFF -DPXR_INSTALL_LOCATION=../pluginfo" --no-materialx --no-imaging --no-examples --no-tutorials --generator Xcode --build-target universal --build $HOME/USDgen/build --src $HOME/USDgen/src $HOME/USDinst -v + $(PYTHON_INTERPRETER) build_scripts/build_usd.py --build-args USD,"-DPXR_PY_UNDEFINED_DYNAMIC_LOOKUP=ON -DPXR_BUILD_USD_TOOLS=OFF -DPXR_INSTALL_LOCATION=../pluginfo" --boost-python --no-materialx --no-imaging --no-examples --no-tutorials --generator Xcode --build-target universal --build $HOME/USDgen/build --src $HOME/USDgen/src $HOME/USDinst -v displayName: 'Building USD' - bash: | $(PYTHON_INTERPRETER) -m pip install delocate~=0.10.2 wheel setuptools