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

Collapse All | Expand All

(-)b/math/linbox/Makefile (-3 / +5 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	linbox
3
PORTNAME=	linbox
4
PORTVERSION=	1.6.3
4
PORTVERSION=	1.6.3
5
PORTREVISION=	7
5
PORTREVISION=	8
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	math
7
CATEGORIES=	math
8
8
Lines 33-39 OPTIONS_DEFAULT= FULL Link Here
33
OPTIONS_SUB=		yes
33
OPTIONS_SUB=		yes
34
34
35
MIN_DESC=		Lightweight package, with less dependencies
35
MIN_DESC=		Lightweight package, with less dependencies
36
MIN_CONFIGURE_ON=	--without-saclib
36
MIN_CONFIGURE_ON=	--without-saclib --without-ocl
37
37
38
FULL_DESC=		Complete package with all its dependencies
38
FULL_DESC=		Complete package with all its dependencies
39
FULL_BUILD_DEPENDS=	gnuplot:math/gnuplot
39
FULL_BUILD_DEPENDS=	gnuplot:math/gnuplot
Lines 44-53 FULL_LIB_DEPENDS= libflint.so:math/flint2 \ Link Here
44
			libm4rie.so:math/m4rie		\
44
			libm4rie.so:math/m4rie		\
45
			libmpfr.so:math/mpfr		\
45
			libmpfr.so:math/mpfr		\
46
			libntl.so:math/ntl		\
46
			libntl.so:math/ntl		\
47
			libOpenCL.so:devel/ocl-icd	\
47
			libtinyxml2.so:textproc/tinyxml2
48
			libtinyxml2.so:textproc/tinyxml2
48
FULL_RUN_DEPENDS=	gnuplot:math/gnuplot
49
FULL_RUN_DEPENDS=	gnuplot:math/gnuplot
49
FULL_USES=		ghostscript
50
FULL_USES=		ghostscript
50
FULL_CONFIGURE_WITH=	flint fplll ghostscript gnuplot iml m4ri m4rie mpfr ntl
51
FULL_CONFIGURE_WITH=	flint fplll ghostscript gnuplot iml m4ri m4rie mpfr \
52
			ntl ocl
51
53
52
DOXYGEN_VARS=		BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed
54
DOXYGEN_VARS=		BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed
53
DOXYGEN_CONFIGURE_ENABLE=doc
55
DOXYGEN_CONFIGURE_ENABLE=doc

Return to bug 257891