Skip to content

Commit

Permalink
GitHub-CI (mingw): Simplify configure flags on MinGW.
Browse files Browse the repository at this point in the history
* .github/workflows/make-mingw.yaml (configure): The versions of libtool and
autoconf from MSYS2 no longer require additional hints for using LLVM Flang as
the Fortran compiler. Remove them from the configure flags.
  • Loading branch information
mmuetzel committed Nov 7, 2024
1 parent bf35005 commit 7f6faee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/make-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ jobs:
cxx: "clang++ -std=gnu++14"
f77: flang
# Clang seems to require a different set of dllexport attributes than GCC.
# autoconf and libtool still need help to correctly invoke flang.
extra-config-flags:
--disable-lib-visibility-flags
ac_cv_f77_compiler_gnu=yes
lt_cv_prog_gnu_ld=yes
ccache-max: 400M
# This configuration is not fully supported yet
allow-error: true
Expand Down

0 comments on commit 7f6faee

Please sign in to comment.