svn commit: r555592 - head/math/gotoblas
Mark Linimon
linimon at FreeBSD.org
Tue Nov 17 22:14:15 UTC 2020
Author: linimon
Date: Tue Nov 17 22:14:15 2020
New Revision: 555592
URL: https://svnweb.freebsd.org/changeset/ports/555592
Log:
Mark as BROKEN with GCC 10:
Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
PR: 246700
Modified:
head/math/gotoblas/Makefile
Modified: head/math/gotoblas/Makefile
==============================================================================
--- head/math/gotoblas/Makefile Tue Nov 17 22:11:51 2020 (r555591)
+++ head/math/gotoblas/Makefile Tue Nov 17 22:14:15 2020 (r555592)
@@ -78,6 +78,10 @@ GOTOFLAGS+= INTERFACE64=1
GOTOFLAGS+= USE_OPENMP=1
.endif
+.if ${GCC_DEFAULT} >= 10
+BROKEN= fails to build with GCC 10: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/INTEGER(4)).
+.endif
+
#.if ${PORT_OPTIONS:MQUAD_PRECISION}
#BROKEN= WITH_QUAD_PRECISION is broken; please disable this option
#GOTOFLAGS+= QUAD_PRECISION=1
More information about the svn-ports-all
mailing list