pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/openblas_openmp



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.

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@localhost
+
+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



Home | Main Index | Thread Index | Old Index