7f36d25ca4
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
20 lines
454 B
Makefile
20 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/04/25 09:11:49 wiz Exp $
|
|
|
|
DISTNAME= isl-0.13
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://isl.gforge.inria.fr/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://isl.gforge.inria.fr/
|
|
COMMENT= Integer set library required by gcc graphite
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|