sxs-collaboration / spectre

SpECTRE is a code for multi-scale, multi-physics problems in astrophysics and gravitational physics.
https://spectre-code.org
Other
154 stars 187 forks source link

Update Apple Silicon docs #6038

Closed geoffrey4444 closed 1 month ago

geoffrey4444 commented 1 month ago

Proposed changes

The docs for building spectre on Apple Silicon were out of date. This updates the docs. Along the way, I figured out how to get spectre to build with shared libraries, which the instructions now recommend.

Specific changes:

Depends on #6036

Upgrade instructions

The instructions for building spectre on Apple Silicon have been updated, including enabling python bindings and building with shared libraries instead of static libraries.

Code review checklist

Further comments

geoffrey4444 commented 1 month ago

Thanks very much for taking a look at this, @nilsvu ! Because your changes were all very small one-liners, I squashed immediately. Ready for another look when you get a chance