Julianus Pfeuffer
Julianus Pfeuffer
In any case. Since we are not using lzma anywhere in our code, we should never add lzma as a dependency anywhere (except for fixing stuff) and must hope that...
I am almost certain that it comes from a depenendency. Dependencies can export their CMake config and the targets that you can import. Those importable targets can specify link and...
Oh but also, the ldd way you will only see if they depend on lzma. You won't see if they add it to their exported CMake target. But it narrows...
but this is static. @pjones claims he uses BOOST_USE_STATIC=OFF Also @poshul if everything works correctly, our CMake should warn you before it fails, which is all we can do.
Probably you don't get a warning because you are on silicon and the brew folder changed from /usr to /opt
Maybe we should just always warn when static is used these days. Seems like more package managers include optional dependencies and boost is refusing to fix/acknowledge the problem.
There is no way to have build args or environment vars for singularity. And yes apparently no way to run a single stage. I'm a bit hesitant of converting the...
I guess we can try with the converted containers and come up with a solution if they fail. Apparently, according to your external issue, they are pretty confident about the...
Yep I think the disk space and permissions on clusters is what made us build them here for other people so they don't have to do it on the fly....
You can just copy the test executables and run them. Some of them will have hard coded paths to compare outputs to expected outputs. Those files must be copied over...