Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2024 06:47:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 281557] net/mpich: fix build with clang 19 on i386
Message-ID:  <bug-281557-7788-Y2mPL5S2B1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281557-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281557-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281557

--- Comment #2 from Laurent Chardon <laurent.chardon@gmail.com> ---
Good patch. I had initially hesitated between=20
${COMPILER_VERSION} =3D=3D 181=20
and=20
${COMPILER_VERSION} >=3D 181
and decided to go with =3D=3D in order to remove this condition once the co=
mpiler
supports float128 on i386. But I prefer to have one >=3D test rather than a=
dd a
new =3D=3D test every time there is a new version of clang that doesn't add=
 the
support for float128 on i386. I'll test manually when I package new mpich
upgrades.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281557-7788-Y2mPL5S2B1>