On Saturday, 20 January 2024 at 17:59, Tom Hughes via devel wrote:
> On 20/01/2024 16:07, Jerry James wrote:
> 
> > 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?
> 
> The correct way to do that is to install in /usr/lib{,64}/pkgconfig
> instead of /usr/share/pkgconfig I think?

Correct!

Regards,
Dominik
-- 
Fedora   https://fedoraproject.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
        -- from "Collected Sayings of Muad'Dib" by the Princess Irulan
--
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to