[Mesa-dev] [Bug 61415] Clover ignores --with-opencl-libdir path

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 28 06:08:58 PST 2013


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

Francisco Jerez <currojerez at riseup.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---
                 CC|                            |mattst88 at gmail.com

--- Comment #9 from Francisco Jerez <currojerez at riseup.net> ---
(In reply to comment #7)
> Please could you clarify what libraries should be installed into this
> directory? 
> 
> I was building i965 r600g and clover all together and wasn't seeing anything
> in there

Looking through the commit logs, this seems to have broken it:

> commit 45270fb0fd1abd7619933c2845f9dc74cdfbe6fd
> Author: Matt Turner <mattst88 at gmail.com>
> Date:   Thu Sep 13 10:45:01 2012 -0700
> 
>     targets/pipe-loader: Convert to automake
> 

After this commit the PIPE_INSTALL_DIR environment variable is ignored and pipe
libraries are installed unconditionally into "$(libdir)/gallium-pipe" (which
seems OK by itself but it breaks the expected behaviour of the
"--with-opencl-libdir" configure option). A possible solution would be to
rename this option to "--with-pipe-libdir" (or something similar) and fix
"targets/pipe-loader/Makefile.am" to take it into account correctly.

Reopening and adding Matt to the CC list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130228/dfbe8490/attachment.html>


More information about the mesa-dev mailing list