NCAR / VAPOR

VAPOR is the Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers
https://www.vapor.ucar.edu/
BSD 3-Clause "New" or "Revised" License
178 stars 49 forks source link

Vapor 3.9.0 macOS ARM download doesn't contain an arm version #3461

Closed suschizu closed 1 year ago

suschizu commented 1 year ago

Describe the bug

the download https://github.com/NCAR/VAPOR/releases/download/v3.9.0/VAPOR3-3.9.0-DarwinARM64.dmg does not contain an ARM version - only another intel build

Screenshot 2023-09-08 at 17 54 47

Impact

To Reproduce

file [path/to/binary] > Mach-O 64-bit executable x86_64

Desktop

sgpearse commented 1 year ago

Hi, you are correct. We are currently working on getting Vapor's MacOS arm64 version codesigned, so users will still need to run Vapor through Rosetta. The only difference between the arm64 and x86 versions is that Ospray is omitted from arm64 due to it crashing.

suschizu commented 1 year ago

thanks for the fast answer!

sgpearse commented 1 year ago

@suschizu - PS, if you'd like a native M1 build, you can find one at this link. Note that after you install it, Apple will report the application as damaged. You will need to run the following command to get past Gatekeeper's safeguard:

sudo xattr -rds com.apple.quarantine /Applications/vapor.app