-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
build: Build failure debug mode in MacOS #625
Comments
@mstaylor could you please add the cmake output? Need to see if the MPI libs have been properly picked up |
Is this M1or Intel? |
M1
… On Oct 6, 2022, at 12:20 PM, Gregor von Laszewski ***@***.***> wrote:
Is this M1or Intel?
In other projects I made real bad experience with conda ... I do everything on M1 now from scratch, but that is a different project ...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
have you done the conda install or an install from scratch? |
I performed a fresh install from conda and experienced the same issue. |
I'm able to use the debugger from my Intel MacBook Pro without any of these issues. This flag seems to fix the issue in silicon: -DCMAKE_OSX_ARCHITECTURES=x86_64 |
Conda install
… On Oct 6, 2022, at 4:01 PM, Gregor von Laszewski ***@***.***> wrote:
have you done the conda install or an install from scratch?
—
Reply to this email directly, view it on GitHub <#625 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA425C7HG6IKAF4QYYGEQXDWB4VX3ANCNFSM6AAAAAAQ6Y5MJI>.
You are receiving this because you were mentioned.
|
Originally reported by @mstaylor
The text was updated successfully, but these errors were encountered: