The version of Accelerate that ships with macOS 13.3 has the option of providing ILP_64 and LAPACK 3.9.1:
https://developer.apple.com/documentation/macos-release-notes/macos-13_3-release-notes#New-Features
This new version of Accelerate is a major upgrade. Older versions only supported LAPACK 3.2. @TeachRaccooon (Max) and I need the more up-to-date LAPACK 3.9.1 interface to get randomized column-pivoted QR working on Apple Silicon.
@mgates3 having this fix in LAPACK++ would actually make a big difference for us. Let me know if there's anything I can do to help.