Closed rohandahale closed 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?
Hi @achael, no worries. I just create a pull request #168 to the main branch.
conda install -c conda-forge pynfft
will not work for newer M1 Mac / M1 Pro / M1 MaxI 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 usegcc-12
as the C compiler which works the best for installation withopenmp
.It could be helpful if this repository link is added as a small note for
pynfft
installation in theREADME.md
.