summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbacon <bacon@pkgsrc.org>2020-11-05 16:54:56 +0000
committerbacon <bacon@pkgsrc.org>2020-11-05 16:54:56 +0000
commit7ccc9e5b56a99f6868fc7e494874efcbd3c1245d (patch)
treed2013c490dce8989a8fb63cac55ad06261b740c8
parenta4e6d3024bffe8557abe1165cfb005406d3f8f37 (diff)
downloadpkgsrc-7ccc9e5b56a99f6868fc7e494874efcbd3c1245d.tar.gz
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.
-rw-r--r--math/openblas_pthread/DESCR5
-rw-r--r--math/openblas_pthread/Makefile7
-rw-r--r--math/openblas_pthread/buildlink3.mk12
3 files changed, 24 insertions, 0 deletions
diff --git a/math/openblas_pthread/DESCR b/math/openblas_pthread/DESCR
new file mode 100644
index 00000000000..7382cc614a6
--- /dev/null
+++ b/math/openblas_pthread/DESCR
@@ -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 --git a/math/openblas_pthread/Makefile b/math/openblas_pthread/Makefile
new file mode 100644
index 00000000000..f277fdde163
--- /dev/null
+++ b/math/openblas_pthread/Makefile
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile,v 1.1 2020/11/05 16:54:56 bacon Exp $
+
+MAINTAINER= thomas.orgis@uni-hamburg.de
+
+OPENBLAS_VARIANT= openblas_pthread
+.include "../../wip/openblas/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/openblas_pthread/buildlink3.mk b/math/openblas_pthread/buildlink3.mk
new file mode 100644
index 00000000000..722985ca2b0
--- /dev/null
+++ b/math/openblas_pthread/buildlink3.mk
@@ -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