Bug ID 1173990
Summary Add missing Fortran case into macros.mingw64
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware All
OS All
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee screening-team-bugs@suse.de
Reporter ajmay81@googlemail.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Tools such as mingw64-cmake do not set the Fortran compiler, I think this is a
relatively simple fix by adding lines such as:


%_mingw64_fc              %{_mingw64_target}-gfortran

and

        -DCMAKE_Fortran_COMPILER="%{_bindir}/%{_mingw64_fc}" \\\


into
https://build.opensuse.org/package/view_file/openSUSE:Factory/mingw64-filesystem/macros.mingw64?expand=1


You are receiving this mail because: