-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code does not work in Mac arm matlab 2024a #7
Comments
Hello, Most of our software is based on Matlab R2023a, which was before Matlab separated the Mac versions. We are planning to move to R2024a sometime this year after Matlab releases R2025a. I currently don't have a compiled version for Arm Macs but I will try to make a release of cpp-tiff next week that contains it if I have time. Best, Matthew Mueller |
Hello, I've created the Arm Mac mex files and I wanted to share them here with you before I make a new release: macArm.zip. I have tested these on my Arm Mac and they are working for me however I only have access to one Arm Mac at the moment so I haven't fully confirmed that they work on other systems. If you have time, can you run the mex files and let me know if they all work or if you receive any errors? Best, Matthew Mueller |
Hello Matthew,
Thank you for your assistance. I attempted to run the code you provided,
but encountered a pop-up window stating "library load disallowed by system
policy." Subsequently, the following message appeared in the MATLAB command
window:
"read_tiff_parallel/macArm/libcppTiff.dylib' not valid for use in process:
library load disallowed by system policy),
'/usr/local/lib/libcppTiff.dylib' (no such file),
'/usr/lib/libcppTiff.dylib' (no such file, not in dyld cache)."
This occurred after I selected "Run Anyway" in the Privacy and Security
settings and restarted MATLAB.
I am using MacOS Sequoia 15.1.1 and Matlab 2024a.
Please let me know if you have any suggestions.
Best regards,
Pablo
…On Fri, Jan 17, 2025 at 2:28 PM Matthew Mueller ***@***.***> wrote:
Hello,
I've created the Arm Mac mex files and I wanted to share them here with
you before I make a new release: macArm.zip
<https://github.com/user-attachments/files/18449222/macArm.zip>. I have
tested these on my Arm Mac and they are working for me however I only have
access to one Arm Mac at the moment so I haven't fully confirmed that they
work on other systems. If you have time, can you run the mex files and let
me know if they all work or if you receive any errors?
Best,
Matthew Mueller
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGHAKJGMHCAXTDWD6P7CSD2LCIJVAVCNFSM6AAAAABU3PUIMSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJXGQ3DIMRXG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello Pablo, I found and fixed an issue with the libraries. I am not sure if it will solve the issue you're seeing but you can try this new version: macArm.zip. If it still isn't working, please let me know and I will see if I can get access to an ARM Mac VM or another ARM Mac to troubleshoot this issue further. Best, Matthew Mueller |
Hello Matthew,
Thank you for the updated files. Unfortunately, I am still encountering the
same "library load disallowed by system policy" error with the new version.
I appreciate your continued efforts on this. Please let me know if you are
able to access an ARM Mac VM or another ARM Mac for further troubleshooting.
Best regards,
Pablo
…On Mon, Jan 20, 2025 at 1:42 PM Matthew Mueller ***@***.***> wrote:
Hello Pablo,
I found and fixed an issue with the libraries. I am not sure if it will
solve the issue you're seeing but you can try this new version: macArm.zip
<https://github.com/user-attachments/files/18472323/macArm.zip>. If it
still isn't working, please let me know and I will see if I can get access
to an ARM Mac VM or another ARM Mac to troubleshoot this issue further.
Best,
Matthew Mueller
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGHAKKXOL72DNBOOGFLRJ32LR5EJAVCNFSM6AAAAABU3PUIMSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBRGM2DSMBQG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Is it possible to provide a compiled code for arm Mac? This would require a .mexmaca64 mex file.
The text was updated successfully, but these errors were encountered: