svn commit: r558986 - head/math/tblis
Mark Linimon
linimon at FreeBSD.org
Wed Dec 23 12:43:20 UTC 2020
Author: linimon
Date: Wed Dec 23 12:43:20 2020
New Revision: 558986
URL: https://svnweb.freebsd.org/changeset/ports/558986
Log:
Mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
Modified:
head/math/tblis/Makefile
Modified: head/math/tblis/Makefile
==============================================================================
--- head/math/tblis/Makefile Wed Dec 23 12:26:22 2020 (r558985)
+++ head/math/tblis/Makefile Wed Dec 23 12:43:20 2020 (r558986)
@@ -16,6 +16,7 @@ BROKEN_aarch64= fails to compile: include_configs.hpp
BROKEN_armv6= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/armv7a/config.hpp' file not found
BROKEN_powerpc64= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/power7/config.hpp' file not found
BROKEN_powerpc64le= fails to compile: include_configs.hpp:2:10: fatal error: 'configs/power7/config.hpp' file not found
+BROKEN_riscv64= fails to configure: ./tci/tci_config.h:37:2: Unknown architecture
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= i386 requires SSE
More information about the svn-ports-all
mailing list