diff options
author | adam <adam@pkgsrc.org> | 2021-05-02 17:47:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-05-02 17:47:30 +0000 |
commit | 62e669a82d482323ea80c5328c506021eb8af750 (patch) | |
tree | 64a6a221b6192ac084ea09f45b2aa0680c6bd58f /math/isl/PLIST | |
parent | 40baa329b007570605a28cfad9b26c3650d7befa (diff) | |
download | pkgsrc-62e669a82d482323ea80c5328c506021eb8af750.tar.gz |
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 (limited to 'math/isl/PLIST')
-rw-r--r-- | math/isl/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/isl/PLIST b/math/isl/PLIST index f25c18c40bd..0d6e0cc42fb 100644 --- a/math/isl/PLIST +++ b/math/isl/PLIST @@ -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/space_type.h 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 |