JeffersonLab / iguana

Preservation of common physics data analysis algorithms. Currently focused on HIPO data.
https://jeffersonlab.github.io/iguana/
GNU Lesser General Public License v3.0
2 stars 7 forks source link

A Fortran compiler should only be required when `bind_fortran==true` #193

Closed c-dilks closed 4 months ago

c-dilks commented 4 months ago

Users who do not use Fortran may not have a Fortran compiler installed, but the current meson build configuration requires a Fortran compiler for any build, regardless of bind_fortran.