-
Notifications
You must be signed in to change notification settings - Fork 12
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
Issue linking in CRAN M1 server #40
Comments
From Prof. Ripley:
See 'Writing R Extensions' §5.8 for fairly portable solutions." In 'Writing R Extensions' it mentions that shared objects in mac should end in .dylib and that .so objects are not linkeable there. It also mentions that |
@snoweye Thanks for the reply. I see nevertheless that the code in that PR is no longer used in the current master branch.Does that mean it is now enough to just use |
I think this should fix dynamic linkage for macOS, at least when using the clang compiler. Fixes wrathematics#40 .
I'm having issues with the CRAN checks on apple M1 for a package that links to
float
:https://www.stats.ox.ac.uk/pub/bdr/M1mac/recometrics.log
https://www.stats.ox.ac.uk/pub/bdr/M1mac/recometrics.out
Seems the linking is not working:
Works fine in other platforms though.
The text was updated successfully, but these errors were encountered: