Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure with pgplot detection now flawed #82

Open
teuben opened this issue Sep 9, 2021 · 4 comments
Open

configure with pgplot detection now flawed #82

teuben opened this issue Sep 9, 2021 · 4 comments

Comments

@teuben
Copy link
Owner

teuben commented Sep 9, 2021

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

@jcldc
Copy link
Collaborator

jcldc commented Oct 14, 2022

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

@teuben
Copy link
Owner Author

teuben commented Oct 14, 2022

what happened to "brew install pgplot" ?

@jcldc
Copy link
Collaborator

jcldc commented Oct 14, 2022

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

@teuben
Copy link
Owner Author

teuben commented Nov 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants