[Bug 104551] Check if Mako templates for Python are installed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 9 22:23:32 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=104551

--- Comment #2 from Andrés Gómez García <agomez at igalia.com> ---
This is legit.

The problem is that

src/intel/vulkan/anv_icd.py

imports

src/intel/vulkan/anv_extensions.py

to get the MAX_API_VERSION symbol.

Since anv_extensions.py imports from mako, it fails in the release tarball.

I think we don't want to force having mako when compiling from the release
tarball and it is not really needed.

I think we could just split MAX_API_VERSION and related to another Python file
and import it from both, anv_extensions and anv_icd.

I'll look into this solution if nobody beats me to it...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180109/8b4b2b46/attachment.html>


More information about the intel-3d-bugs mailing list