Skip to content

v19.3.0

Compare
Choose a tag to compare
@underwoo underwoo released this 13 Jan 21:50
1342ed2

Updates

  • Converted list_paths to POSIX shell
  • list_paths now accepts -h option to print usage statement
  • list_paths skips directories that follow pattern: /test_.*|t/
  • list_paths will follow symlinks with -l option
  • list_paths learned how to be verbose with -v option
  • Fixed mkmf verbosity option
  • mkmf can call cpp prior to calling $(FC) on .F90 files if instructed to with --use-cpp option
  • mkmf no longer passes $(CPPFLAGS) to Fortran files
  • Standard layout for mkmf templates