-
Error when compiling with PGPLOT enabled
02:06 PM->lovelace:bmad_dist_20241109-0 tao
tao: error while loading shared libraries: ../../production/lib/libpgplot.so: cannot open shared object file: No …
-
Hi! I am trying to install pgplot using your method on an Intel based Macbook (Sequioa 15.0). I am getting the following error:
Last 15 lines from /Users/sanikakhadkikar/Library/Logs/Homebrew/pgplo…
-
Hi, I'm trying to build Demeter software on my Ubuntu 20.04 laptop. As it was said in #63 there are no binaries for Ifeffit in Ubuntu 20.04 repositories. Also trying to download ```.deb``` from [sourc…
-
Are you aware that the final release of pgplot was in fact 5.3.1?
This was released in 2005, and even includes some new pgXX() routines.
It is not on the Caltech ftp site, there is a tarball flo…
-
I think if we define interfaces with types this code would be remarkably safer.
Also, my personal taste would be to either ifdef pgplot, or create a wrapping layer so that for times where we do not…
-
Hi,
the ["giza" library](http://giza.sourceforge.net/) is a modern, free graphics library and contains a drop-in with the same API as pgplot. Giza is also [packaged for Debian](https://packages.deb…
-
Hello, I am having trouble with the pgplot library. I am trying to install on 64 bit Ubuntu 18.04.5.
Would it be possible for you share your pgplot installation file?
cheers
ajay
-
On a macbook pro 2.3 Ghz Intel I7 using Ventura 13.3.1
```
brew install kazuakiyama/pgplot/pgplot
```
fails, with the following screen output:
```
==> ../makemake .. darwin
==> make
``…
-
Since gcc 10.x Pgplot does not compile.
The workaround is just to add compilation flag `-fallow-argument-mismatch` to the pgplot makefile and the it compiles flawlessly.
It would be necessary to pat…
-
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 normal…