diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-09-06 21:16:56 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-09-06 21:16:56 +0000 |
commit | a2131bbf862a15b2f299e009ae02b87621168d70 (patch) | |
tree | 23c4d7924f57e192f28f4d9421d5b4863375848a | |
parent | 3f85df49256b7bd28441e3babed9727005dce586 (diff) | |
download | ports-a2131bbf862a15b2f299e009ae02b87621168d70.tar.gz ports-a2131bbf862a15b2f299e009ae02b87621168d70.zip |
devel/intel-graphics-compiler: chase llvm10 issue link move
-rw-r--r-- | devel/intel-graphics-compiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/intel-graphics-compiler/Makefile b/devel/intel-graphics-compiler/Makefile index fdb576d89b50..c2c931c6ef12 100644 --- a/devel/intel-graphics-compiler/Makefile +++ b/devel/intel-graphics-compiler/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Only Intel GPUs on x86 are supported -# llvm10 is unstable, see https://github.com/intel/compute-runtime/issues/431 +# llvm10 is unstable, see https://github.com/intel/intel-graphics-compiler/issues/202 BUILD_DEPENDS= vc-intrinsics-llvm11>=s20210730:devel/vc-intrinsics@llvm11 LIB_DEPENDS= libopencl-clang.so.11:devel/opencl-clang@llvm11 |