Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/pocl/
Date: Sun, 16 May 2021 09:24:48
Message-Id: 1621112924.bd75c395e8358056b66511d0baedc5b60bab68a4.andrewammerlaan@gentoo
1 commit: bd75c395e8358056b66511d0baedc5b60bab68a4
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat May 15 14:14:18 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat May 15 21:08:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd75c395
7
8 dev-libs/pocl: use full path to library
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-libs/pocl/pocl-1.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/pocl/pocl-1.6.ebuild b/dev-libs/pocl/pocl-1.6.ebuild
16 index cef334945..26082a053 100644
17 --- a/dev-libs/pocl/pocl-1.6.ebuild
18 +++ b/dev-libs/pocl/pocl-1.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25 @@ -51,7 +51,7 @@ src_configure() {
26 -DENABLE_ICD=ON
27 -DENABLE_POCL_BUILDING=OFF
28 -DKERNELLIB_HOST_CPU_VARIANTS=native
29 - -DPOCL_ICD_ABSOLUTE_PATH=OFF
30 + -DPOCL_ICD_ABSOLUTE_PATH=ON
31 -DSTATIC_LLVM=OFF
32
33 -DENABLE_ACCEL_DEVICE=$(usex accel)