Re: [Pdl-general] extutils-f77

2019-02-20 Thread Karl Glazebrook via pdl-general
This seems like a reasonable change. I am not sure though where the original bug was introduced and why/ Can you file it as an issue on github and we can discuss it there? Also is the debug output a seperate issue? I know a recent patch tried to clean up outputs Karl > On 19 Feb 2019, at

Re: [Pdl-general] extutils-f77

2019-02-18 Thread Luis Mochan
On Mon, Feb 18, 2019 at 11:08:09AM -0500, Chris Marshall wrote: > I was going to suggest enabling the debug option > by setting $ExtUtils::F77::DEBUG = 1 before the > use ExtUtils::F77 but while that worked for my > installed version 1.20 it generated no useful > output from the version 1.23. > >

Re: [Pdl-general] extutils-f77

2019-02-18 Thread Chris Marshall
I was going to suggest enabling the debug option by setting $ExtUtils::F77::DEBUG = 1 before the use ExtUtils::F77 but while that worked for my installed version 1.20 it generated no useful output from the version 1.23. My 1.20 version did not show any extra quotations. If you regress to version

[Pdl-general] extutils-f77

2019-02-17 Thread Luis Mochan
I just upgraded my perl to 5.28.1, reinstalled all my modules (including PDL and ExtUtils::F77), and when I try to Build one of my packages I get and error as the following: $./Build # process_pd_files # provideslib/Photonic/ExtraUtils.pd Loaded ExtUtils::F77 version 1.23

[Pdl-general] ExtUtils::F77 1.20 released to CPAN

2016-05-28 Thread Chris Marshall
This release features fixes for Mac OS X, gnu fortran support, and FreeBSD. Thanks to contributions by srezic and sisyphus. Enjoy, Chris v1.20 released May 28th 2016 -- * Apply upstream FreeBSD patch thanks to srezic for submitting * Fix fallback compiler logic to

Re: [Pdl-general] ExtUtils::F77 and gfortran

2016-03-08 Thread Luis Mochan
Hi Chris, > I don't know if you got the message from the CPAN bug report It seems not. > but I believe the problem is fixed with the 1.19_1 release of > ExtUtils::F77. Please test and confirm and I will push an > official 1.20 release which should address your difficulty. I just installed

Re: [Pdl-general] ExtUtils::F77 and gfortran

2016-03-07 Thread Chris Marshall
Hi Luis- I don't know if you got the message from the CPAN bug report but I believe the problem is fixed with the 1.19_1 release of ExtUtils::F77. Please test and confirm and I will push an official 1.20 release which should address your difficulty. --Chris On Sat, Feb 27, 2016 at 8:02 PM,

Re: [Pdl-general] ExtUtils::F77 and gfortran

2016-02-16 Thread Craig DeForest
Hmmm. What version of gcc are you using? > On Feb 15, 2016, at 5:27 PM, Luis Mochan wrote: > > I had a problem today with ExtUtils::F77. > In one machine I have installed perl 5.20.3 and 5.22.1 with perlbrew, > and I installed ExtUtils::F77 version 1.17 with the former and

[Pdl-general] ExtUtils::F77 and gfortran

2016-02-15 Thread Luis Mochan
I had a problem today with ExtUtils::F77. In one machine I have installed perl 5.20.3 and 5.22.1 with perlbrew, and I installed ExtUtils::F77 version 1.17 with the former and 1.19 with the latter. Consider the following: $ perlbrew use perlbrew use perl-5.20.3 $ perl -MExtUtils::F77 -E ''