Open BenWibking opened 1 week ago
If internallauncher
is updated to include a mach == "arm64"
case, I think this issue should also get fixed: https://github.com/visit-dav/visit/issues/18867.
@BenWibking thanks! We will try to resolve this during our release process for 3.4.2.
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
.