View | Details | Raw Unified | Return to bug 191598 | Differences between
and this patch

Collapse All | Expand All

(-)math/cloog/Makefile (-3 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	cloog
4
PORTNAME=	cloog
5
PORTVERSION=	0.18.1
5
PORTVERSION=	0.18.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	math
7
CATEGORIES=	math
8
MASTER_SITES=	http://www.bastoul.net/cloog/pages/download/
8
MASTER_SITES=	http://www.bastoul.net/cloog/pages/download/
9
9
Lines 12-18 COMMENT= Code generator in the polyhedral model Link Here
12
12
13
LICENSE=	LGPL21
13
LICENSE=	LGPL21
14
14
15
LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
15
BUILD_DEPENDS=	isl>=0.12.1:${PORTSDIR}/devel/isl \
16
		isl<0.13,1:${PORTSDIR}/devel/isl
17
LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp \
18
		libisl.so:${PORTSDIR}/devel/isl
16
19
17
PORTSCOUT=	ignore:0.18.2
20
PORTSCOUT=	ignore:0.18.2
18
21
Lines 19-25 PORTSCOUT= ignore:0.18.2 Link Here
19
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
20
USES=		libtool
23
USES=		libtool
21
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS+=	--with-gmp-prefix=${LOCALBASE}
25
CONFIGURE_ARGS+=	--with-gmp-prefix=${LOCALBASE} --with-isl-prefix=${PREFIX}
23
CONFIGURE_ENV=	pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/
26
CONFIGURE_ENV=	pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/
24
27
25
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)math/cloog/pkg-plist (-55 lines)
Lines 22-89 include/cloog/statement.h Link Here
22
include/cloog/stride.h
22
include/cloog/stride.h
23
include/cloog/union_domain.h
23
include/cloog/union_domain.h
24
include/cloog/version.h
24
include/cloog/version.h
25
include/isl/aff.h
26
include/isl/aff_type.h
27
include/isl/arg.h
28
include/isl/ast.h
29
include/isl/ast_build.h
30
include/isl/band.h
31
include/isl/blk.h
32
include/isl/config.h
33
include/isl/constraint.h
34
include/isl/ctx.h
35
include/isl/dim.h
36
include/isl/flow.h
37
include/isl/hash.h
38
include/isl/id.h
39
include/isl/ilp.h
40
include/isl/int.h
41
include/isl/list.h
42
include/isl/local_space.h
43
include/isl/lp.h
44
include/isl/map.h
45
include/isl/map_type.h
46
include/isl/mat.h
47
include/isl/multi.h
48
include/isl/obj.h
49
include/isl/options.h
50
include/isl/point.h
51
include/isl/polynomial.h
52
include/isl/polynomial_type.h
53
include/isl/printer.h
54
include/isl/schedule.h
55
include/isl/seq.h
56
include/isl/set.h
57
include/isl/set_type.h
58
include/isl/space.h
59
include/isl/stdint.h
60
include/isl/stream.h
61
include/isl/union_map.h
62
include/isl/union_map_type.h
63
include/isl/union_set.h
64
include/isl/union_set_type.h
65
include/isl/val.h
66
include/isl/val_gmp.h
67
include/isl/val_int.h
68
include/isl/vec.h
69
include/isl/version.h
70
include/isl/vertices.h
71
lib/cloog-isl/cloog-isl-config.cmake
25
lib/cloog-isl/cloog-isl-config.cmake
72
lib/isl/isl-config.cmake
73
lib/libcloog-isl.a
26
lib/libcloog-isl.a
74
lib/libcloog-isl.so
27
lib/libcloog-isl.so
75
lib/libcloog-isl.so.4
28
lib/libcloog-isl.so.4
76
lib/libcloog-isl.so.4.0.0
29
lib/libcloog-isl.so.4.0.0
77
lib/libisl.a
78
lib/libisl.so
79
lib/libisl.so.10
80
lib/libisl.so.10.2.1
81
lib/libisl.so.10.2.1-gdb.py
82
libdata/pkgconfig/cloog-isl.pc
30
libdata/pkgconfig/cloog-isl.pc
83
libdata/pkgconfig/isl.pc
84
@dirrmtry lib/isl
85
@dirrmtry lib/cloog-isl
31
@dirrmtry lib/cloog-isl
86
@dirrmtry include/isl
87
@dirrmtry include/cloog/matrix
32
@dirrmtry include/cloog/matrix
88
@dirrmtry include/cloog/isl
33
@dirrmtry include/cloog/isl
89
@dirrmtry include/cloog
34
@dirrmtry include/cloog

Return to bug 191598