Commit Graph

7 Commits

Author SHA1 Message Date
matt johnson
4130d2a524 Boost: only add Boost libraries for x64 platforms on Linux
Supporting Boost on Linux for arm64 architectures will require an arm64
build of the Boost libraries first.

#jira UE-148055
#rb brandon.schaefer
#preflight 624b38b5c51908059aeac22b

[CL 19612949 by matt johnson in ue5-main branch]
2022-04-04 14:37:44 -04:00
matt johnson
5494b43579 USD: build using CMake directly on Linux
This mirrors similar changes done on Windows and Mac and adds a bash
script on Linux with the recipe for building USD and its supporting files using
CMake directly. This ensures that USD builds specifically against the
engine's versions of USD's library dependencies rather than having
USD's build script download and build its own versions. Some of the
manual steps involved in preparing a build of USD for installation in the
engine were rolled into this bash script. When the script completes, the
build products are mostly ready to be copied into place, although
plugInfo.json files will still need their LibraryPath to be adjusted.

Note that this does not yet add support for the usdAbc plugin, as
some additional Linux-specific issues need to be addressed first.
The usdAbc plugin is still only available on Windows and Mac for now.

These changes include the updates to the build process as well as a full
rebuild of USD for Linux built using this new setup. It also includes the
changes necessary to the Boost module rules in order to link against the
engine's version of Boost.

The version of USD remains unchanged here, and still represents USD
version 21.08, matching Windows and Mac.

#rb daniel.coelho, anousack.kitisa
#preflight 6244a7c48f06610224f9ceb6

[CL 19591291 by matt johnson in ue5-main branch]
2022-04-01 13:24:25 -04:00
matt johnson
f742de537f USD: build using CMake directly on Mac and add usdAbc plugin
This mirrors a similar change done on Windows and adds a bash script
on Mac with the recipe for building USD and its supporting files using
CMake directly. This ensures that USD builds specifically against the
engine's versions of USD's library dependencies rather than having
USD's build script download and build its own versions. Some of the
manual steps involved in preparing a build of USD for installation in the
engine were rolled into this bash script. When the script completes, the
build products are mostly ready to be copied into place, although
plugInfo.json files will still need their LibraryPath to be adjusted.

With that change in place, we can also now build the usdAbc plugin that
is included with USD which adds a file format plugin for reading Alembic
files via USD.

These changes include the updates to the build process as well as a full
rebuild of USD for Mac built using this new setup. It also includes the
changes necessary to the Boost module rules in order to link against the
engine's version of Boost.

The version of USD remains unchanged here, and still represents USD
version 21.08, matching Windows and Linux.

#rb daniel.coelho, anousack.kitisa
#preflight 621fc972f134125ae0aed638, 621fc99e257fd6e099786eb5

[CL 19230465 by matt johnson in ue5-main branch]
2022-03-02 16:59:41 -05:00
aurel cordonnier
fc542f6cfd Merge from Release-Engine-Staging @ 18081189 to Release-Engine-Test
This represents UE4/Main @18073326, Release-5.0 @18081140 and Dev-PerfTest @18045971

[CL 18081471 by aurel cordonnier in ue5-release-engine-test branch]
2021-11-07 23:43:01 -05:00
matt johnson
d568360153 USD: rebuild USD v21.05 using MSVC 1.42
This change replaces the USD shared libraries on Windows with
versions built using MSVC 1.42, updating their dependencies on
Boost to reflect the "vc142" versions of the Boost libraries.

There was no change to the version of USD used, so these libraries
still represent USD version 21.05, and the rebuild was only necessary
for Windows.

The Build.cs for the Boost UE module now looks for the "vc142"
versions of the Boost libraries.

#rb michael.balzer, jeanmichel.dignard
#preflight 611aba9d3a81b00001d61b30

#ROBOMERGE-SOURCE: CL 17184052 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v855-17104924)

[CL 17184058 by matt johnson in ue5-release-engine-test branch]
2021-08-16 19:05:54 -04:00
michael balzer
3cb43fd8e4 USDImporter: Use Boost and TBB from general TPS folder; remove copy of Boost libraries within the USD importer folders.
Reviewed in 16615565 and 16616408.

#jira UETOOL-3730
#rb ryan.schmidt sebastien.lussier
#rnx

#ROBOMERGE-SOURCE: CL 16845132 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v836-16769935)

[CL 16845134 by michael balzer in ue5-release-engine-test branch]
2021-07-13 20:38:43 -04:00
michael balzer
6b2c6fa6dd ThirdPartySoftware: Add Boost-1.70.0 with built libraries for atomic, chrono, iostreams, python37, regex, system, thread; this is a required dependency for USD and OpenVDB.
#jira UETOOL-3730
#rb ryan.schmidt sebastien.lussier
#rnx

#ROBOMERGE-SOURCE: CL 16841058 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v836-16769935)

[CL 16841072 by michael balzer in ue5-release-engine-test branch]
2021-07-13 15:17:03 -04:00