Skip to content

Releases: djerius/pgplot-autotool

MacOS Homebrew fixes, Windows fix

12 Jul 18:41
Compare
Choose a tag to compare

[BUG FIX]

  • On MacOS with homebrew, the homebrew provided gfortran does not
    search the homebrew lib dirs for the X11 libraries, while the system
    clang does, so the latter could find them, but the former couldn't.

  • Linking is failing on some Windows systems due to mismatch between
    Fortran and C naming conventions. Attempted fix applied.

Fix link pkg-config link dependency order

15 Jun 17:39
Compare
Choose a tag to compare
move Fortran library dependencies from cpgplot.pc to pgplot.pc

The Fortran library dependencies were erroneously put in the Libs
entry in cpgplot.pc rather than pgplot.pc.  This didn't affect
the internal tests.

However, the result was that -lgfortran was placed before -lpgplot
(for example), and on systems which perform single pass symbol lookup
during linking (e.g. most recent Linux boxes), the symbols in gfortran
which were required by pgplot were never resolved.

5.2.2-7

12 Jun 23:15
Compare
Choose a tag to compare

Now builds on Windows via MSYS2.

pgplot-5.2.2-7.tar.gz is the end-user source distribution (the others are for developers)

5.2.2-6

25 Sep 02:30
Compare
Choose a tag to compare
forgot to bump the version