pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

polly: needs C++17



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri May 5 00:37:07 2023 +0200
Changeset:	1a4fe5594c4d711f01eec7ceeb5f50ac963237db

Modified Files:
	polly/Makefile
	polly/PLIST

Log Message:
polly: needs C++17

Update PLIST

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a4fe5594c4d711f01eec7ceeb5f50ac963237db

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 polly/Makefile | 2 +-
 polly/PLIST    | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/polly/Makefile b/polly/Makefile
index 34ad904069..5d167c2436 100644
--- a/polly/Makefile
+++ b/polly/Makefile
@@ -16,7 +16,7 @@ DEPENDS+=	llvm-${PKGVERSION_NOREV}{,nb*}:../../wip/llvm
 CONFIGURE_DIRS=		${WRKDIR}/build
 CMAKE_ARG_PATH=		${WRKSRC}
 
-USE_LANGUAGES=		c c++14
+USE_LANGUAGES=		c c++17
 USE_CMAKE=		yes
 GCC_REQD+=		4.8
 
diff --git a/polly/PLIST b/polly/PLIST
index 1501d0d65f..23073b79e6 100644
--- a/polly/PLIST
+++ b/polly/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/11/14 18:44:05 adam Exp $
+@comment $NetBSD$
 include/polly/Canonicalization.h
 include/polly/CodeGen/BlockGenerators.h
 include/polly/CodeGen/CodeGeneration.h
@@ -115,6 +115,7 @@ include/polly/isl/version.h
 include/polly/isl/vertices.h
 lib/LLVMPolly.so
 lib/cmake/polly/PollyConfig.cmake
+lib/cmake/polly/PollyConfigVersion.cmake
 lib/cmake/polly/PollyExports-all.cmake
 lib/libPolly.a
 lib/libPollyISL.a


Home | Main Index | Thread Index | Old Index