Skip to content

Avoid Fortran warnings and fix data package lookup

Rosen Matev requested to merge rmatev-gauss into master

When trying to build Gauss locally using the LbDevTools toolchain (and Gaudi/master, if that matters), I had to fix the data package lookup.

I also fixed the 100s of warnings coming from Fortran (at least locally), such as

f951: Warning: Nonexistent include directory 'build/include' [-Wmissing-include-dirs]

FYI @kreps @gcorti

Merge request reports