[Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-05 Thread Armin K
CMRT_LIBRARY_DIRS doesn't include any library paths when the library is installed system-wide, such as /usr. Also dlopen versioned library, as distros tend to split non-versioned sonames into -devel packages. Signed-off-by: Armin K --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+),

Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-07 Thread Guo, Yejun
ignet-boun...@lists.freedesktop.org] On Behalf Of Armin K Sent: Wednesday, October 05, 2016 10:33 PM To: beignet@lists.freedesktop.org Cc: Armin K Subject: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS CMRT_LIBRARY_DIRS doesn't include any library paths when the libra

Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-08 Thread Armin K.
@lists.freedesktop.org] On Behalf Of Armin K Sent: Wednesday, October 05, 2016 10:33 PM To: beignet@lists.freedesktop.org Cc: Armin K Subject: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS CMRT_LIBRARY_DIRS doesn't include any library paths when the library is

Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-08 Thread Guo, Yejun
ill fail. See also: https://bugs.freedesktop.org/show_bug.cgi?id=94636 > -Original Message- > From: Beignet [mailto:beignet-boun...@lists.freedesktop.org] On Behalf > Of Armin K > Sent: Wednesday, October 05, 2016 10:33 PM > To: beignet@lists.freedesktop.org > Cc: Ar

Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-09 Thread Armin K.
On 09.10.2016 04:34, Guo, Yejun wrote: > thanks Armin, the patch looks good to me. > > could you also send a patch to fix CMRT_INCLUDE_DIRS? thanks. > > > thanks > yejun > Usage of CMRT_INCLUDE_DIRS is correct. Nothing to fix there. signature.asc Description: OpenPGP digital signature

Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-09 Thread Guo, Yejun
That's great, thanks. -Original Message- From: Armin K. [mailto:kre...@email.com] Sent: Monday, October 10, 2016 12:57 AM To: Guo, Yejun; beignet@lists.freedesktop.org Subject: Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS On 09.10.2016 04:34, Guo,

Re: [Beignet] [PATCH] buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRS

2016-10-10 Thread Yang, Rong R
_LIBDIR instead of > CMRT_LIBRARY_DIRS > > That's great, thanks. > > -Original Message- > From: Armin K. [mailto:kre...@email.com] > Sent: Monday, October 10, 2016 12:57 AM > To: Guo, Yejun; beignet@lists.freedesktop.org > Subject: Re: [Beignet] [PATCH] builds