Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2025 20:01:25 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ef1cd1c76603 - main - math/coin-or-metis: Fix building with Flang
Message-ID:  <202509062001.586K1PDk050128@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ef1cd1c76603a5aee586ee0bf0a8033c8dd987f4

commit ef1cd1c76603a5aee586ee0bf0a8033c8dd987f4
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-09-06 19:51:20 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2025-09-06 20:01:19 +0000

    math/coin-or-metis: Fix building with Flang
---
 math/coin-or-metis/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/coin-or-metis/Makefile b/math/coin-or-metis/Makefile
index 427f7dfdbaaa..2233cf802593 100644
--- a/math/coin-or-metis/Makefile
+++ b/math/coin-or-metis/Makefile
@@ -24,6 +24,9 @@ GH_PROJECT=	ThirdParty-Metis
 
 GNU_CONFIGURE=	yes
 
+# Adaption of the upstream fix for Clang/Flang
+# https://github.com/coin-or-tools/ThirdParty-Metis/commit/5ace49007591f11b64f70183102549d3a9721d4b
+CFLAGS=		-Wno-implicit-function-declaration
 INSTALL_TARGET=	install-strip
 
 METIS_VERSION=	4.0.3 # from the script get.Metis


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509062001.586K1PDk050128>