git: ef25b4bbd156 - main - devel/llvm-devel: don't set cmake PYTHON_EXECUTABLE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Sep 2023 15:43:31 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef25b4bbd15686236014276ef6792fb7f8c9a279 commit ef25b4bbd15686236014276ef6792fb7f8c9a279 Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2023-09-12 18:18:19 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-09-13 15:42:51 +0000 devel/llvm-devel: don't set cmake PYTHON_EXECUTABLE The PYTHON_EXECUTABLE spelling is not used at all in the newer python support modules - FindPython{,2,3}.cmake and the framework now sets the correct values. PR: 273713 --- devel/llvm-devel/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index eaa08f287be7..f3b3c7f35193 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -75,7 +75,6 @@ CMAKE_ARGS+= -DLLVM_PARALLEL_LINK_JOBS=1 CMAKE_ARGS+= -DLLVM_ENABLE_Z3_SOLVER=OFF CMAKE_ARGS+= -DLLVM_ENABLE_LIBXML2=OFF CMAKE_ARGS+= -DLLVM_ENABLE_LIBEDIT=OFF -CMAKE_ARGS+= -DPYTHON_EXECUTABLE=${PYTHON_CMD} CMAKE_ARGS+= -DLLVM_ENABLE_ASSERTIONS=ON USE_GITHUB= yes