Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 347776 - dev-games/wfmath-0.3.10: Atlas-C++ is only needed for testing
Summary: dev-games/wfmath-0.3.10: Atlas-C++ is only needed for testing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL: http://worldforge.org/dev/eng/librari...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-05 07:00 UTC by Martin Walch
Modified: 2010-12-06 12:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
what the ebuild could look like :) (wfmath-0.3.10.ebuild,708 bytes, text/plain)
2010-12-05 07:00 UTC, Martin Walch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2010-12-05 07:00:09 UTC
from the worldforge/wfmath website:

> Atlas-C++ is not required in order to build WFMath, but if it is
> present then some inline conversion function tests will be built.

Therefore I think a test USE flag can be added, and media-libs/atlas-c++ in DEPEND can be made conditional.
Comment 1 Martin Walch 2010-12-05 07:00:47 UTC
Created attachment 256367 [details]
what the ebuild could look like :)
Comment 2 Tupone Alfredo gentoo-dev 2010-12-06 09:28:56 UTC
Even test does not need that.
Fixed.
Thanks for report.
Comment 3 Martin Walch 2010-12-06 10:26:39 UTC
Sorry to contradict, but there is *one* test in wfmath-0.3.10/atlas that will be skipped if >=media-libs/atlas-c++-0.6.0 is not installed.
Comment 4 Tupone Alfredo gentoo-dev 2010-12-06 12:50:06 UTC
I mean it does not strictly need atlas-c++, even for test. I get that one test is using atlas, but I don't want to put a use flag for that.