pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/openblas_pthread



Module Name:    pkgsrc
Committed By:   bacon
Date:           Thu Nov  5 16:54:56 UTC 2020

Added Files:
        pkgsrc/math/openblas_pthread: DESCR Makefile buildlink3.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/openblas_pthread/DESCR \
    pkgsrc/math/openblas_pthread/Makefile \
    pkgsrc/math/openblas_pthread/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/openblas_pthread/DESCR
diff -u /dev/null pkgsrc/math/openblas_pthread/DESCR:1.1
--- /dev/null   Thu Nov  5 16:54:56 2020
+++ pkgsrc/math/openblas_pthread/DESCR  Thu Nov  5 16:54:56 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 pthreads.
Index: pkgsrc/math/openblas_pthread/Makefile
diff -u /dev/null pkgsrc/math/openblas_pthread/Makefile:1.1
--- /dev/null   Thu Nov  5 16:54:56 2020
+++ pkgsrc/math/openblas_pthread/Makefile       Thu Nov  5 16:54:56 2020
@@ -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"
Index: pkgsrc/math/openblas_pthread/buildlink3.mk
diff -u /dev/null pkgsrc/math/openblas_pthread/buildlink3.mk:1.1
--- /dev/null   Thu Nov  5 16:54:56 2020
+++ pkgsrc/math/openblas_pthread/buildlink3.mk  Thu Nov  5 16:54:56 2020
@@ -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