Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751262 - media-libs/vulkan-layers-9999 must define spirv-headers location
Summary: media-libs/vulkan-layers-9999 must define spirv-headers location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-26 03:34 UTC by James McClain
Modified: 2020-11-07 03:59 UTC (History)
3 users (show)

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


Attachments
Output of emerge --info (emerge-info.txt,8.99 KB, text/plain)
2020-10-26 03:34 UTC, James McClain
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James McClain 2020-10-26 03:34:06 UTC
Created attachment 668570 [details]
Output of emerge --info

Currently vulkan-layers-9999 fails to configure with the error:

"Must define location of SPIRV-Headers -- see BUILD.md"

Adding this to mycmakeargs fixes it.

'-DSPIRV_HEADERS_INSTALL_DIR="${EPREFIX}/usr/include/spirv"'
Comment 1 Larry the Git Cow gentoo-dev 2020-11-07 03:59:00 UTC
The bug has been closed via the following commit(s):

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

commit a2504ba696a6c9e1b005a83f03c27ba1d833be8b
Author:     Nick Sarnie <sarnex@gentoo.org>
AuthorDate: 2020-11-07 03:50:20 +0000
Commit:     Nick Sarnie <sarnex@gentoo.org>
CommitDate: 2020-11-07 03:58:00 +0000

    media-libs/vulkan-layers: Bump to 1.2.154
    
    Closes: https://bugs.gentoo.org/751262
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Nick Sarnie <sarnex@gentoo.org>

 media-libs/vulkan-layers/Manifest                  |  1 +
 .../vulkan-layers/vulkan-layers-1.2.154.ebuild     | 53 ++++++++++++++++++++++
 media-libs/vulkan-layers/vulkan-layers-9999.ebuild |  7 +--
 3 files changed, 58 insertions(+), 3 deletions(-)