FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.74k stars 665 forks source link

How to build universal on intel mac #365

Open Darling-Lee opened 2 months ago

Darling-Lee commented 2 months ago

As the title said, how to build universal on intel mac? please help me.

Darling-Lee commented 2 months ago

GPT has helped me: ./configure --enable-shared CFLAGS="-arch arm64 -arch x86_64" LDFLAGS="-arch arm64 -arch x86_64"