You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it after executing make command the final errors are
/Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/deque:314:34: error: invalid application of 'sizeof' to an incomplete type 'results::Transcript'
/Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk/usr/include/c++/v1/queue:269:5: error: static_assert failed due to requirement 'is_same<results::Transcript, int>::value' ""
Any idea of how to resolve this?
Thank you,
Regards,
Rubin.
The text was updated successfully, but these errors were encountered:
Is there any plans to make this software available for Mac users?
I am trying to install the software in Mac OSX (Ventura 13.5.2) and these are the updates I have tried so far:
Using Brew install all the packages
The cmake command will now give an error "Could NOT find OpenMP_C" and for this you have to install libomp as suggested here
After this you will get an error that armadillo and openblas cannot be linked. This is solved by updating the cmake command as
Now it after executing make command the final errors are
Any idea of how to resolve this?
Thank you,
Regards,
Rubin.
The text was updated successfully, but these errors were encountered: