Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/clfft/
Date: Sun, 08 Feb 2015 21:07:53
Message-Id: 1423215335.38d04f3b0daf23d80666d66d72eeb47596ef9900.ottxor@gentoo
1 commit: 38d04f3b0daf23d80666d66d72eeb47596ef9900
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Fri Feb 6 09:35:35 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 6 09:35:35 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=38d04f3b
7
8 sci-libs/clfft: Move test-conditional dependencies to DEPEND
9
10 ---
11 sci-libs/clfft/clfft-9999.ebuild | 8 ++++----
12 1 file changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/sci-libs/clfft/clfft-9999.ebuild b/sci-libs/clfft/clfft-9999.ebuild
15 index ffe4f5d..36e38a3 100644
16 --- a/sci-libs/clfft/clfft-9999.ebuild
17 +++ b/sci-libs/clfft/clfft-9999.ebuild
18 @@ -29,11 +29,11 @@ RDEPEND="
19 >=sys-devel/gcc-4.6
20 virtual/opencl
21 dev-libs/boost"
22 - #test? (
23 - # dev-cpp/gtest
24 - # sci-libs/fftw:3.0
25 - #)"
26 DEPEND="${RDEPEND}"
27 +# test? (
28 +# dev-cpp/gtest
29 +# sci-libs/fftw:3.0
30 +# )"
31
32 # The tests only get compiled to an executable named Test, which is not recogniozed by cmake.
33 # Therefore src_test() won't execute any test.