Re: [sage-devel] Re: Adding support for non-gnu compilers

2011-03-05 Thread Dr. David Kirkby
On 03/ 5/11 06:32 PM, Volker Braun wrote: On Saturday, March 5, 2011 6:06:38 PM UTC, Dr. David Kirkby wrote: I specifically said NON_GNU rather than Sun or Oracle, to not make it Solaris specific. But if you compile Sage with acme compiler then a different set of spkgs will fail. So you don'

Re: [sage-devel] Re: Adding support for non-gnu compilers

2011-03-05 Thread Volker Braun
On Saturday, March 5, 2011 6:06:38 PM UTC, Dr. David Kirkby wrote: > I specifically said NON_GNU rather than Sun or Oracle, to not make it Solaris > specific. But if you compile Sage with acme compiler then a different set of spkgs will fail. So you don't gain anything from R and openmpi spkgs

Re: [sage-devel] Re: Adding support for non-gnu compilers

2011-03-05 Thread Dr. David Kirkby
On 03/ 4/11 09:09 PM, Volker Braun wrote: On Friday, March 4, 2011 4:39:09 PM UTC, Dr. David Kirkby wrote: * R will not build 64-bit on OpenSolaris with gcc * The optional OpenMPI will not build with gcc on Solaris, but will with the Sun compiler. Why not just manually override CC/CXX/FC w

Re: [sage-devel] Re: Adding support for non-gnu compilers

2011-03-04 Thread Dr. David Kirkby
On 03/ 4/11 04:52 PM, kcrisman wrote: On Mar 4, 11:39 am, David Kirkby wrote: Although Sage builds fully and passes all doctest on 32-bit Solaris with gcc, there are a couple of issues I'm aware of where gcc is not working as well as I'd like. * R will not build 64-bit on OpenSolaris with gc

[sage-devel] Re: Adding support for non-gnu compilers

2011-03-04 Thread Volker Braun
On Friday, March 4, 2011 4:39:09 PM UTC, Dr. David Kirkby wrote: > > * R will not build 64-bit on OpenSolaris with gcc > * The optional OpenMPI will not build with gcc on Solaris, but will > with the Sun compiler. > Why not just manually override CC/CXX/FC with the Oracle compiler in the trouble

[sage-devel] Re: Adding support for non-gnu compilers

2011-03-04 Thread kcrisman
On Mar 4, 11:39 am, David Kirkby wrote: > Although Sage builds fully and passes all doctest on 32-bit Solaris > with gcc, there are a couple of issues I'm aware of where gcc is not > working as well as I'd like. > > * R will not build 64-bit on OpenSolaris with gcc I can't find this ticket, tho