I haven't got a patch but was wondering if using environment variables to request a certain OS/compiler pairing could be implemented (overriding potential defaults). Would have been useful for me and save editing Makefile.PLs.
Christian On 25/08/2010, at 10:55 AM, Karl Glazebrook wrote: > Sorry it's in my queue! > > I will try and do that soon, busy time. Any last patches? > > Karl > > On 24/08/2010, at 4:45 PM, Tim Jenness wrote: > >> >> >> On Mon, Aug 23, 2010 at 8:34 PM, Christian Soeller >> <[email protected]> wrote: >> I just had to build PDL-2.4.7 for my work and also came across the slatec >> issue. My solution involved getting the latest gcc build (which includes >> gfortran) from hpc.sourceforge.net and just untar that as described on hpc. >> This build defaults to 64-bit and works fine with the system perl. >> >> >> Ah. My HPC gfortran defaults to 32-bit mode so it sounds like I can work >> around this by just updating my gfortran version. >> >> Additional snag on my system was that EU:F77 wanted to default to g77 (which >> is also on my system). I had to specifically replace 'use ExtUtils::F77' >> with "use ExtUtils::F77 qw/Darwin GFortran/" in the relevant Makefile.PLs >> (slatec, minuit) and then it worked. >> >> >> I sent Karl a patch a couple of months back that handles gfortran properly >> on OSX. I hope he releases it soon. >> >> Tim >> _______________________________________________ >> PDL-porters mailing list >> [email protected] >> http://mailman.jach.hawaii.edu/mailman/listinfo/pdl-porters > -- Christian Soeller PhD Dept. of Physiology +64 9 3737599 x82770 University of Auckland Auckland, New Zealand fax +64 9 3737499 _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
