Thanks for making a great package and being helpful in general.
[ 63%] Linking CXX shared library ../lib/libEM2.so
/usr/bin/ld: /usr/local/lib/libfftw3.a(apiplan.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libfftw3.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
libEM/CMakeFiles/EM2.dir/build.make:2263: recipe for target 'lib/libEM2.so' failed
make[2]: *** [lib/libEM2.so] Error 1
CMakeFiles/Makefile2:205: recipe for target 'libEM/CMakeFiles/EM2.dir/all' failed
make[1]: *** [libEM/CMakeFiles/EM2.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
I tried to go back and recompile fftw libraries from source making sure to install with single precision and enable sharing but I can't seem to fix this.