Failure to find VTK libraries after updating MOOSE environment #20003
-
Bug DescriptionBased on guidance in the 2021-11 MOOSE newsletter, I tried to update the MOOSE environment on our ORNL machines. The process consistently failed to update the moose-libmesh and moose-tools libraries (no matter how much I tried to manually force it to install certain versions, conda kept claiming that it was already installed). I finally wiped the environment and started from scratch following the MOOSE "getting started" instructions. For my normal development setup, this worked fine. However, the CI we have for our Mole code is failing with the following errors during compilation:
Steps to ReproduceIt is unclear how to reproduce this since I did the same process one several different machines. MOOSE builds fine on my normal development machine (where I am manually building it), but it fails to build on the CI machine (where the build process is automated but follows the same set of commands as what I would do manually). ImpactIt prevents our automated testing from working properly, which is requirement to accept changes to Mole. We can manually test everything and post results but that's a nuisance and is definitely not as good of a QA procedure. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Switched this to a discussion. Does your application require VTK? Are you missing the |
Beta Was this translation helpful? Give feedback.
Switched this to a discussion.
Does your application require VTK? Are you missing the
moose-libmesh-vtk
conda package?