-
Notifications
You must be signed in to change notification settings - Fork 51
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
Comments
I struggled to fix some compilations issues on pgplot, but now it starts to work again ! Here is a screenshot of pgdemo4 running on Macos (intel) and compiled using gcc-11 |
what happened to "brew install pgplot" ? |
Actually it does install/work using macport. |
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. |
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
The text was updated successfully, but these errors were encountered: