achael / eht-imaging

Imaging, analysis, and simulation software for radio interferometry
https://achael.github.io/eht-imaging/
GNU General Public License v3.0
5.29k stars 496 forks source link

pyNFFT for M1 Mac (M1 Pro, M1 Max etc.) #161

Closed rohandahale closed 1 year ago

rohandahale commented 1 year ago

conda install -c conda-forge pynfft will not work for newer M1 Mac / M1 Pro / M1 Max

I have forked the pyNFFT git repository here https://github.com/rohandahale/pyNFFT.git and I have written down step-by-step instructions for installing pyNFFT on M1 Macs. I have also made small edit to the setup.py file to use gcc-12 as the C compiler which works the best for installation with openmp.

It could be helpful if this repository link is added as a small note for pynfft installation in the README.md.

achael commented 1 year ago

hi @rohandahale apologies for the late action on this. Do you want to make a pull request updating the readme with these instructions for macs?

rohandahale commented 1 year ago

Hi @achael, no worries. I just create a pull request #168 to the main branch.