Gentoo Archives: gentoo-dev

From: Peter Volkov <pva@g.o>
To: gentoo-dev@l.g.o, patrick@g.o
Cc: gentoo-commits@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-cpp/eigen: eigen-2.0.6.ebuild ChangeLog
Date: Sat, 26 Sep 2009 17:07:55
Message-Id: 1253982408.22793.1200.camel@tablet
1 В Сбт, 26/09/2009 в 00:18 +0000, Patrick Lauer (patrick) пишет:
2 > patrick 09/09/26 00:18:02
3 > Log:
4 > Bump to 2.0.6, fixes #286462
5 > (Portage version: 2.2_rc41/cvs/Linux x86_64)
6
7 > 1.1 dev-cpp/eigen/eigen-2.0.6.ebuild
8 >
9 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/eigen/eigen-2.0.6.ebuild?rev=1.1&view=markup
10 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/eigen/eigen-2.0.6.ebuild?rev=1.1&content-type=text/plain
11
12 > src_test() {
13 > mycmakeargs="${mycmakeargs}
14 > -DEIGEN_BUILD_TESTS=ON
15 > -DEIGEN_TEST_NO_FORTRAN=ON"
16 > cmake-utils_src_configure
17 > cmake-utils_src_compile
18 > cmake-utils_src_test
19 > }
20
21 Does this mean that with tests enabled user will get different package?
22 If that's true I think user should be at least notified about that as
23 this is counterintuitive. If not why -D*TEST* are not added at
24 src_configure phase?
25
26 --
27 Peter.

Replies