Le jeudi 18 septembre 2008 à 23:42 -0300, Rogério Brito a écrit :
> Hi, Michel.
> 
> On Sep 17 2008, Michel Dänzer wrote:
> > The attached patch adds the missing CPU detection for powerpc. This
> > allows worldwind to run.
> 
> I don't know what such package does, but I'll chime in anyway. :-)
It aims to provide a library to display planets (our mainly) and to be
able to add some layers, info, etc on it.
It is based on JoGL (Java Open GL).

> > @@ -56,6 +56,7 @@ public class CPU {
> > +        (os.startsWith("linux") && cpu.equals("ppc")) ||
> > @@ -67,6 +68,7 @@ public class CPU {
> > +               (os.startsWith("linux") && cpu.equals("ppc64")) ||
> 
> Are all those hardcoded things really necessary? (I understand that this
> may not be a question intended to you, but left as a food for thought).
I don't think they are necessary. I could remove them...

> What about the FreeBSD ports on other machines? What about NetBSD?
> Having a kilometric list doesn't scale, of course... :-( But as a quick
> fix, it seems appropriate, of course.
I think the purpose of this is "we support these platforms and we do not
want to have to deal with others". ;)

Sylvestre





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to