Re: [Plplot-devel] Continuous Integration

2016-11-23 Thread Alan W. Irwin
On 2016-11-22 23:07-0500 Hazen Babcock wrote: > > On 11/20/2016 01:12 PM, Tom Schoonjans wrote: >> That’s exactly how I do it though: trial and error :-) > > I think I have at least sort of figured out travis-vi. To make it easier > I've been doing all the experiments on a personal copy of the PLp

Re: [Plplot-devel] Soft freeze on December 3rd and release on December17th?

2016-11-23 Thread Alan W. Irwin
On 2016-11-22 20:21-0500 Pedro Vicente wrote: > Hi Alan > Those dates look good to me, and I will investigate my 3 thread issues > (wxWidgets, Qt, error messages ) well before the freezing date Hi Pedro: Glad those dates work out for you. If as a result of your investigations you have a PLplot

Re: [Plplot-devel] Continuous Integration

2016-11-23 Thread Hazen Babcock
On 11/23/2016 02:52 AM, Arjen Markus wrote: > > Nevertheless, do you have an error report for gfortran 4.8? We have seen > a few issues when we started on this, but I do not remember whether they > were serious and with the newer version they have disappeared. (The NAG > compiler is rather picky

Re: [Plplot-devel] Continuous Integration

2016-11-23 Thread Arjen Markus
Hi Hazen, I see ... this is really a problem of the older version of gfortran. I tried the code below with version 5.4, just to make sure: module passing_c use iso_c_binding implicit none contains subroutine pass_array( array ) integer, dimension(:), target :: array

Re: [Plplot-devel] Continuous Integration

2016-11-23 Thread Alan W. Irwin
On 2016-11-23 12:40- Arjen Markus wrote: > Hi Hazen, > > > > I see ... this is really a problem of the older version of gfortran. I tried > the code below with version 5.4, just to make sure: > > > > module passing_c > >use iso_c_binding > > > >implicit none > > contains > > subroutin

Re: [Plplot-devel] Continuous Integration

2016-11-23 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > Hi Arjen: > > Just to interject, you have been tempted before to go down this road of > attempting > to support gfortran-4.8. But I have always argued against that for the > following > reasons:

Re: [Plplot-devel] Continuous Integration

2016-11-23 Thread Hazen Babcock
On 11/23/2016 06:08 AM, Alan W. Irwin wrote: > > Sorry for the length of this, but I have a lot to say that should be a > big help to you for testing purposes. No problem, I appreciate your thoughts and help. > * -- WARNING: CMAKE_VERSION = 3.2.2 is in the range from 3.2 through > 3.3.1 which h

[Plplot-devel] Fwd: Failed: HazenBabcock/PLplot#26 (master - ae56402)

2016-11-23 Thread Hazen Babcock
Everything is passing now except for lasi, hdpf (harupdf?) and wxwidgets. To make it easier to figure out which test was doing what I added a dummy variable to the environment, PLTEST, which shows up in the build jobs table. Once everything is working I will likely combine most of the tests

Re: [Plplot-devel] Continuous Integration

2016-11-23 Thread Alan W. Irwin
@Andrew: I have CC'd you because you are the maintainer for the liblasi-dev Debian (and indirectly Ubuntu) package, and this e-mail provides some background (scan below to the error involving freetype) for a bug report I just made for that package at

[Plplot-devel] Testing with Docker

2016-11-23 Thread Hazen Babcock
Going in a completely different direction from travis-ci.. I've been experimenting with Docker: https://docs.docker.com/ Quoting the web-site "Docker provides a way to run applications securely isolated in a container, packaged with all its dependencies and libraries". What this means for

Re: [Plplot-devel] Testing with Docker

2016-11-23 Thread Alan W. Irwin
On 2016-11-23 23:29-0500 Hazen Babcock wrote: > > Going in a completely different direction from travis-ci.. I've been > experimenting with Docker: > > https://docs.docker.com/ > > Quoting the web-site "Docker provides a way to run applications securely > isolated in a container, packaged with a