Page 1 of 1

M1 compatibily

Posted: 30 Aug 2021, 19:42
by dorf
I recently switched to a computer running Apples new M1 chip. However, tenpy is not available for the M1 conda distribution. Should I just run it via Rosetta (Apple's Intel interface) or can we expect a M1 compatible package on conda any time soon? :)

Re: M1 compatibily

Posted: 03 Sep 2021, 04:52
by Johannes
Since I don't own any Apple products, I can hardly test this and have no idea what's required to get it to work. However, the kind folks from conda-forge apparently have a working CI bot system that should help us: see the conda-forge docs

If you want support for the M1, you'll have to get active: submit a pull request to modify osx_arm64.txt adding the line physics-tenpy (= the package name) in the end. Apparently, this should trigger something tt tries to compile tenpy for the M1.

Let me know when you submitted the corresponding pull request.