Comment 7 for bug 1739443

Revision history for this message
Yann Pouillon (pouillon) wrote :

I looked at the differences between versions 1.5.0 and 1.5.3 and saw that the former was installing all Fortran modules, while the latter only installs the upper-level ones (xmlf90_*.mod).

This is fine with gfortran which is able to resolve the symbols using the libraries, but ifort does requires that all modules be installed to successfully resolve the dependencies.

I've explored various ways to make things more flexible. My proposal is in my "portability" branch of XMLF90. This is currently a quick fix which could be refined by detecting the Fortran compiler vendor and installing modules depending on the result.

Could this become the 1.5.4 version of XMLF90?