Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7C8931A9246 for ; Thu, 5 Nov 2020 16:53:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D2C3984D5B; Thu, 5 Nov 2020 16:53:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1B8FB84CF1 for ; Thu, 5 Nov 2020 16:53:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id s9-bmd9wOIrj for ; Thu, 5 Nov 2020 16:53:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94B8B84CCD for ; Thu, 5 Nov 2020 16:53:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E424FB28; Thu, 5 Nov 2020 16:53:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1604595196255260" MIME-Version: 1.0 Date: Thu, 5 Nov 2020 16:53:16 +0000 From: "Jason Bacon" Subject: CVS commit: pkgsrc/math/openblas_openmp To: pkgsrc-changes@NetBSD.org Reply-To: bacon@netbsd.org X-Mailer: log_accum Message-Id: <20201105165316.8E424FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1604595196255260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bacon Date: Thu Nov 5 16:53:16 UTC 2020 Added Files: pkgsrc/math/openblas_openmp: DESCR Makefile buildlink3.mk Log Message: math/openblas_openmp: import openblas_openmp-0.3.7 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. OpenBLAS is an open source project supported by Lab of Parallel Software and Computational Science, ISCAS. This package builds the parallel library using OpenMP. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/openblas_openmp/DESCR \ pkgsrc/math/openblas_openmp/Makefile \ pkgsrc/math/openblas_openmp/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1604595196255260 Content-Disposition: inline Content-Length: 1543 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/math/openblas_openmp/DESCR diff -u /dev/null pkgsrc/math/openblas_openmp/DESCR:1.1 --- /dev/null Thu Nov 5 16:53:16 2020 +++ pkgsrc/math/openblas_openmp/DESCR Thu Nov 5 16:53:16 2020 @@ -0,0 +1,5 @@ +OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. +OpenBLAS is an open source project supported by +Lab of Parallel Software and Computational Science, ISCAS. + +This package builds the parallel library using OpenMP. Index: pkgsrc/math/openblas_openmp/Makefile diff -u /dev/null pkgsrc/math/openblas_openmp/Makefile:1.1 --- /dev/null Thu Nov 5 16:53:16 2020 +++ pkgsrc/math/openblas_openmp/Makefile Thu Nov 5 16:53:16 2020 @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.1 2020/11/05 16:53:16 bacon Exp $ + +MAINTAINER= thomas.orgis@uni-hamburg.de + +OPENBLAS_VARIANT= openblas_openmp +.include "../../wip/openblas/Makefile.common" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/math/openblas_openmp/buildlink3.mk diff -u /dev/null pkgsrc/math/openblas_openmp/buildlink3.mk:1.1 --- /dev/null Thu Nov 5 16:53:16 2020 +++ pkgsrc/math/openblas_openmp/buildlink3.mk Thu Nov 5 16:53:16 2020 @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/11/05 16:53:16 bacon Exp $ + +BUILDLINK_TREE+= openblas_openmp + +.if !defined(OPENBLAS_OPENMP_BUILDLINK3_MK) +OPENBLAS_OPENMP_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.openblas_openmp+= openblas_openmp>=0.3.5 +BUILDLINK_PKGSRCDIR.openblas_openmp?= ../../wip/openblas_openmp +.endif # OPENBLAS_OPENMP_BUILDLINK3_MK + +BUILDLINK_TREE+= -openblas_openmp --_----------=_1604595196255260--