Hi,
I wonder what is the latest version of plplot support by the absoft fortran 2018 compiler? I am on MacOS 13.13 and found that the latest absoft included version of plplot is 5.1 from 2003.
As plplot switched to full fortran 2013 their latest version 5.13 I could only compile with gfortran by the following terminal commands:
export FC="gfortran -O3"
cmake -DCMAKE_INSTALL_PREFIX=/opt/plplot --enable-shared=no ../
make
sudo make install
In case 5.1 is the last support version of plplot then is it possible to include the gfortran compiled librabries?
thx, Thorsten