git: 76b43ebb8b10 - main - devel/marl: Not for riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 23:31:56 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=76b43ebb8b1018328590df81f8e8399ef6e44677
commit 76b43ebb8b1018328590df81f8e8399ef6e44677
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-26 23:31:08 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-26 23:31:08 +0000
devel/marl: Not for riscv64
Reported by: fallout
---
devel/marl/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/marl/Makefile b/devel/marl/Makefile
index 48c1469ffe3d..60ff905dd8a3 100644
--- a/devel/marl/Makefile
+++ b/devel/marl/Makefile
@@ -8,6 +8,9 @@ COMMENT= Hybrid thread / fiber task scheduler written in C++11
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= riscv64
+NOT_FOR_ARCHS_REASON= assembly isn't implemented, see src/osfiber_asm.h
+
USES= cmake:testing compiler:c++11-lang
USE_LDCONFIG= yes