From 7f6faeef096dc79772ada7bb833fe587d9b768b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Thu, 7 Nov 2024 20:16:12 +0100 Subject: [PATCH] GitHub-CI (mingw): Simplify configure flags on MinGW. * .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. --- .github/workflows/make-mingw.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/make-mingw.yaml b/.github/workflows/make-mingw.yaml index ce16408265..35dcc6f85a 100644 --- a/.github/workflows/make-mingw.yaml +++ b/.github/workflows/make-mingw.yaml @@ -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