DiamondLightSource / DiamondLightSource/epicsdbbuilder
EPICS host arch guess doesn't work on ARM
Open
- Dominant language
- Python
- Stars
- 9
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The code in `mydbstatic.py` at https://github.com/Araneidae/epicsdbbuilder/blob/84846091f6faccbc61bb6499a0f7835f4d829d89/epicsdbbuilder/mydbstatic.py#L57 used to figure out the path to the EPICS libraries fails for a `linux-arm` architecture. The key problem is that we're trying to second guess the computation of `EPICS_HOST_ARCH` in `$EPICS_BASE/lib/perl/EpicsHostArch.pl`.
Maybe it'll be simpler to literally just call this script!
Contributor guide
Assessment
This issue has not been assessed yet.