mirror of https://git.FreeBSD.org/ports.git
math/coin-or-metis: Fix building with Flang
This commit is contained in:
parent
b000425c7d
commit
ef1cd1c766
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue