From 6326fabd59ee3607e3398b99bc93bac19d856882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Sat, 11 Jan 2025 09:58:52 +0100 Subject: [PATCH] frontistr: another attempt to build it on clangarm64 --- mingw-w64-frontistr/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-w64-frontistr/PKGBUILD b/mingw-w64-frontistr/PKGBUILD index 32d7144c10..f605c9fbd9 100644 --- a/mingw-w64-frontistr/PKGBUILD +++ b/mingw-w64-frontistr/PKGBUILD @@ -4,7 +4,7 @@ _realname=frontistr pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=5.6 -pkgrel=2 +pkgrel=3 pkgdesc='Open-Source Large-Scale Parallel FEM Program for Nonlinear Structural Analysis (mingw-w64)' arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -53,6 +53,7 @@ build() { _extra_config+=("-DWITH_MPI=ON" "-DWITH_ML=ON") else _extra_config+=("-DWITH_MPI=OFF" "-DWITH_ML=OFF") + CFLAGS+=" -Wno-implicit-function-declaration" fi if [[ ${MINGW_PACKAGE_PREFIX} != *-clang-* ]]; then