Building PyFFTW for osx-arm
conda
envs
#969
garrettwrong
started this conversation in
General
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below are some notes regarding building the
PyFFTW
andFFTW
dependencies for ASPIRE on Apple silicon (M1 and M2 chips).The following needs to occur:
FFTW
source.FFTW
pyfftw
source.pyfftw
from sourceMore details are below. This is just meant for reference and not recommended for getting started with ASPIRE. At some point
PyFFTW
will probably just work out of the box onosx-arm
, until then the recommendation is to try and use theosx-64
platform which will emulatex86_64
on M1 and M2 chips.Beta Was this translation helpful? Give feedback.
All reactions