diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-23 12:43:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-23 12:43:20 +0000 |
commit | 95b920e0f3b470deb400682837c6a41b4c70ed34 (patch) | |
tree | d6477f9baf4a17335e25a98227fbab2d9f1bb4de /math/tblis | |
parent | 43cc66d2bb1802f7c4d957e0ee581fcbf93bbf4e (diff) |
Notes
Diffstat (limited to 'math/tblis')
-rw-r--r-- | math/tblis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/tblis/Makefile b/math/tblis/Makefile index 3a25093a7da8..1ff8e2e607b2 100644 --- a/math/tblis/Makefile +++ b/math/tblis/Makefile @@ -16,6 +16,7 @@ BROKEN_aarch64= fails to compile: include_configs.hpp:2:10: fatal error: 'confi 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 |