Re: [Plplot-devel] Fedora plplot patches

2015-05-18 Thread Alan W. Irwin
On 2015-05-18 17:41-0700 Alan W. Irwin wrote: > [...]So really > the definitive test of that result is do the ocaml examples build and > run fine for you with that null string -ccopt option for the > traditional build of installed examples or does the OCaml compiler > choke on that null string? R

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-05-18 Thread Alan W. Irwin
On 2015-05-18 17:04-0600 Orion Poplawski wrote: > On 05/17/2015 02:02 AM, Alan W. Irwin wrote: >> Hi Orion: >> >> In the last month or so you brought a number of linking issues for >> the traditional build system to my attention. I believe >> commit id = 6a5bad5 should fix those. >> >> Would you

Re: [Plplot-devel] Fedora plplot patches

2015-05-18 Thread Alan W. Irwin
On 2015-05-18 16:53-0600 Orion Poplawski wrote: > On 05/18/2015 01:35 AM, Alan W. Irwin wrote: [...] >> On 2015-04-25 12:42-0600 Orion Poplawski wrote: >> >>> On 04/25/2015 11:05 AM, Alan W. Irwin wrote: While we are at it, are there any other general issues like this one (i.e., issues l

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-05-18 Thread Orion Poplawski
On 05/17/2015 02:02 AM, Alan W. Irwin wrote: > Hi Orion: > > In the last month or so you brought a number of linking issues for > the traditional build system to my attention. I believe > commit id = 6a5bad5 should fix those. > > Would you please run your traditional build tests on Fedora again

Re: [Plplot-devel] Fedora plplot patches

2015-05-18 Thread Orion Poplawski
On 05/18/2015 01:35 AM, Alan W. Irwin wrote: > Hi Hez: > > Can you evaluate Patch7 below that removes the -custom option > from our ocamlc build commands? > > @Orion and Andrew: the rest of this response is addressed to you > as our respective Fedora and Debian packagers. > > On 2015-04-25 12:42

Re: [Plplot-devel] [PATCH] OS X pkg-config.cmake error: string REGEX REPLACE needs 6 arguments

2015-05-18 Thread Alan W. Irwin
On 2015-04-17 10:31-0500 J. Lewis Muir wrote: > Hello! > > When configuring PLplot 5.11.0 from pkgsrc using my own pkgsrc plplot > package definition on OS X Yosemite using CMake 3.0.2, I get the > following error: > > === > CMake Error at cmake/modules/pkg-config.cmake:202 (string): > string sub

Re: [Plplot-devel] PDL-Graphics-PLplot and plplot 5.11.0

2015-05-18 Thread Doug Hunt
Hi Orion: I put a new version of PDL-Graphics-PLplot (v 0.71) on CPAN that does something similar. I think my update is a bit cleaner. Regards, Doug On 05/18/15 13:56, Orion Poplawski wrote: > You can check here: > > http://pkgs.fedoraproject.org/cgit/perl-PDL-Graphics-PLplot.git/log/ >

Re: [Plplot-devel] PDL-Graphics-PLplot and plplot 5.11.0

2015-05-18 Thread Orion Poplawski
You can check here: http://pkgs.fedoraproject.org/cgit/perl-PDL-Graphics-PLplot.git/log/ for what the Fedora packager did for 5.11.0 support. On 04/24/2015 05:41 PM, Doug Hunt wrote: > Hi Orion: Thanks for the patch. I'll look into this next week and try to put > out > an updated PDL-Graphics-

[Plplot-devel] Protecting plP_state calls by level checks

2015-05-18 Thread Alan W. Irwin
Hi Phil: To avoid segfaults when plschr is called before plinit (see ) it is essential to protect the plP_state( PLSTATE_CHR ); call you introduced into plschr with a level check. At the same time (commit id 1424994f) I also implemented similar level ch

Re: [Plplot-devel] Results of the comprehensive test on Cygwin

2015-05-18 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > Hi Arjen: > > I am actually quite pleased it got as far as it did (to the very last test, > i.e., static build, > traditional install tree) before it failed. > > That means the two fixes I made fo

Re: [Plplot-devel] Results of the comprehensive test on Cygwin

2015-05-18 Thread Alan W. Irwin
On 2015-05-18 08:17- Arjen Markus wrote: > Please find the results of the comprehensive test on Cygwin using the latest version. It fails in the static build, using the installed examples, but the other configurations seem fine. So we are making progress. What is going wrong with the installed

Re: [Plplot-devel] Spurious warnings on Cygwin should now be gone

2015-05-18 Thread Alan W. Irwin
On 2015-05-18 06:56- Arjen Markus wrote: > Hi Alan, > > > > With the latest version the [Cygwin] warnings are indeed gone: Hi Arjen: It was good to hear that issue (and other more subtle/dangerous issues for which that spurious warning message was just one symptom) has finally been put to re

Re: [Plplot-devel] Fedora plplot patches

2015-05-18 Thread Alan W. Irwin
Hi Hez: Can you evaluate Patch7 below that removes the -custom option from our ocamlc build commands? @Orion and Andrew: the rest of this response is addressed to you as our respective Fedora and Debian packagers. On 2015-04-25 12:42-0600 Orion Poplawski wrote: On 04/25/2015 11:05 AM, Alan W.