The source project of this merge request has been removed.
fix include paths for C headers
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