pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/openblas_openmp math/openblas_openmp: import open...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7516e7eb9edf
branches:  trunk
changeset: 441534:7516e7eb9edf
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Thu Nov 05 16:53:16 2020 +0000

description:
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.

diffstat:

 math/openblas_openmp/DESCR         |   5 +++++
 math/openblas_openmp/Makefile      |   7 +++++++
 math/openblas_openmp/buildlink3.mk |  12 ++++++++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 3655450c44b3 -r 7516e7eb9edf math/openblas_openmp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/openblas_openmp/DESCR        Thu Nov 05 16:53:16 2020 +0000
@@ -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.
diff -r 3655450c44b3 -r 7516e7eb9edf math/openblas_openmp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/openblas_openmp/Makefile     Thu Nov 05 16:53:16 2020 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2020/11/05 16:53:16 bacon Exp $
+
+MAINTAINER=    thomas.orgis%uni-hamburg.de@localhost
+
+OPENBLAS_VARIANT= openblas_openmp
+.include "../../wip/openblas/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 3655450c44b3 -r 7516e7eb9edf math/openblas_openmp/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/openblas_openmp/buildlink3.mk        Thu Nov 05 16:53:16 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index