Re: [Pdl-general] PDL for Apple Silicon

2021-01-05 Thread Karl Glazebrook via pdl-general
Hi Craig, Yes the pgplot core dates from the 1980s and I first used it as a callow youth on a VAX 11/780 running VMS. Of course the UNIX core in the Mac I am writing this email on dates from the 1970s!! The various graphic systems drivers are more recent though, it only *feels* like a 20

Re: [Pdl-general] PDL for Apple Silicon

2021-01-05 Thread Karl Glazebrook via pdl-general
Yes I will. But let me run through it one more time first. Karl > On 6 Jan 2021, at 2:18 am, Ed . wrote: > > Hi Karl, > > Could you capture on here what lines of code etc you changed, hopefully along > with all the software versions you used etc, so that ideally someone else > arriving

Re: [Pdl-general] Status of PDL:NetCDF?

2021-01-05 Thread Ed .
You’re welcome! As a generality, if Perl says “Can't locate object method "dims" via package "100" (perhaps you forgot to load "100"?)”, it’s because something like $pdl->dims Has an inappropriate value for $pdl, and usually that’s down to caller error. As another generality, if

Re: [Pdl-general] PDL for Apple Silicon

2021-01-05 Thread Craig DeForest
Wow, I haven’t used PGPLOT in a very, very long time. That made me reflect a bit. When PGPLOT was first written, Jobs and Wozniak were still working on the Apple ///. > On Jan 5, 2021, at 8:18 AM, Ed . wrote: > > Hi Karl, > > Could you capture on here what lines of code etc you changed,

Re: [Pdl-general] PDL for Apple Silicon

2021-01-05 Thread Ed .
Hi Karl, Could you capture on here what lines of code etc you changed, hopefully along with all the software versions you used etc, so that ideally someone else arriving fresh could do exactly what you did and get the same results? Best regards, Ed From: Karl Glazebrook via

Re: [Pdl-general] PDL for Apple Silicon

2021-01-05 Thread Karl Glazebrook via pdl-general
Hi Derek, I was using gcc and gfortran which I got from http://hpc.sourceforge.net However this particular gcc seems buggy (libgsl make check failed!) and I am looking next to re-compile everything consistently with either Apple CC or Apple GCC - still