Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248213 - cmake-utils.eclass - add support for passing space separated lists as arguments to cmake options
Summary: cmake-utils.eclass - add support for passing space separated lists as argumen...
Status: RESOLVED WONTFIX
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-11-22 16:44 UTC by Daniel Pielmeier
Modified: 2009-03-11 10:24 UTC (History)
0 users

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


Attachments
cmake-utils.diff (cmake-utils.diff,11.87 KB, patch)
2008-11-22 16:44 UTC, Daniel Pielmeier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2008-11-22 16:44:29 UTC
For now cmake-utils.eclass does not support space separated lists when passing thinks like -DLINDUAS=${LINGUAS} via mycmakeargs to cmake-utils_src_configure{in,out}.

The attached patch is from igli with some debugging from me which we did together on IRC.
Comment 1 Daniel Pielmeier gentoo-dev 2008-11-22 16:44:52 UTC
Created attachment 172873 [details, diff]
cmake-utils.diff
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-11-26 14:00:08 UTC
Reassigning to kde herd.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2008-11-26 18:42:46 UTC
Actualy i am not in fawor of this but someone else might be willing to implement this.
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2009-03-11 10:24:13 UTC
After a bit discusion we decided that we wont support space-separated array list.