incorrectly identified arch as "darwin-ppc" or "darwin-i386" on macOS arm64 #20022
Labels
bug
Something isn't working
impact medium
Productivity partially degraded (not easily mitigated bug) or improved (enhancement)
likelihood medium
Neither low nor high likelihood
Milestone
Describe the bug
Issue 1. When packaging the Visit install on a macOS arm64 machine,
build_visit
labels the arch asdarwin-ppc
.Issue 2. When running the launcher script
$VISIT_INSTALL_DIR/bin/visit
, it tries to load the binaries from adarwin-i386
subdirectory.To Reproduce
Steps to reproduce the behavior. For example:
./build_visit
on latest develop on a Macdarwin-ppc
.Expected behavior
It should identify the arch as
darwin-arm64
(or similar).Attachments
Build log:
Desktop
Additional context
For issue 2, it looks like the problem is in
internallauncher
:The value of
mach
on this machine isarm64
.The text was updated successfully, but these errors were encountered: