charmplusplus / charm4py

Parallel Programming with Python and Charm++
https://charm4py.readthedocs.io
Apache License 2.0
289 stars 21 forks source link

Fix build for ARM-based Machines #240

Closed ZwFink closed 5 months ago

ZwFink commented 6 months ago

The automatic build for Charm++ did not work for ARM-based machines, including the new Macs. This fixes the error.

ZwFink commented 6 months ago

@matthiasdiener Can you check that this works for Mac? Assuming a directory structure like:

charms
├── charm
└── charm4py

You can do the following from within charm4py:

ln -s ../ charm_src
python3 setup.py build_ext
ZwFink commented 5 months ago

@matthiasdiener