On Sun, 21 Jan 2024 at 12:10, Dominik 'Rathann' Mierzejewski wrote:
>
> 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?

Thanks. It's already in /usr/lib/pkgconfig anyway, so it looks like
the tbb32.pc name is just unnecessary.

I'll try a mock build with it renamed.
--
_______________________________________________
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