Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 09:35:44 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-ports@freebsd.org
Subject:   [PATCH] math/openlibm is broken on i386
Message-ID:  <20200912163544.GA5093@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
Someone ought to apply this patch to the openlibm port.

Index: Makefile
===================================================================
--- Makefile (revision 544886)
+++ Makefile (working copy)
@@ -16,6 +16,7 @@
 
 BROKEN_armv6=  fails to compile: a parameter list without types is only allowed in a function definition
 BROKEN_armv7=  fails to compile: a parameter list without types is only allowed in a function definition
+BROKEN_i386=  Numerical inaccuracies: https://github.com/JuliaMath/openlibm/issues/215
 BROKEN_mips=  fails to compile: No rule to make target mips/Make.files
 BROKEN_mips64=  fails to compile: No rule to make target mips64/Make.files
 
-- 
Steve



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