Open azimgivron opened 3 days ago
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 If you want debian, you can probably use Dockerfile.ubuntu as a template
master branch seems to work
root@f436914b9660:/build# ./cpp/Smurff/smurff --bist
Randomness seeded to: 428978522
===============================================================================
All tests passed (3063 assertions in 96 test cases)
root@f436914b9660:/build# uname -a
Linux f436914b9660 5.15.0-124-generic #134-Ubuntu SMP Fri Sep 27 20:20:17 UTC 2024 aarch64 GNU/Linux
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 ?