Steven Rieder

Results 306 comments of Steven Rieder

I like this, but I hesitate to merge it since it's just implemented for SSE - it's harder to debug if different packages behave differently...

First test, then approve 🙂

Part 2 will be a new PR, merging this one.

The original developer of Secular Multiple has left the field now, I'm not sure if development continues elsewhere (I think it doesn't for now). It would be good to test/finish...

As for the interface conflicts - best to use the version from this PR, we can clean it up again later.

`brew install pkg-config` is important to find packages in the right place

If you installed mpfr after installing amuse-framework, it would not be present in the amuse config, which would lead to this error.

Unfortunately this will indeed fail, because pip packages are cached after building them. You would have to remove the cached pip wheels (I think in ~/Library/cache/pip, but please check), and...