Skip to content

subdirs for headers in header_symlinks #16070

Discussion options

You must be logged in to vote

Had a meeting with @RonRahaman and @aprilnovak ... we talked about what's happening, and how to mitigate it. Here is the breakdown:

  • They were dumping .h files into the include directory of their app by doing make install of another code to their app directory. Resolution: don't do that 😛
  • It was happening intermittently because their makefile was missing dependencies that was causing non-determinism in order of the build of their app and that other code.
  • As a temporary fix they can set MOOSE_HEADER_SYMLINKS=false in their environment to turn off header symlinking

@RonRahaman let me know if I missed something on this

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@aeslaughter
Comment options

Comment options

You must be logged in to vote
2 replies
@RonRahaman
Comment options

@RonRahaman
Comment options

Answer selected by RonRahaman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants