Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2024 11:35:46 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3eba17d8241b - main - net/mpich: real fix for clang-17
Message-ID:  <202401011135.401BZk6m072183@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

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

commit 3eba17d8241bcf4c0ebc213ba246f6111f1770b3
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-01-01 11:29:41 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-01-01 11:29:41 +0000

    net/mpich: real fix for clang-17
    
    This replaces the previous work-around and the need of an external
    compiler.
    
    For detailed explanations, see PR 276035.
    
    PR:             276035
---
 net/mpich/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index e7164f5dfc08..0a356031c872 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -80,8 +80,8 @@ CONFIGURE_ARGS=	--enable-fast=""	\
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500005
 # linker error when compiling with llvm 17.0.6 on CURRENT - PR 276035
-USES+=			llvm:lib,max=16
-CHOSEN_COMPILER_TYPE=	clang
+# To be removed with llvm-18
+CONFIGURE_ENV+=	ac_cv_sizeof___float128=0
 .endif
 
 .for pm in ${OPTIONS_GROUP_PM}



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