aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-06 17:58:28 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-06 17:58:28 +0200
commit9cea496c44181f0edd9a4e516fdc348bce43469f (patch)
tree75493d4c701f05aa97cf396cdc13ab955a53da6f
parentsys-power/fan2go: new package, add 0.6.2 (diff)
downloadguru-9cea496c.tar.gz
guru-9cea496c.tar.bz2
guru-9cea496c.zip
dev-cpp/vexcl: add 1.4.3, drop 1.4.2-r2
Closes: https://bugs.gentoo.org/810289 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-cpp/vexcl/Manifest2
-rw-r--r--dev-cpp/vexcl/vexcl-1.4.3.ebuild (renamed from dev-cpp/vexcl/vexcl-1.4.2-r2.ebuild)3
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-cpp/vexcl/Manifest b/dev-cpp/vexcl/Manifest
index 4d6698137..818b5fa5d 100644
--- a/dev-cpp/vexcl/Manifest
+++ b/dev-cpp/vexcl/Manifest
@@ -1 +1 @@
-DIST vexcl-1.4.2.tar.gz 412861 BLAKE2B 145948d2c2e6712a30542eca6690fe9f260cc9fe2064ffd01aaa89c3ddae1e0826206ffedfc362a6fb128f2909fc22948957f40cb45dc963d703abdff2ddd386 SHA512 b8bc759269025be21865178485015eb8489596be80c505d4699efdb517cb610a2d5fed10545ec7888f4cb4c7b3e2db5e3c2dd879c0d2fd95d2d0e59d1d3b790f
+DIST vexcl-1.4.3.tar.gz 425619 BLAKE2B 867ad520ba9e71dccf39c16b0979e134f296cd6a5010169735bb5e885f0aa6d566734a533320479740cf897cae7c7c8352db0c62053e5d38add379ca71a299c3 SHA512 9d0f3f64efb495f2caff76cccefda4e16f88cc279972cedc90d784c8578cba1f1be61d0cc438631386b5db2a1e06a92298d2901c54d65a394e7271eadf0ad843
diff --git a/dev-cpp/vexcl/vexcl-1.4.2-r2.ebuild b/dev-cpp/vexcl/vexcl-1.4.3.ebuild
index 2e9867736..4dd650c5d 100644
--- a/dev-cpp/vexcl/vexcl-1.4.2-r2.ebuild
+++ b/dev-cpp/vexcl/vexcl-1.4.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -58,6 +58,7 @@ src_configure() {
use backend-opencl && backend="OpenCL"
local mycmakeargs=(
+ -DBoost_USE_STATIC_LIBS=OFF
-DVEXCL_BUILD_EXAMPLES=OFF
-DVEXCL_AMD_SI_WORKAROUND=$(usex amdsi)