pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/isl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 31 09:51:43 UTC 2023

Modified Files:
        pkgsrc/math/isl: Makefile distinfo
Removed Files:
        pkgsrc/math/isl/patches: patch-configure

Log Message:
isl: update to 0.26.

version: 0.26
date: Sat Apr  1 05:10:53 PM CEST 2023
changes:
        - fix inherited overloaded methods in Python bindings
        - decompose topological sort of clusters in incremental scheduler
        - improved isl_pw_aff_list_{min,max}
        - add some convenience functions
        - more exports to (templated C++) bindings
        - slightly improved conversion from binary relation to function
---
version: 0.25
date: Sat 02 Jul 2022 11:14:57 AM CEST
changes:
        - support (type safe) user object on id in bindings
        - more exports to (templated C++) bindings
        - add some convenience functions


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/isl/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/isl/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/math/isl/patches/patch-configure

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

Modified files:

Index: pkgsrc/math/isl/Makefile
diff -u pkgsrc/math/isl/Makefile:1.11 pkgsrc/math/isl/Makefile:1.12
--- pkgsrc/math/isl/Makefile:1.11       Wed May  3 18:16:47 2023
+++ pkgsrc/math/isl/Makefile    Sun Dec 31 09:51:42 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/05/03 18:16:47 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/12/31 09:51:42 wiz Exp $
 
-DISTNAME=      isl-0.24
+DISTNAME=      isl-0.26
 CATEGORIES=    math
 MASTER_SITES=  https://libisl.sourceforge.io/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/math/isl/distinfo
diff -u pkgsrc/math/isl/distinfo:1.12 pkgsrc/math/isl/distinfo:1.13
--- pkgsrc/math/isl/distinfo:1.12       Tue Oct 26 10:55:45 2021
+++ pkgsrc/math/isl/distinfo    Sun Dec 31 09:51:42 2023
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:55:45 nia Exp $
+$NetBSD: distinfo,v 1.13 2023/12/31 09:51:42 wiz Exp $
 
-BLAKE2s (isl-0.24.tar.xz) = a3013b0d39b7fe68a1b3e15dc7e925b347d555348ee946a80f5319a76973cd61
-SHA512 (isl-0.24.tar.xz) = ff6bdcff839e1cd473f2a0c1e4dd4a3612ec6fee4544ccbc62b530a7248db2cf93b4b99bf493a86ddf2aba00e768927265d5d411f92061ea85fd7929073428e8
-Size (isl-0.24.tar.xz) = 1930956 bytes
+BLAKE2s (isl-0.26.tar.xz) = 0e7c7e48d72973d6514526b703a2e33bba52eaf3c4c0e041212e369f235f5e1a
+SHA512 (isl-0.26.tar.xz) = 9b5ec16d14e48f9ac9bf9cd379d3022959cfc617ade9e0d4caf2862299564fecba09d67dbdf1a4071f2f743a4fd0fabd0b0c3d15f5cddfe7226cdd5d6c2a0c66
+Size (isl-0.26.tar.xz) = 2035560 bytes
 SHA1 (patch-Makefile.in) = f0678b31eda3ff02efee7379e5b9a4c395e00473
-SHA1 (patch-configure) = 0dd22aac1da76a59ec3b671b2d12e56b8fd9aa55



Home | Main Index | Thread Index | Old Index