mpip / pfft

Parallel fast Fourier transforms
GNU General Public License v3.0
54 stars 23 forks source link

pkg-config file is not installed #25

Closed fweik closed 8 years ago

fweik commented 8 years ago

The pfft.pc is created but not installed. This should probably got to $PREFIX/lib/pkg-config, so that this works out of the box.

fweik commented 8 years ago

Also the pkg-config file includes the line Requires: fftw3.3alpha1, which is not true. I think the mpi stuff was included in fftw 3.3.3, at least in ubuntu there are packages for. Pfft works with those.

mpip commented 8 years ago

Thanks for the comments. I pushed a fix to master branch. Unfortunately, I never used pgk-config. Please test the results and feel free to give any further suggestions.

fweik commented 8 years ago

Works for me. Thank you.