diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-25 09:11:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-25 09:11:49 +0000 |
commit | 3b580be78330a1ad53ed4927812e038f6719916b (patch) | |
tree | 8af182fea4acd8e670ef6f7f8fa4fac9be81d8c7 /math/isl/Makefile | |
parent | 1d869f4d3342d54109eae0965cacfe2c1e1e8ada (diff) | |
download | pkgsrc-3b580be78330a1ad53ed4927812e038f6719916b.tar.gz |
Update to 0.13:
version: 0.13
date: Mon Apr 14 11:08:45 CEST 2014
changes:
- deprecate isl_int
- improved support for multi piecewise quasi-affine expressions
- allow the user to impose a bound on the number of low-level operations
- add isl_id_to_ast_expr and isl_id_to_pw_aff
- add isl_schedule_constraints
- hide internal structure of isl_vec
- remove support for piplib
Diffstat (limited to 'math/isl/Makefile')
-rw-r--r-- | math/isl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/isl/Makefile b/math/isl/Makefile index 6148a3a51c3..f5b1fa9e237 100644 --- a/math/isl/Makefile +++ b/math/isl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/02/25 09:18:25 adam Exp $ +# $NetBSD: Makefile,v 1.5 2014/04/25 09:11:49 wiz Exp $ -DISTNAME= isl-0.12.2 +DISTNAME= isl-0.13 CATEGORIES= math MASTER_SITES= http://isl.gforge.inria.fr/ EXTRACT_SUFX= .tar.bz2 |