@@ -50,7 +50,8 @@ def run(self):
5050 configure_command = shlex .split (
5151 "cmake -GNinja -Dccache=ON "
5252 "-Dgminimal=ON -Dasimage=ON -Dopengl=OFF " # Graphics
53- "-Druntime_cxxmodules=ON -Drpath=ON -Dfail-on-missing=ON -DROOT_WHEEL_BUILD=ON " # Generic build configuration
53+ "-Druntime_cxxmodules=ON -Drpath=ON -Dfail-on-missing=ON " # Generic build configuration
54+ "-Dtmva-pymva=OFF -Dtpython=OFF " # Turn off explicitly components that link against libPython
5455 "-Dbuiltin_nlohmannjson=ON -Dbuiltin_tbb=ON -Dbuiltin_xrootd=ON " # builtins
5556 "-Dbuiltin_lz4=ON -Dbuiltin_lzma=ON -Dbuiltin_zstd=ON -Dbuiltin_xxhash=ON " # builtins
5657 "-Dpyroot=ON -Ddataframe=ON -Dxrootd=ON -Dssl=ON -Dimt=ON "
@@ -97,7 +98,6 @@ def run(self):
9798 # After the copy of the "mock" package structure from the ROOT installations, these are the
9899 # leftover directories that still need to be copied
99100 self .copy_tree (os .path .join (INSTALL_DIR , "cmake" ), os .path .join (root_package_dir , "cmake" ))
100- self .copy_tree (os .path .join (INSTALL_DIR , "config" ), os .path .join (root_package_dir , "config" ))
101101 self .copy_tree (os .path .join (INSTALL_DIR , "etc" ), os .path .join (root_package_dir , "etc" ))
102102 self .copy_tree (os .path .join (INSTALL_DIR , "fonts" ), os .path .join (root_package_dir , "fonts" ))
103103 self .copy_tree (os .path .join (INSTALL_DIR , "icons" ), os .path .join (root_package_dir , "icons" ))
0 commit comments