Hi, I have noticed that FFTW-3.3.3-gompi-1.4.10.eb is not building the dynamic FFTW libraries. For this I think the fix would be to change configopts from this:
common_configopts = "--enable-threads --enable-openmp --with-pic" to common_configopts = "--enable-threads --enable-openmp --with-pic *--enable-shared*" Is there any reason why the provided FFTW easyconfig is not building the dynamic libraries. Would it be safe to apply this change so the dynamic libs are built? or is there any issue which could be triggered by doing this change which I am missing? regards, Pablo. -- Pablo Escobar López HPC systems engineer sciCORE, University of Basel SIB Swiss Institute of Bioinformatics http://scicore.unibas.ch

