nemo icon indicating copy to clipboard operation
nemo copied to clipboard

configure with pgplot detection now flawed

Open teuben opened this issue 4 years ago • 4 comments

It should auto-detect pgplot, and if failing, fall back to ps. If ps or pgplot is set, enforce it. If with-pgplot-prefix=PGPLOT_DIR is set, use that, but fail, if not found.

It seem for both redhat (/usr/share/pgplot) and debian (/usr/lib/pgplot5) the default detections were missing.

We also need defaults for Mac on brew and port.

@ParkerTewell

teuben avatar Sep 09 '21 23:09 teuben

I struggled to fix some compilations issues on pgplot, but now it starts to work again ! At least I have xwin driver. It works on linux and mac. All problems came from the changement to gcc10 (see https://gcc.gnu.org/gcc-10/porting_to.html)

Here is a screenshot of pgdemo4 running on Macos (intel) and compiled using gcc-11 I have to figure out how to compile gidriv.f and ppdriv.f and it should be ok for nemo installation

image

jcldc avatar Oct 14 '22 13:10 jcldc

what happened to "brew install pgplot" ?

teuben avatar Oct 14 '22 14:10 teuben

Actually it does install/work using macport. But it does not compile anymore from NEMO installation, neither from Linux or Mac.

jcldc avatar Oct 14 '22 14:10 jcldc

Should also add that "giza" is now quite functional, sans the ease of opening different yapp=N/xs windows. --with-yapp=giza would be the configure option.

teuben avatar Nov 05 '22 19:11 teuben