hyperion-rt / hyperion

Hyperion Radiative Transfer Code
http://www.hyperion-rt.org
BSD 2-Clause "Simplified" License
52 stars 26 forks source link

HDF5/MPI compiler not correctly detected in Gentoo linux #89

Closed bluescarni closed 10 years ago

bluescarni commented 10 years ago

In Gentoo linux, the Fortran compiler is identified as x86_64-pc-linux-gnu-gfortran by the Hyperion configure script. This breaks the assumption in the configure.ac file that the name of a gfortran compiler is gfortran with extra trailing characters (around lines 92 and 158 in configure.ac).

As a result, the configure script stops with the error message Could not determine HDF5 compiler.