diff options
author | adam <adam@pkgsrc.org> | 2013-04-16 06:47:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-04-16 06:47:15 +0000 |
commit | 118997f1b9b9c3c19c84dd4e434766083f07a7d4 (patch) | |
tree | 78faa622af55230c32ee36d8a4d7e346ad06b3c9 /math/isl/Makefile | |
parent | 6fd8900f3e0011bdac23eb6fbaeec04203c4f4ec (diff) | |
download | pkgsrc-118997f1b9b9c3c19c84dd4e434766083f07a7d4.tar.gz |
Changes 0.11.2:
* make code generation output the same on Solaris
* fix some hard to trigger bugs
Diffstat (limited to 'math/isl/Makefile')
-rw-r--r-- | math/isl/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/math/isl/Makefile b/math/isl/Makefile index 04c51b89699..a311b1ddd3a 100644 --- a/math/isl/Makefile +++ b/math/isl/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.2 2013/02/19 19:45:44 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/16 06:47:15 adam Exp $ -DISTNAME= isl-0.11.1 +DISTNAME= isl-0.11.2 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_GNU:=gcc/infrastructure/} +MASTER_SITES= http://garage.kotnet.org/~skimo/isl/ \ + ${MASTER_SITE_GNU:=gcc/infrastructure/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://garage.kotnet.org/~skimo/isl/ COMMENT= Integer set library required by gcc graphite -HOMEPAGE= http://repo.or.cz/w/isl.git LICENSE= mit -GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ -USE_LIBTOOL= yes - +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmpl} TEST_TARGET= check |