pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/polly
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 18 08:01:43 UTC 2020
Modified Files:
pkgsrc/devel/polly: Makefile distinfo
Log Message:
polly: updated to 10.0.0
In Polly 10 the following important changes have been incorporated.
The mechanism that Polly uses to link itself statically into the opt, bugpoint and clang executables has been generalized such that it can be used by other pass plugins. An example plugin “Bye” has
been added to LLVM to illustate the mechanism.
Some ScopInfo methods that are only relevant during SCoP construction have been moved into the ScopBuilder class. In addition to making it clearer which methods can only be used during the
construction phase, the refactoring helps shrinking the size of the public header ScopInfo.h.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/polly/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/polly/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/polly/Makefile
diff -u pkgsrc/devel/polly/Makefile:1.18 pkgsrc/devel/polly/Makefile:1.19
--- pkgsrc/devel/polly/Makefile:1.18 Sun Jan 26 17:31:02 2020
+++ pkgsrc/devel/polly/Makefile Sat Apr 18 08:01:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/01/26 17:31:02 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/04/18 08:01:43 adam Exp $
.include "../../lang/llvm/version.mk"
@@ -16,7 +16,7 @@ DEPENDS+= llvm-${PKGVERSION_NOREV}{,nb*}
CONFIGURE_DIRS= ${WRKDIR}/build
CMAKE_ARG_PATH= ${WRKSRC}
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++14
USE_CMAKE= yes
GCC_REQD+= 4.8
Index: pkgsrc/devel/polly/distinfo
diff -u pkgsrc/devel/polly/distinfo:1.16 pkgsrc/devel/polly/distinfo:1.17
--- pkgsrc/devel/polly/distinfo:1.16 Sun Dec 29 15:31:21 2019
+++ pkgsrc/devel/polly/distinfo Sat Apr 18 08:01:43 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2019/12/29 15:31:21 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/04/18 08:01:43 adam Exp $
-SHA1 (polly-9.0.1.src.tar.xz) = e7ce627133584db555c5bd980418f96a9684a58f
-RMD160 (polly-9.0.1.src.tar.xz) = c5415f90f51ab3e3e6fbcab672bfcd52a9cc788c
-SHA512 (polly-9.0.1.src.tar.xz) = 723e31dad6621be7b90e7972a61c60993cdd04c8668f51fb619d1b8b8b88deb2b299af2e5453a094b61d063c2599bab4c488560efc2be09e9533549776192fda
-Size (polly-9.0.1.src.tar.xz) = 8768196 bytes
+SHA1 (polly-10.0.0.src.tar.xz) = 6ca3cd10f134a5418951410f26154d27bd9e0005
+RMD160 (polly-10.0.0.src.tar.xz) = 28a948108adbedc5a6d453c69fa4104320bca325
+SHA512 (polly-10.0.0.src.tar.xz) = 542295b286772b87def1f60c14e21d7e8219446531105a515614ec34e347b4910b9228b79be87ac9c0169dcbdc8a0fde206630d1e56a38d4e797948500fa28aa
+Size (polly-10.0.0.src.tar.xz) = 8716272 bytes
SHA1 (patch-CMakeLists.txt) = 8138e11f858f23e0069c8fa0c07eff2b7aaf8c43
SHA1 (patch-lib_External_isl_configure) = 97c83ab1d2f83e60ab39b41cf055c18074167e66
Home |
Main Index |
Thread Index |
Old Index