forked from jaak-s/macau
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support for arm64 #156
Comments
Seems like catch.hpp is too old, or the compiler too new. I'll have a look |
Can you try the master branch version: https://github.com/ExaScience/smurff/tree/master/ci/docker |
master branch seems to work
|
great thank you ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Currently smurff only support amd64 arch, I would like to extend it to arm64. I have started to make a Dockerfile.
I can install all dependencies by upgrading high-five to 2.3 but the compilation of smurff failed.
Here is the Dockerfile:
The error occurs at the command:
python3 setup.py install --install-binaries
the trace is:
Basically, the error occurs at
Any clue why it happens specifically on arm64 ?
The text was updated successfully, but these errors were encountered: