[gentoo-dev] RFC: intel-sdp.eclass check user license

2012-11-27 Thread justin
Hi, next patch for intel-sdp.eclass Problem: If the intel compiler are installed but no valid license is present, several buildsystem including cmake generate sandbox violations. Solution: Do not let the user install the package without valid license. Its useless anyway without. Realized in two

Re: [gentoo-dev] RFC: intel-sdp.eclass check user license

2012-11-27 Thread Mike Frysinger
On Tuesday 27 November 2012 07:26:50 justin wrote: next patch for intel-sdp.eclass your code has a lot of whitespace damage (leading spaces instead of tabs). you should fix that up. +# @ECLASS-FUNCTION: big-warning +# @INTERNAL +# warn user that we really require a license there should be

Re: [gentoo-dev] RFC: intel-sdp.eclass check user license

2012-11-27 Thread justin
On 28/11/12 00:04, Mike Frysinger wrote: On Tuesday 27 November 2012 07:26:50 justin wrote: next patch for intel-sdp.eclass your code has a lot of whitespace damage (leading spaces instead of tabs). you should fix that up. I am sorry for that and we fix it up. Did some writing on mac