diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-10-18 18:39:59 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-05-19 13:49:39 +0000 |
commit | d574305f9f759ee90f088931fc0fdbd833afd17d (patch) | |
tree | d120f7ca7c56ea207a95d7b4c63d67b5c50c47f1 /lang/intel-compute-runtime | |
parent | games/gnubg: fix typo (diff) |
devel/intel-graphics-compiler: add llvm13 (experimental) flavor
https://github.com/intel/intel-graphics-compiler/projects/3
Diffstat (limited to 'lang/intel-compute-runtime')
-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 4e175a2ddfdb..9f3056ee1524 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -17,7 +17,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= ${12 11:L:S/^/llvm/} +FLAVORS= ${13 12 11:L:S/^/llvm/} CONFLICTS_INSTALL= ${PORTNAME}-* |