Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 228245 - cmake-utils.eclass should export CMAKE_BINARY_DIR="${WORKDIR}"/${PN}_build
Summary: cmake-utils.eclass should export CMAKE_BINARY_DIR="${WORKDIR}"/${PN}_build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-18 22:54 UTC by Uli M
Modified: 2009-02-20 17:31 UTC (History)
1 user (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 Uli M 2008-06-18 22:54:27 UTC
Should export something like:

CMAKE_BINARY_DIR="${WORKDIR}"/${PN}_build

For example: One needs to place files in the bin dir that cmake would otherwise fetch by itself.

Here is an example from the sunrise overlay where this is used:

http://overlays.gentoo.org/proj/sunrise/browser/sunrise/net-irc/irssi-otr/irssi-otr-0.1.ebuild
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-02-20 17:31:10 UTC
Kde-testing overlay has the eclass that supports this feature.
In week or so it will get to the main tree :]