hpc-container-maker icon indicating copy to clipboard operation
hpc-container-maker copied to clipboard

Question on boost.py: Why runtime instructions only copies boost-binary?

Open qlibp opened this issue 2 years ago • 2 comments

As boost relies on zlib etc, which is by default a dynamic-build, why we don't need to copy the ospackages stuff?

qlibp avatar May 05 '23 04:05 qlibp

Yes, there probably should be a set of runtime ospackages that are installed. Besides zlib, is there anything else you've found that should be installed?

samcmill avatar May 06 '23 19:05 samcmill

I do not run hpccm actually. I just got this question by inspecting the code. Seems that most of the building blocks do not copy the ospackages im the runtime call. Am I missing something?

qlibp avatar May 07 '23 04:05 qlibp