[cfarm-users] Is there a stanrdard set of installed stuff on cfarm machines?
Segher Boessenkool
segher at kernel.crashing.org
Mon Jul 29 20:19:59 CEST 2024
Hi!
On Mon, Jul 29, 2024 at 03:10:44AM +0200, Martin Guy via cfarm-users wrote:
> I was wondering if there is, or could be, a standard set of utilities
> and libraries installed on cfarm machines. For example I'm trying to
> compile and link against libboost_thread, but find it is installed on
> some but not others: some say
>
> boost.cpp:2:10: fatal error: boost/thread.hpp: No such file or directory
There is a standard list per (version of) OS. This is not identical for
all (versions of) OSes, simply because not everything is available
everywhere.
Things like Boost aren't as useful to have a system version installed
for as you may think, for testing if things work everywhere: you want to
test against a very specific version of Boost usually, or against
multiple versions. You need multiple installations then.
Segher
More information about the cfarm-users
mailing list