Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/vexcl/
Date: Fri, 06 May 2022 16:34:07
Message-Id: 1651852708.9cea496c44181f0edd9a4e516fdc348bce43469f.Alessandro-Barbieri@gentoo
1 commit: 9cea496c44181f0edd9a4e516fdc348bce43469f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 15:58:28 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 15:58:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cea496c
7
8 dev-cpp/vexcl: add 1.4.3, drop 1.4.2-r2
9
10 Closes: https://bugs.gentoo.org/810289
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-cpp/vexcl/Manifest | 2 +-
14 dev-cpp/vexcl/{vexcl-1.4.2-r2.ebuild => vexcl-1.4.3.ebuild} | 3 ++-
15 2 files changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-cpp/vexcl/Manifest b/dev-cpp/vexcl/Manifest
18 index 4d6698137..818b5fa5d 100644
19 --- a/dev-cpp/vexcl/Manifest
20 +++ b/dev-cpp/vexcl/Manifest
21 @@ -1 +1 @@
22 -DIST vexcl-1.4.2.tar.gz 412861 BLAKE2B 145948d2c2e6712a30542eca6690fe9f260cc9fe2064ffd01aaa89c3ddae1e0826206ffedfc362a6fb128f2909fc22948957f40cb45dc963d703abdff2ddd386 SHA512 b8bc759269025be21865178485015eb8489596be80c505d4699efdb517cb610a2d5fed10545ec7888f4cb4c7b3e2db5e3c2dd879c0d2fd95d2d0e59d1d3b790f
23 +DIST vexcl-1.4.3.tar.gz 425619 BLAKE2B 867ad520ba9e71dccf39c16b0979e134f296cd6a5010169735bb5e885f0aa6d566734a533320479740cf897cae7c7c8352db0c62053e5d38add379ca71a299c3 SHA512 9d0f3f64efb495f2caff76cccefda4e16f88cc279972cedc90d784c8578cba1f1be61d0cc438631386b5db2a1e06a92298d2901c54d65a394e7271eadf0ad843
24
25 diff --git a/dev-cpp/vexcl/vexcl-1.4.2-r2.ebuild b/dev-cpp/vexcl/vexcl-1.4.3.ebuild
26 similarity index 96%
27 rename from dev-cpp/vexcl/vexcl-1.4.2-r2.ebuild
28 rename to dev-cpp/vexcl/vexcl-1.4.3.ebuild
29 index 2e9867736..4dd650c5d 100644
30 --- a/dev-cpp/vexcl/vexcl-1.4.2-r2.ebuild
31 +++ b/dev-cpp/vexcl/vexcl-1.4.3.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=8
38 @@ -58,6 +58,7 @@ src_configure() {
39 use backend-opencl && backend="OpenCL"
40
41 local mycmakeargs=(
42 + -DBoost_USE_STATIC_LIBS=OFF
43 -DVEXCL_BUILD_EXAMPLES=OFF
44
45 -DVEXCL_AMD_SI_WORKAROUND=$(usex amdsi)