EMsoft-org / EMSphInx

C++ Spherical Indexing repository
GNU General Public License v2.0
8 stars 20 forks source link

Incorrect search for libfftw #5

Open yurivict opened 4 years ago

yurivict commented 4 years ago

The path specified in this line is incorrect: https://github.com/EMsoft-org/EMSphInx/blob/master/depends/FFTW.cmake#L158

It is /usr/local/lib/libfft.so

libfft provides .pc files, you should use them insted of guessing the paths yourself.

wlenthe commented 4 years ago

I'll have to look at the .pc file on all supported operating systems, if you already have familiarity/time feel free to implement the requisite changes