diff --git a/math/linbox/Makefile b/math/linbox/Makefile index 2a27a4e585c5..ddc32e48af22 100644 --- a/math/linbox/Makefile +++ b/math/linbox/Makefile @@ -2,7 +2,7 @@ PORTNAME= linbox PORTVERSION= 1.6.3 -PORTREVISION= 7 +PORTREVISION= 8 DISTVERSIONPREFIX= v CATEGORIES= math @@ -33,7 +33,7 @@ OPTIONS_DEFAULT= FULL OPTIONS_SUB= yes MIN_DESC= Lightweight package, with less dependencies -MIN_CONFIGURE_ON= --without-saclib +MIN_CONFIGURE_ON= --without-saclib --without-ocl FULL_DESC= Complete package with all its dependencies FULL_BUILD_DEPENDS= gnuplot:math/gnuplot @@ -44,10 +44,12 @@ FULL_LIB_DEPENDS= libflint.so:math/flint2 \ libm4rie.so:math/m4rie \ libmpfr.so:math/mpfr \ libntl.so:math/ntl \ + libOpenCL.so:devel/ocl-icd \ libtinyxml2.so:textproc/tinyxml2 FULL_RUN_DEPENDS= gnuplot:math/gnuplot FULL_USES= ghostscript -FULL_CONFIGURE_WITH= flint fplll ghostscript gnuplot iml m4ri m4rie mpfr ntl +FULL_CONFIGURE_WITH= flint fplll ghostscript gnuplot iml m4ri m4rie mpfr \ + ntl ocl DOXYGEN_VARS= BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed DOXYGEN_CONFIGURE_ENABLE=doc diff --git a/math/linbox/pkg-plist b/math/linbox/pkg-plist index bd18a928a35f..7d311fc277a6 100644 --- a/math/linbox/pkg-plist +++ b/math/linbox/pkg-plist @@ -88,6 +88,7 @@ include/linbox/algorithms/minpoly-rational.h include/linbox/algorithms/numeric-solver-lapack.h include/linbox/algorithms/one-invariant-factor.h include/linbox/algorithms/opencl-environ.h +%%FULL%%include/linbox/algorithms/opencl-kernels/opencl-domain-kernels.inl include/linbox/algorithms/opencl-resource-controller.h include/linbox/algorithms/poly-det.h include/linbox/algorithms/poly-dixon.h