Build system includes non-existent directories
I have checked out the OpenFOAM-v2106 tag. I have inspected the build system, and found that a few Make/options files contain include flags with non-existent directories. Hereafter these are listed:
-
src/lagrangian/turbulence/Make/options
includes non-existentsrc/thermophysicalModels/radiationModels/lnInclude
-
src/transportModels/interfaceProperties/Make/options
includes non-existentsrc/transportModels/twoPhaseProperties/alphaContactAngle/alphaContactAngle
-
src/regionModels/regionCoupling/Make/options
includes non-existentsrc/thermophysicalModels/solid/lnInclude
andsrc/turbulenceModels/lnInclude
-
src/regionModels/thermalBaffleModels/Make/options
includes non-existentsrc/AMIInterpolation/lnInclude
-
src/regionModels/pyrolysisModels/Make/options
includes non-existentsrc/turbulenceModels/lnInclude
-
src/thermophysicalModels/chemistryModel/Make/options
includes non-existentsrc/thermophysicalModels/functions/Polynomial
andsrc/thermophysicalModels/thermophysicalFunctions/lnInclude
-
src/thermophysicalModels/thermophysicalPropertiesFvPatchFields/liquidProperties/Make/options
includes non-existentsrc/thermophysicalModels/thermophysicalFunctions/lnInclude
Given the fact that OpenFOAM builds successfully with these wrong includes, it looks like these are extraneous and can be safely removed.
Edited by Ilya Popov