You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported by @trws: flux-core silently skips building its jobspec library if prereqs are not found. flux-sched requires the jobspec library in order to build, and when it is missing, it's not obvious what project is supposed to provide it.
The flux-core configure logic should be changed so that missing jobspec prereqs are fatal, unless --disable-jobspec is passed in.
The text was updated successfully, but these errors were encountered:
Problem: flux-core silently skips building its jobspec
library if libyaml-cpp is not found, but flux-sched
requires the jobspec library in order to build,
and when it is missing, it's not obvious what project is
supposed to provide it.
Add configure --disable-jobspec option to opt out of
building the jobspec library. Unless opted out, missing
jobspec prereqs are fatal.
Fixesflux-framework#1360
Problem: flux-core silently skips building its jobspec
library if libyaml-cpp is not found, but flux-sched
requires the jobspec library in order to build,
and when it is missing, it's not obvious what project is
supposed to provide it.
Add configure --disable-jobspec option to opt out of
building the jobspec library. Unless opted out, missing
jobspec prereqs are fatal.
Fixesflux-framework#1360
As reported by @trws: flux-core silently skips building its jobspec library if prereqs are not found. flux-sched requires the jobspec library in order to build, and when it is missing, it's not obvious what project is supposed to provide it.
The flux-core configure logic should be changed so that missing jobspec prereqs are fatal, unless
--disable-jobspec
is passed in.The text was updated successfully, but these errors were encountered: