git: 7e3e32f3580b - main - devel/vc-intrinsics: drop unused flavors after 070200f93538
Jan Beich
jbeich at FreeBSD.org
Fri Oct 1 02:32:56 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7e3e32f3580bc3b6d30df94b2e07f6bc7dbdb84f
commit 7e3e32f3580bc3b6d30df94b2e07f6bc7dbdb84f
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-11 20:35:35 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-10-01 02:30:03 +0000
devel/vc-intrinsics: drop unused flavors after 070200f93538
- IGC lacks Vector Compiler with LLVM < 10
- ISPC lacks GPU support with LLVM < 10
---
devel/vc-intrinsics/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/vc-intrinsics/Makefile b/devel/vc-intrinsics/Makefile
index 153368c8a47f..51de93d52411 100644
--- a/devel/vc-intrinsics/Makefile
+++ b/devel/vc-intrinsics/Makefile
@@ -8,7 +8,7 @@ COMMENT= LLVM intrinsics for SIMD on GPU
LICENSE= MIT
-FLAVORS= ${13 12 11 10 90 80 70:L:S/^/llvm/}
+FLAVORS= ${13 12 11:L:S/^/llvm/}
BUILD_DEPENDS= ${FLAVOR}>0:devel/${FLAVOR}
More information about the dev-commits-ports-all
mailing list