On Sat, Jan 20, 2024 at 8:32 AM Jonathan Wakely <jwakely@xxxxxxxxxx> wrote: > Aha, thanks for figuring that out! The problem was also observed at > https://bugzilla.redhat.com/show_bug.cgi?id=2036372#c43 but I didn't > get the right explanation. > > I'm not sure why the i686 package does that, maybe Jerry knows (I used > his TBB COPR for the new tbb.spec). Upstream has this in src/tbb/CMakeLists.txt: if (CMAKE_SIZEOF_VOID_P EQUAL 8) set(TBB_PC_NAME tbb) else() set(TBB_PC_NAME tbb32) endif() That makes the pkgconfig file install as tbb32.pc. I don't know why upstream is doing that. Maybe so 64-bit and 32-bit installs can coexist on the same system? -- Jerry James http://www.jamezone.org/ -- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue