Brian Han
Brian Han
Also: Looks like the Mac Image version will need to be updated: https://dev.azure.com/llnl-blt/BLT/_build/results?buildId=1328&view=logs&j=8dab7c2a-824f-53c4-ff36-17cdfa82e5d3 https://github.com/LLNL/blt/blob/7b3b13dd55eb847ec2d17c87adfe16c872d634e8/azure-pipelines.yml#L53-L55
On the note of circular dependencies, I ran the tools we added last time we looked at circular dependencies in #1352: ## Graphviz Running `config-build.py` with the `--graphviz` option ([code...
> Try to use specific sizes for each steps... Yes, a [github search](https://github.com/search?q=filename%3A.travis.yml+large) shows size can be adjusted for each job launch.
@cssherman You could do this by updating thirdPartyLibs and installing yapf. Or, if the right python3 is available on the Azure Pipelines agent image, possibly install yapf there instead. **thirdPartyLibs**...
@rhornung67 With the latest blt develop and hipcc, I've seen the error appear with any CMake target that depends on `umpire` or `RAJA` (e.g. "umpire_smoke_test").
Resolved in #932
Moving this out of the merge queue... seeing the lassen integrated tests hang with shared libraries (or might be my terminal/ allocation). Need to debug further against develop.
For future note: Discussed with @white238 about object libraries going forward - We do not want to be using object libraries (additional discussion [here](https://github.com/LLNL/axom/issues/795) - cmake actually does not officially...
@untereiner I can remove them from spack if they are no longer being used.
> Where do you see it building those dependencies? I saw that the docker builds were using `apt-get` to get devtools dependencies and explicitly downloading a doxygen tarball, so it...