pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/isl isl: updated to 0.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99eee7e62b3c
branches:  trunk
changeset: 451849:99eee7e62b3c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 02 17:47:30 2021 +0000

description:
isl: updated to 0.24

version: 0.24
- improved (C++) bindings (inherit methods, renamed exports)
- initial templated C++ bindings
- detect bounds on constant polynomials as tight

diffstat:

 math/isl/Makefile |   4 ++--
 math/isl/PLIST    |   3 ++-
 math/isl/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 36c53dab8e48 -r 99eee7e62b3c math/isl/Makefile
--- a/math/isl/Makefile Sun May 02 17:43:54 2021 +0000
+++ b/math/isl/Makefile Sun May 02 17:47:30 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2021/04/22 12:03:39 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/05/02 17:47:30 adam Exp $
 
-DISTNAME=      isl-0.23
+DISTNAME=      isl-0.24
 CATEGORIES=    math
 MASTER_SITES=  http://isl.gforge.inria.fr/
 EXTRACT_SUFX=  .tar.xz
diff -r 36c53dab8e48 -r 99eee7e62b3c math/isl/PLIST
--- a/math/isl/PLIST    Sun May 02 17:43:54 2021 +0000
+++ b/math/isl/PLIST    Sun May 02 17:47:30 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/04/22 12:03:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/05/02 17:47:30 adam Exp $
 include/isl/aff.h
 include/isl/aff_type.h
 include/isl/arg.h
@@ -50,6 +50,7 @@
 include/isl/stdint.h
 include/isl/stream.h
 include/isl/stride_info.h
+include/isl/typed_cpp.h
 include/isl/union_map.h
 include/isl/union_map_type.h
 include/isl/union_set.h
diff -r 36c53dab8e48 -r 99eee7e62b3c math/isl/distinfo
--- a/math/isl/distinfo Sun May 02 17:43:54 2021 +0000
+++ b/math/isl/distinfo Sun May 02 17:47:30 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2021/04/22 12:03:39 adam Exp $
+$NetBSD: distinfo,v 1.10 2021/05/02 17:47:30 adam Exp $
 
-SHA1 (isl-0.23.tar.xz) = b5f8eeb0780495e97d8e398a068253ee13ed13cb
-RMD160 (isl-0.23.tar.xz) = 041348bb58f69da2bb13db8449fa70fce7520811
-SHA512 (isl-0.23.tar.xz) = da4e7cbd5045d074581d4e1c212acb074a8b2345a96515151b0543cbe2601db6ac2bbd93f9ad6643e98f845b68f438f3882c05b8b90969ae542802a3c78fea20
-Size (isl-0.23.tar.xz) = 1729656 bytes
+SHA1 (isl-0.24.tar.xz) = d16012cf5bf35684ef0de68dab55279d34df4909
+RMD160 (isl-0.24.tar.xz) = 16e9b8e1758c05e9fcbdc76f83c13a927f2d66d7
+SHA512 (isl-0.24.tar.xz) = ff6bdcff839e1cd473f2a0c1e4dd4a3612ec6fee4544ccbc62b530a7248db2cf93b4b99bf493a86ddf2aba00e768927265d5d411f92061ea85fd7929073428e8
+Size (isl-0.24.tar.xz) = 1930956 bytes
 SHA1 (patch-Makefile.in) = f0678b31eda3ff02efee7379e5b9a4c395e00473
 SHA1 (patch-configure) = 0dd22aac1da76a59ec3b671b2d12e56b8fd9aa55



Home | Main Index | Thread Index | Old Index