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

(ubuntu) pgplot giza upgrade issues #42

Open
teuben opened this issue Jan 7, 2021 · 4 comments
Open

(ubuntu) pgplot giza upgrade issues #42

teuben opened this issue Jan 7, 2021 · 4 comments

Comments

@teuben
Copy link
Owner

teuben commented Jan 7, 2021

giza is advertised as a pgplot replacement. the good thing: it's all in C and you wouldn't depend on a Fortran-C interface.
THe bad thing (for nemo): it doesn't work with yapp_giza (yet).

I normally "apt install pgplot5" and that works. I leave giza alone.

But then my ubuntu box has some dependency somewhere else, and my pgplot5 got deleted, to be replaced by the giza suite.

The apt-mark command can actually hold/unhold packages, but obviously it would be good to fix the reason why yapp_giza is not working.

@teuben
Copy link
Owner Author

teuben commented Nov 5, 2022

The new yapp_giza.c is now more functional.

@teuben
Copy link
Owner Author

teuben commented Dec 26, 2023

I keep running into my pgplot being re-linked to giza, which causes windows to flash up on the screen and disappear. giza sometimes gets installed "by accident", despite that I don't want it !

sudo apt remove libpgplot0 libcpgplot0

The following packages will be REMOVED:
giza-dev libcpgplot0 libpgplot0 libpgsbox7 wcslib-dev

@teuben
Copy link
Owner Author

teuben commented Feb 2, 2024

now I see to be removed:

    giza-dev libcpgplot0 libpgplot0 libpgsbox7 wcslib-dev

after which I needed to

   sudo apt install pgplot5

and already linked programs work again. It seem wcslib is the culprit, it forces giza to be installed and pgplot5 to be removed.

@teuben
Copy link
Owner Author

teuben commented Feb 4, 2024

An alternative is

  mknemo pgplot

and possibly reconfigure with

  --enable-png

after which

  make build1

should either make commands like tabplot work, or else a new compile with

  mknemo tabplot

test with

   tabgen - | tabplot -

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

1 participant