Open mdavidsaver opened 1 year ago
I would find it helpful to have $EPICS_HOST_ARCH available in *_HOOK scripts. eg. to write configure/CONFIG_SITE.Common.$(EPICS_HOST_ARCH).
$EPICS_HOST_ARCH
*_HOOK
configure/CONFIG_SITE.Common.$(EPICS_HOST_ARCH)
I am not quite sure of the best way/place to add this. Maybe as simple as moving detect_epics_host_arch() before add_dependency() in prepare()?
detect_epics_host_arch()
add_dependency()
prepare()
Not used hook scripts a lot so far, but I can imagine the usefulness.
I would find it helpful to have
$EPICS_HOST_ARCH
available in*_HOOK
scripts. eg. to writeconfigure/CONFIG_SITE.Common.$(EPICS_HOST_ARCH)
.I am not quite sure of the best way/place to add this. Maybe as simple as moving
detect_epics_host_arch()
beforeadd_dependency()
inprepare()
?