From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/flann/
Date: Mon, 06 Jan 2025 01:00:06 +0000 (UTC) [thread overview]
Message-ID: <1736125143.b04d1b46bc11a37cdbf937b5771ae31840afd392.sam@gentoo> (raw)
commit: b04d1b46bc11a37cdbf937b5771ae31840afd392
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Jan 6 00:53:55 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 00:59:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04d1b46
sci-libs/flann: #947570
Closes: https://bugs.gentoo.org/947570
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/flann/flann-1.9.2.ebuild | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/sci-libs/flann/flann-1.9.2.ebuild b/sci-libs/flann/flann-1.9.2.ebuild
index ed7fd815459d..f08ec70da1b4 100644
--- a/sci-libs/flann/flann-1.9.2.ebuild
+++ b/sci-libs/flann/flann-1.9.2.ebuild
@@ -34,10 +34,6 @@ RDEPEND="${DEPEND}"
# requires multiple ruby dependencies
PATCHES=(
- # "${FILESDIR}"/${PN}-1.9.1-cmake-3.11{,-1}.patch # bug 678030
- # "${FILESDIR}"/${PN}-1.9.1-cuda-9.patch
- # "${FILESDIR}"/${PN}-1.9.1-system-lz4.patch # bug 681898
- # "${FILESDIR}"/${PN}-1.9.1-system-lz4-pkgconfig.patch # bug 827263
"${FILESDIR}"/${PN}-1.9.1-build-oct-rather-than-mex-files-for-octave.patch # bug 830424
"${FILESDIR}"/${PN}-1.9.2-asio-boost187.patch
"${FILESDIR}"/${PN}-1.9.2-boost-config.patch
@@ -61,14 +57,11 @@ src_prepare() {
}
src_configure() {
- # append-cxxflags -std=c++17
-
# python bindings are split off into dev-python/pyflann
local mycmakeargs=(
-DCMAKE_CXX_STANDARD=17
-DBUILD_C_BINDINGS=ON
-DBUILD_PYTHON_BINDINGS=OFF
- -DPYTHON_EXECUTABLE=python3.12
-DBUILD_CUDA_LIB="$(usex cuda)"
-DBUILD_EXAMPLES="$(usex examples)"
-DBUILD_DOC="$(usex doc)"
@@ -81,7 +74,7 @@ src_configure() {
# einfo "NVCCFLAGS ${NVCCFLAGS}"
use cuda && mycmakeargs+=(
# -DCUDA_NVCC_FLAGS="${NVCCFLAGS} --linker-options \"-arsch\""
- -DCUDA_NVCC_FLAGS="-ccbin /usr/x86_64-pc-linux-gnu/gcc-bin/13/g++"
+ -DCUDA_NVCC_FLAGS="--compiler-bindir;$(cuda_gccdir)"
)
use doc && mycmakeargs+=( -DDOCDIR="share/doc/${PF}" )
@@ -92,7 +85,7 @@ src_install() {
cmake_src_install
find "${ED}" -name 'lib*.a' -delete || die
- # bug 795828; mpicc volunterely adds some runpaths
+ # bug 795828; mpicc voluntarily adds some runpaths
if use mpi; then
chrpath -d "${ED}/usr/bin/flann_mpi_"{client,server} || die
fi
next reply other threads:[~2025-01-06 1:00 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-06 1:00 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 8:23 [gentoo-commits] repo/gentoo:master commit in: sci-libs/flann/ Sam James
2024-04-23 20:37 Sam James
2022-12-19 14:47 Andreas Sturmlechner
2022-12-18 11:29 Sam James
2022-12-18 11:01 Sam James
2022-02-18 3:07 Sam James
2021-12-26 3:08 Sam James
2021-11-07 15:41 Andreas Sturmlechner
2020-05-23 10:53 Andreas Sturmlechner
2020-05-23 10:53 Andreas Sturmlechner
2019-05-20 17:22 Aaron Bauman
2019-05-19 21:42 Andreas Sturmlechner
2019-05-19 21:19 Andreas Sturmlechner
2019-05-13 1:41 Thomas Deutschmann
2019-02-17 12:39 Andreas Sturmlechner
2018-07-09 1:29 Thomas Deutschmann
2018-06-24 13:09 Jason Zaman
2018-06-06 14:55 Andreas Sturmlechner
2018-06-06 14:55 Andreas Sturmlechner
2018-02-06 18:05 Amy Liffey
2017-04-21 21:34 David Seifert
2017-01-15 18:58 Andreas Hüttel
2016-09-15 21:26 David Seifert
2016-01-07 19:25 Justin Lecher
2016-01-07 19:25 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1736125143.b04d1b46bc11a37cdbf937b5771ae31840afd392.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox