-
Notifications
You must be signed in to change notification settings - Fork 9
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
binary_function not anymore supported #51
Comments
I am facing this problem when trying to install the CosmoStat package. I believe this is in the Sparse2D package installation? I tried to install the Sparse2D package separately as well (both using homebrew and manually) and it is showing a similar problem with binary_function. I am attaching the log file for when I tried to install Sparse2D separately using homebrew (filename: 03.make renamed to sparse2d log 3.txt) for reference. Has there been any resolution in this regard? |
@arnablahiry are you trying to build on Apple Silicon (e.g. M1/M2)? I just tested the current master branch on an Intel Mac and everything was built without any issues. |
@sfarrens yes my machine is apple silicon, with the M3 chip. i think it is unable to build in this one? |
Was resolved in #52 |
binary_function used in WPackets.h is a not supported by the compiler anymore.
The text was updated successfully, but these errors were encountered: