Date: Wed, 25 Oct 2023 17:58:14 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c64647054c8 - main - devel/ispc: Fix typo in cmake variable name Message-ID: <202310251758.39PHwEAa022426@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c64647054c81b8876c7f4f987189427b5858ad6 commit 9c64647054c81b8876c7f4f987189427b5858ad6 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-10-25 17:56:55 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-10-25 17:58:11 +0000 devel/ispc: Fix typo in cmake variable name --- devel/ispc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/ispc/Makefile b/devel/ispc/Makefile index 2d4f5dd862e8..1b6d315b03e9 100644 --- a/devel/ispc/Makefile +++ b/devel/ispc/Makefile @@ -1,6 +1,7 @@ PORTNAME= ispc DISTVERSIONPREFIX= v DISTVERSION= 1.21.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -27,7 +28,7 @@ GH_TUPLE= google:googletest:6a7ed31:googletest/ispcrt/tests/vendor/google/google SHEBANG_FILES= *.py CONFIGURE_ENV= PATH=${LOCALBASE}/llvm${LLVM_VERSION}/bin:${PATH} # see https://github.com/ispc/ispc/issues/2318 -CMAKE_OFF= ISPC_NO_DUMPS DISPCRT_BUILD_GPU ISPC_INCLUDE_TESTS ISPCRT_BUILD_TESTS ISPC_INCLUDE_EXAMPLES +CMAKE_OFF= ISPC_NO_DUMPS ISPCRT_BUILD_GPU ISPC_INCLUDE_TESTS ISPCRT_BUILD_TESTS ISPC_INCLUDE_EXAMPLES CMAKE_ARGS= -DLLVM_CONFIG_EXECUTABLE=${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config BINARY_ALIAS= flex=${LOCALBASE}/bin/flex python=${PYTHON_CMD} m4=${LOCALBASE}/bin/gm4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310251758.39PHwEAa022426>