Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274147 - dev-cpp/eigen missing doc use flag
Summary: dev-cpp/eigen missing doc use flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Marcus D. Hanwell (RETIRED)
URL: http://eigen.tuxfamily.org/index.php?...
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2009-06-14 18:10 UTC by Christopher Harvey
Modified: 2009-08-01 19:34 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Harvey 2009-06-14 18:10:00 UTC
It's possible to generate good documentation for this library, but the doc use flag seems to be omitted. 
Here is an online version http://eigen.tuxfamily.org/dox/


Reproducible: Always

Steps to Reproduce:
equery uses eigen

note the lack of doc




Here is how to generate the documentation from a local install

# make sure you have the required software installed: cmake, doxygen, and a C++ compiler.
# create a new directory, which we will call the "build directory", outside of the Eigen source directory.
# enter the build directory
# configure the project:

cmake /path/to/source/directory

# now generate the documentaion:

make doc

or, if you have two CPUs,

make doc -j2
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-06-19 10:59:07 UTC
Added to the 9999 version in kde-testing overlay.
Thus will be in eigen-2.1 version which will hit main tree.
Comment 2 Marcus D. Hanwell (RETIRED) gentoo-dev 2009-08-01 19:34:07 UTC
This is in the 2.0.[3,4] eigen ebuilds in the main tree too. So I am marking this as fixed. Sorry about the delay.