In pyhf/pyhf-validation PR 9 is was discovered that the current build doesn't have root or hist2workspace in PATH even though Python knows about PyROOT. This is curious and seems to be a direct effect of that fact that a root_base build is used, as if root_base
|
RUN conda create --yes --quiet -p /opt/condaenv \ |
|
"root_base=$ROOT_VERSION" \ |
is replaced with root then everything proceeds as normal with root or hist2workspace in PATH.
It seems that something basic is being missed, and that @henryiii and @chrisburr might be able to give some guidance here.
In
pyhf/pyhf-validationPR 9 is was discovered that the current build doesn't haverootorhist2workspaceinPATHeven though Python knows about PyROOT. This is curious and seems to be a direct effect of that fact that aroot_basebuild is used, as ifroot_basepyhf-validation-root-base/Dockerfile
Lines 14 to 15 in d7e3ad6
is replaced with
rootthen everything proceeds as normal withrootorhist2workspaceinPATH.It seems that something basic is being missed, and that @henryiii and @chrisburr might be able to give some guidance here.