NFFT / nfft

The official NFFT library repository
https://tu-chemnitz.de/~potts/nfft/
GNU General Public License v2.0
174 stars 46 forks source link

osx binaries #133

Closed mischmi96 closed 2 years ago

mischmi96 commented 3 years ago

I have some trouble getting our Julia interface NFFT3.jl to work on osx. Is someone able to provide me with the julia binaries compiled on the latest osx?

tvolkmer commented 2 years ago

The latest ones should be here: https://www-user.tu-chemnitz.de/~potts/nfft/download.php#julia

tknopp commented 2 years ago

For me NFFT3.jl on OS X just works. Probably this issue can be closed.

mischmi96 commented 2 years ago

Thanks! Still wondering why the CI fails though ...

michaelquellmalz commented 2 years ago

That might be a problem because the binaries require AVX2, which is available on most Intel CPUs since 2013. I am not sure on which hardware the CI runs (maybe they use some virtualization, which could cause the problems).