From owner-svn-ports-head@freebsd.org Sun Aug 19 18:21:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12C271073565; Sun, 19 Aug 2018 18:21:49 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BD4EE83BEF; Sun, 19 Aug 2018 18:21:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9FAD51FC9; Sun, 19 Aug 2018 18:21:48 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7JILmlW076490; Sun, 19 Aug 2018 18:21:48 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7JILlMA076485; Sun, 19 Aug 2018 18:21:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808191821.w7JILlMA076485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 19 Aug 2018 18:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477587 - in head/math: . blazeiterative X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . blazeiterative X-SVN-Commit-Revision: 477587 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2018 18:21:49 -0000 Author: yuri Date: Sun Aug 19 18:21:47 2018 New Revision: 477587 URL: https://svnweb.freebsd.org/changeset/ports/477587 Log: New port: math/blazeiterative: Set of iterative linear system solvers for use with the Blaze library Added: head/math/blazeiterative/ head/math/blazeiterative/Makefile (contents, props changed) head/math/blazeiterative/distinfo (contents, props changed) head/math/blazeiterative/pkg-descr (contents, props changed) head/math/blazeiterative/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Aug 19 18:00:36 2018 (r477586) +++ head/math/Makefile Sun Aug 19 18:21:47 2018 (r477587) @@ -132,6 +132,7 @@ SUBDIR += blacs SUBDIR += blas SUBDIR += blaze + SUBDIR += blazeiterative SUBDIR += blis SUBDIR += blitz++ SUBDIR += blocksolve95 Added: head/math/blazeiterative/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/blazeiterative/Makefile Sun Aug 19 18:21:47 2018 (r477587) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= blazeiterative +PORTVERSION= g20180409 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Set of iterative linear system solvers for use with the Blaze library + +#LICENSE= https://github.com/tjolsen/BlazeIterative/issues/9 + +BUILD_DEPENDS= blaze>0:math/blaze \ + boost-libs>0:devel/boost-libs \ + openblas>0:math/openblas \ + openmp>0:devel/openmp +RUN_DEPENDS= blaze>0:math/blaze + +USES= cmake:outsource compiler:c++14-lang fortran localbase:ldflags +USE_GITHUB= yes +GH_ACCOUNT= tjolsen +GH_PROJECT= BlazeIterative +GH_TAGNAME= e9f24b3 +NO_ARCH= yes + +.include Added: head/math/blazeiterative/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/blazeiterative/distinfo Sun Aug 19 18:21:47 2018 (r477587) @@ -0,0 +1,3 @@ +TIMESTAMP = 1534702306 +SHA256 (tjolsen-BlazeIterative-g20180409-e9f24b3_GH0.tar.gz) = 273907aadbbb1bfa263809048ef2ade71ac15cd0b337ac2d741d4e2b9bf3de61 +SIZE (tjolsen-BlazeIterative-g20180409-e9f24b3_GH0.tar.gz) = 5833 Added: head/math/blazeiterative/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/blazeiterative/pkg-descr Sun Aug 19 18:21:47 2018 (r477587) @@ -0,0 +1,21 @@ +A set of iterative linear system solvers intended for use with the Blaze +library, a high-performance C++ linear algebra library. The API is currently +based on a tag-dispatch system to choose a particular algorithm. + +Currently implemented algorithms: +* Conjugate Gradient (CG) +* BiCGSTAB + +Planned algorithms: +* Preconditioned CG +* Preconditioned BiCGSTAB +* (Preconditioned) BiCGSTAB(l) +* GMRES +* Arnoldi +* Lanczos + +Potential algorithms (if sufficient interest): +* LSQR +* LSMR + +WWW: https://github.com/tjolsen/BlazeIterative Added: head/math/blazeiterative/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/blazeiterative/pkg-plist Sun Aug 19 18:21:47 2018 (r477587) @@ -0,0 +1,13 @@ +include/BlazeIterative/BlazeIterative.hpp +include/BlazeIterative/IterativeCommon.hpp +include/BlazeIterative/IterativeTag.hpp +include/BlazeIterative/TerminationStatus.hpp +include/BlazeIterative/solve.hpp +include/BlazeIterative/solvers/BiCGSTAB.hpp +include/BlazeIterative/solvers/BiCGSTABL.hpp +include/BlazeIterative/solvers/BiCGSTABLTag.hpp +include/BlazeIterative/solvers/BiCGSTABTag.hpp +include/BlazeIterative/solvers/ConjugateGradient.hpp +include/BlazeIterative/solvers/ConjugateGradientTag.hpp +include/BlazeIterative/solvers/solvers.hpp +share/BlazeIterative/cmake/BlazeIterativeConfig.cmake