Weird CMake error at build time #1198
-
Hi, I am attempting to build flux-sched with Spack on a Rocky 8 system and am seeing a very weird CMake error. At first, I was using
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 20 replies
-
It seems to me like the I checked v0.33.1 though and it appears to be there:
and the file indeed contains |
Beta Was this translation helpful? Give feedback.
-
I see why this is happening. I can fix it really quickly, and will put up a PR shortly, but we should also add a set of the |
Beta Was this translation helpful? Give feedback.
I see why this is happening. I can fix it really quickly, and will put up a PR shortly, but we should also add a set of the
FLUX_SCHED_VERSION
env var orFLUX_SCHED_VER
to the spack package so it will work for intermediate versions and git checkouts. The bug that's causing this for you @christopherwharrop-noaa is that it's looking for it in the binary rather than src dir, which only works if they are both the same.