git: 5e62ce4a52dd - main - devel/llvm-devel: fix OPENMP+DOCS plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 04:07:46 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=5e62ce4a52ddec438dd149201afb575b66f16b0f commit 5e62ce4a52ddec438dd149201afb575b66f16b0f Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2025-01-28 04:06:34 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2025-01-28 04:07:37 +0000 devel/llvm-devel: fix OPENMP+DOCS plist Reported by: Chad Jacob Milios Fixes: c34c074fc623 devel/llvm-devel: build openmp as a runtime --- devel/llvm-devel/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index bc36e5acfb8b..cbbeb0c4e0ff 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -164,7 +164,6 @@ OPENMP_CMAKE_ON= \ -DLIBOMPTARGET_BUILD_DEVICERTL_BCLIB=OFF \ -DLIBOMPTARGET_DEP_LIBFFI_INCLUDE_DIR="" \ -DLIBOMPTARGET_DEP_LIBFFI_LIBRARIES="" -OPENMP_PORTDOCS= openmp POLLY_DESC= Polyhedral loop and data-locality optimizer POLLY_PORTDOCS= polly STATIC_LIBS_DESC= Install static libraries (does not effect sanitizers)