diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-08-11 20:35:35 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-10-01 02:30:03 +0000 |
commit | 7e3e32f3580bc3b6d30df94b2e07f6bc7dbdb84f (patch) | |
tree | 3736ee44d108a340b3682a9828f089c1a2d22132 | |
parent | 64b690e9fe358a413dce30220b94c434b42dedc2 (diff) | |
download | ports-7e3e32f3580bc3b6d30df94b2e07f6bc7dbdb84f.tar.gz ports-7e3e32f3580bc3b6d30df94b2e07f6bc7dbdb84f.zip |
devel/vc-intrinsics: drop unused flavors after 070200f93538
- IGC lacks Vector Compiler with LLVM < 10
- ISPC lacks GPU support with LLVM < 10
-rw-r--r-- | devel/vc-intrinsics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |