From b8d7249f6d80bb1c55cd0a5f28a3fc307b2da2f9 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sun, 20 Feb 2022 15:51:11 -0500 Subject: [PATCH] math/viennacl: back to the pool. This doesn't seem to require much maintainance. Clean whitespaces while here. Approved by: thierry (mentor, implicit) --- math/viennacl/Makefile | 2 +- math/viennacl/pkg-descr | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/viennacl/Makefile b/math/viennacl/Makefile index d10341decf3d..fa3cf44b0b1e 100644 --- a/math/viennacl/Makefile +++ b/math/viennacl/Makefile @@ -7,7 +7,7 @@ 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 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/