Skip to content

fix include paths for C headers

Meisam Farzalipour Tabriz requested to merge (removed):master into master

The included header paths (#include <ftimings/ftimings.h>) are invalid after installing ftimings and using the flags provided by pkg-config *** --cflags. This MR addresses the issue by removing the explicit paths in #include and adding -I./ftimings to the compilation flags.

Also:

  • run ftimings examples in ci
  • add make install and dist build to ci
  • fix fortran examples style
  • exempt m4/ax_prog_doxygen.m4 from .gitignore
  • add cmake build and test (using the installed package) [thanks to @chichi]
Edited by Meisam Farzalipour Tabriz

Merge request reports