pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/openblas_pthread math/openblas_pthread: import op...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f4939c11dc2
branches:  trunk
changeset: 441536:7f4939c11dc2
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Thu Nov 05 16:54:56 2020 +0000

description:
math/openblas_pthread: import openblas_pthread-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 pthreads.

diffstat:

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

diffs (36 lines):

diff -r 9c347f59e5f6 -r 7f4939c11dc2 math/openblas_pthread/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/openblas_pthread/DESCR       Thu Nov 05 16:54:56 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 pthreads.
diff -r 9c347f59e5f6 -r 7f4939c11dc2 math/openblas_pthread/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/openblas_pthread/Makefile    Thu Nov 05 16:54:56 2020 +0000
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2020/11/05 16:54:56 bacon Exp $
+
+MAINTAINER=    thomas.orgis%uni-hamburg.de@localhost
+
+OPENBLAS_VARIANT= openblas_pthread
+.include "../../wip/openblas/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 9c347f59e5f6 -r 7f4939c11dc2 math/openblas_pthread/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/openblas_pthread/buildlink3.mk       Thu Nov 05 16:54:56 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/11/05 16:54:56 bacon Exp $
+
+BUILDLINK_TREE+=       openblas_pthread
+
+.if !defined(OPENBLAS_PTHREAD_BUILDLINK3_MK)
+OPENBLAS_PTHREAD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.openblas_pthread+=       openblas_pthread>=0.3.5
+BUILDLINK_PKGSRCDIR.openblas_pthread?=         ../../wip/openblas_pthread
+.endif # OPENBLAS_PTHREAD_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -openblas_pthread



Home | Main Index | Thread Index | Old Index