Skip to content

Various bug fixes

Compare
Choose a tag to compare
@tclune tclune released this 15 Nov 19:49
· 265 commits to main since this release
d684684

Fixed

  • Fix for OpenMP handling in PFUNITCmake.cmake. If you skip OpenMP, it is no
    longer a dependency
  • Updated external modules that contain bugfixes.
  • Fixed cmake logic that fails on enabling tests if using submodules.
  • Allow GFortran to use longer lines. (Impacts some upstream use cases.)

Changed

  • Changed OTHER_SRCS to OTHER_SOURCES in PFUNIT.mk. The previous spelling
    is deprecated, but preserved to keep backwards compatibility.