Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220263 - sci-libs/cholmod doesn't installs completely breaking reverse dependencies
Summary: sci-libs/cholmod doesn't installs completely breaking reverse dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-04 17:33 UTC by juantxorena@gmail.com
Modified: 2008-05-05 02:48 UTC (History)
0 users

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 juantxorena@gmail.com 2008-05-04 17:33:32 UTC
When compiled with USE flag "metis" on, the ebuild doesn't installs "cholmod_partition.h", the header related to that useflag. This causes compilation failures in the apps depending on this package, like sci-mathematics/octave-3.0.1 (in the science overlay now, coming to the tree in the next few weeks).

The fix is easy and stupid: in the patch for the ebuild, cholmod-1.6.0-autotools.patch, line 617, change $(PARTITIOn) to $(PARTITION)

I can attach a patch if necessary.

Reproducible: Always
Comment 1 Justin Bronder (RETIRED) gentoo-dev 2008-05-05 02:48:44 UTC
Fixed in cvs, should hit the mirrors soon.  Thanks for reporting and tracking down the issue for us.