Closed jayeshkrishna closed 1 year ago
This PR works for GCC 8 or lower, and the expected CMake warning is shown:
CMake Warning at src/CMakeLists.txt:40 (message):
Some F2008 features required for new Fortran interface is missing. Forcing
use of the legacy Fortran interface
Adding config checks for F2008 features required for the new Fortran interface (IS_CONTIGUOUS).
Fixes #529