git: ff5cc300f44a - main - devel/ispc: Make LLVM_VERSION overridable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jan 2022 16:52:33 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff5cc300f44abef42dfa6013266581b917fb71bb commit ff5cc300f44abef42dfa6013266581b917fb71bb Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-14 16:51:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-14 16:51:53 +0000 devel/ispc: Make LLVM_VERSION overridable PR: 261185 --- devel/ispc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile index 8ed00522aaf9..05624cbf9db3 100644 --- a/devel/ispc/Makefile +++ b/devel/ispc/Makefile @@ -61,7 +61,7 @@ GENX_PLIST_FILES= include/ispcrt/ispcrt.h \ #LLVM_VERSION= ${LLVM_DEFAULT} #.endif -LLVM_VERSION= 11 # 13 fails on some systems with: Assertion failed: (PointeeType && "Must specify element type"), function Create +LLVM_VERSION?= 11 # 13 fails on some systems with: Assertion failed: (PointeeType && "Must specify element type"), function Create do-test: # some tests fail: https://github.com/ispc/ispc/issues/1868 @cd ${WRKSRC} && ISPC_HOME=${BUILD_WRKSRC}/bin ./run_tests.py