-
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
(ubuntu) pgplot giza upgrade issues #42
Comments
The new yapp_giza.c is now more functional. |
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: |
now I see to be removed:
after which I needed to
and already linked programs work again. It seem wcslib is the culprit, it forces giza to be installed and pgplot5 to be removed. |
An alternative is
and possibly reconfigure with
after which
should either make commands like tabplot work, or else a new compile with
test with
|
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.
The text was updated successfully, but these errors were encountered: