diff --git a/math/viennacl/Makefile b/math/viennacl/Makefile index d10341decf3d..fa3cf44b0b1e 100644 --- a/math/viennacl/Makefile +++ b/math/viennacl/Makefile @@ -1,22 +1,22 @@ # Created by: Pedro Giffuni PORTNAME= viennacl PORTVERSION= 1.7.1 PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/1.7.x/ DISTNAME= ViennaCL-${PORTVERSION} -MAINTAINER= pfg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Linear algebra and solver library using CUDA, OpenCL, and OpenMP LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl USES= cmake localbase .include diff --git a/math/viennacl/pkg-descr b/math/viennacl/pkg-descr index 1e3d3a480ba5..8311dddf35d7 100644 --- a/math/viennacl/pkg-descr +++ b/math/viennacl/pkg-descr @@ -1,14 +1,14 @@ -ViennaCL is a free open-source linear algebra library for computations on -many-core architectures (GPUs, MIC) and multi-core CPUs. The library is -written in C++ and supports CUDA, OpenCL, and OpenMP (including switches +ViennaCL is a free open-source linear algebra library for computations on +many-core architectures (GPUs, MIC) and multi-core CPUs. The library is +written in C++ and supports CUDA, OpenCL, and OpenMP (including switches at runtime). The highlights of the latest 1.7.x release family are: * Fast sparse matrix-matrix multiplications, outperforming CUBLAS and MKL. -* Fine-grained parallel algebraic multigrid preconditioners for CPUs, Xeon +* Fine-grained parallel algebraic multigrid preconditioners for CPUs, Xeon Phis, and GPUs. -* Fine-grained parallel incomplete LU factorization preconditioners for +* Fine-grained parallel incomplete LU factorization preconditioners for CPUs, Xeon Phis, and GPUs. WWW: http://viennacl.sourceforge.net/