File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1111extensions = ["changelog" , "sphinxcontrib.doxylink" ]
1212
1313# This deployment mode exists so that documentation can be built within a
14- # Github runner without requiring USD/TBB/Boost to be installed. We would be
14+ # Github runner without requiring USD/TBB to be installed. We would be
1515# able to simplify the process if we could rely on pre-built dependencies which
1616# will be quick to install.
1717if os .environ .get ("BUILD_DOCS_WITHOUT_CMAKE" ):
Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ Dependencies
1616
1717Ensure that a minimal installation of :term: `USD ` is available. Headers and
1818compiled libraries from :term: `USD ` as well as headers from transitive
19- dependencies such as :term: `TBB ` and :term: `Boost ` are required during the
20- building process.
19+ dependencies such as :term: `TBB ` are required during the building process.
2120
2221If Python bindings are needed, :term: `USD ` must be built with Python support.
23- Compiled libraries and headers from Python and :term: ` Boost Python ` are
24- also required during the building process.
22+ Compiled libraries and headers from Python are also required during the
23+ building process.
2524
2625.. seealso ::
2726
@@ -37,7 +36,6 @@ Option / Environment Variable Description
3736============================= =========================================================
3837USD_ROOT Add search path to :term: `USD ` package.
3938TBB_ROOT Add search path to :term: `TBB ` package.
40- Boost_ROOT Add search path to :term: `Boost ` package.
4139Python_ROOT Add search path to Python package.
4240Pytest_ROOT Add search path to :term: `pytest ` program.
4341Doxygen_ROOT Add search path to :term: `doxygen ` program.
Original file line number Diff line number Diff line change 44Release Notes
55*************
66
7+ .. release :: Upcoming
8+
9+ .. change :: changed
10+
11+ Updated to use the :term: `Boost Python ` dependencies vendorized within OpenUSD,
12+ removing the need for a separate :term: `Boost ` installation.
13+
714.. release :: 0.7.0
815 :date: 2024-08-20
916
You can’t perform that action at this time.
0 commit comments