diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-08-10 20:40:15 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-08-10 20:45:06 +0000 |
commit | e86efe28b95d12797fb9abcafee63d733a3fa8ea (patch) | |
tree | 5bd3ac72bd139cce3b0c09ae02aa992b18e523b1 /lang | |
parent | devel/intel-graphics-compiler: update to 1.0.11702.1 (diff) |
devel/intel-graphics-compiler: add llvm14 (experimental) flavor
https://github.com/intel/intel-graphics-compiler/projects/4
Diffstat (limited to 'lang')
-rw-r--r-- | lang/intel-compute-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index 71a58a0b30e3..ce2e1aac7376 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= only Intel GPUs on x86 are supported LIB_DEPENDS= libigc.so:devel/intel-graphics-compiler@${FLAVOR} \ libigdgmm.so:multimedia/gmmlib -FLAVORS= ${13 12 11:L:S/^/llvm/} +FLAVORS= ${14 13 12 11:L:S/^/llvm/} CONFLICTS_INSTALL= ${PORTNAME}-* |