From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdynd/
Date: Sat, 6 Jun 2020 00:11:56 +0000 (UTC) [thread overview]
Message-ID: <1591402034.cdef9f4db72e0efb3854b59ee2eeaa48bee70f34.asturm@gentoo> (raw)
commit: cdef9f4db72e0efb3854b59ee2eeaa48bee70f34
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 00:07:14 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 00:07:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdef9f4d
dev-libs/libdynd: -DFFTW_PATH is not used without IUSE="fftw"
Bug: https://bugs.gentoo.org/659402
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/libdynd/libdynd-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libdynd/libdynd-0.7.2.ebuild b/dev-libs/libdynd/libdynd-0.7.2.ebuild
index c969b21adce..72f0e12ff77 100644
--- a/dev-libs/libdynd/libdynd-0.7.2.ebuild
+++ b/dev-libs/libdynd/libdynd-0.7.2.ebuild
@@ -62,8 +62,8 @@ src_configure() {
-DDYND_BUILD_TESTS="$(usex test)"
-DDYND_CUDA="$(usex cuda)"
-DDYND_FFTW="$(usex fftw)"
- -DFFTW_PATH="${EPREFIX}/usr/include"
)
+ use fftw && mycmakeargs+=( -DFFTW_PATH="${EPREFIX}/usr/include" )
cmake-utils_src_configure
}
next reply other threads:[~2020-06-06 0:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-06 0:11 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-27 17:03 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdynd/ Sam James
2021-02-27 4:12 Sam James
2021-02-27 4:12 Sam James
2020-06-06 0:11 Andreas Sturmlechner
2020-06-06 0:11 Andreas Sturmlechner
2017-06-17 17:24 Agostino Sarubbo
2017-01-10 5:27 Sebastien Fabbro
2017-01-10 5:27 Sebastien Fabbro
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=1591402034.cdef9f4db72e0efb3854b59ee2eeaa48bee70f34.asturm@gentoo \
--to=asturm@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