Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880679 - dev-libs/libclc: Add support for spirv
Summary: dev-libs/libclc: Add support for spirv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-11-10 04:16 UTC by Matt Turner
Modified: 2022-11-10 17:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2022-11-10 04:16:53 UTC
I'm trying to build a tool that's part of Mesa (intel-clc) and it apparently requires /usr/share/clc/spirv64-mesa3d-.spv

Looks like it's also required for ray tracing support.

Fedora apparently provides these files. See: https://src.fedoraproject.org/rpms/libclc/blob/rawhide/f/libclc.spec#_91
Comment 1 Larry the Git Cow gentoo-dev 2022-11-10 17:02:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7bc2315472f1240c78bcf7638c5401053426e5

commit 1d7bc2315472f1240c78bcf7638c5401053426e5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2022-11-10 17:00:56 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2022-11-10 17:02:16 +0000

    dev-libs/libclc: Support building SPIRV targets
    
    Closes: https://bugs.gentoo.org/880679
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-libs/libclc/libclc-15.0.4-r1.ebuild          | 81 ++++++++++++++++++++++++
 dev-libs/libclc/libclc-15.0.4.9999.ebuild        | 27 ++++++--
 dev-libs/libclc/libclc-16.0.0.9999.ebuild        | 32 ++++++++--
 dev-libs/libclc/libclc-16.0.0_pre20221104.ebuild | 32 ++++++++--
 dev-libs/libclc/metadata.xml                     |  3 +
 5 files changed, 155 insertions(+), 20 deletions(-)