[Bf-blender-cvs] [ad39c0f3121] master: Build: add missing library to the linux-rocky8-setup.sh script

Campbell Barton noreply at git.blender.org
Wed Dec 14 05:24:46 CET 2022


Commit: ad39c0f31218b5a977dd32817f216851b6560427
Author: Campbell Barton
Date:   Wed Dec 14 15:23:47 2022 +1100
Branches: master
https://developer.blender.org/rBad39c0f31218b5a977dd32817f216851b6560427

Build: add missing library to the linux-rocky8-setup.sh script

===================================================================

M	build_files/build_environment/linux/linux-rocky8-setup.sh

===================================================================

diff --git a/build_files/build_environment/linux/linux-rocky8-setup.sh b/build_files/build_environment/linux/linux-rocky8-setup.sh
index a1696ad5ccc..7be07b40a3e 100644
--- a/build_files/build_environment/linux/linux-rocky8-setup.sh
+++ b/build_files/build_environment/linux/linux-rocky8-setup.sh
@@ -81,6 +81,7 @@ PACKAGES_FOR_LIBS=(
     # NOTE(@campbellbarton): while `python39` is available, the default Python version is 3.6.
     # This is used for the `python3-mako` package for e.g.
     # So use the "default" system Python since it means it's most compatible with other packages.
+    python3
 
     # Required by: `mesa`.
     expat-devel
@@ -89,8 +90,11 @@ PACKAGES_FOR_LIBS=(
     bison
     # Required by: `external_osl` as a build-time dependency.
     flex
+
     # Required by: `external_ispc`.
     ncurses-devel
+    # Required by: `external_ispc` (when building with CLANG).
+    libstdc++-static
 )
 
 # Additional packages needed for building Blender.



More information about the Bf-blender-cvs mailing list