Skip to content

MacOS Homebrew fixes, Windows fix

Latest
Compare
Choose a tag to compare
@djerius djerius released this 12 Jul 18:41

[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.