Sun Dec 31 09:51:43 2023 UTC (148d)
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


(wiz)
diff -r1.11 -r1.12 pkgsrc/math/isl/Makefile
diff -r1.12 -r1.13 pkgsrc/math/isl/distinfo
diff -r1.2 -r0 pkgsrc/math/isl/patches/patch-configure
Sun Dec 31 18:51:43 2023
Mon Jun 26 19:39:13 2023
pkgsrc/math/isl/patches/patch-configure,v

anoncvs not yet been updated

cvs diff -r1.11 -r1.12 pkgsrc/math/isl/Makefile (expand / switch to unified diff)

--- pkgsrc/math/isl/Makefile 2023/05/03 18:16:47 1.11
+++ pkgsrc/math/isl/Makefile 2023/12/31 09:51:42 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2023/05/03 18:16:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2023/12/31 09:51:42 wiz Exp $
2 2
3DISTNAME= isl-0.24 3DISTNAME= isl-0.26
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= https://libisl.sourceforge.io/ 5MASTER_SITES= https://libisl.sourceforge.io/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://libisl.sourceforge.io/ 9HOMEPAGE= https://libisl.sourceforge.io/
10COMMENT= Integer set library required by gcc graphite 10COMMENT= Integer set library required by gcc graphite
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16TEST_TARGET= check 16TEST_TARGET= check

cvs diff -r1.12 -r1.13 pkgsrc/math/isl/distinfo (expand / switch to unified diff)

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

File Deleted: pkgsrc/math/isl/patches/patch-configure