pkgsrc-WIP-changes archive

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

Import blis_pthread variant



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Feb 9 15:30:38 2023 -0800
Changeset:	a388d523fe6b79e4f83daae850e3757672c86b81

Added Files:
	blis_pthread/DESCR
	blis_pthread/Makefile
	blis_pthread/buildlink3.mk
	blis_pthread/distinfo

Log Message:
Import blis_pthread variant

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a388d523fe6b79e4f83daae850e3757672c86b81

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

diffstat:
 blis_pthread/DESCR         | 12 ++++++++++++
 blis_pthread/Makefile      |  6 ++++++
 blis_pthread/buildlink3.mk | 13 +++++++++++++
 blis_pthread/distinfo      |  5 +++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/blis_pthread/DESCR b/blis_pthread/DESCR
new file mode 100644
index 0000000000..a99355823d
--- /dev/null
+++ b/blis_pthread/DESCR
@@ -0,0 +1,12 @@
+BLIS is an award-winning portable software framework for instantiating
+high-performance BLAS-like dense linear algebra libraries. The
+framework was designed to isolate essential kernels of computation that,
+when optimized, immediately enable optimized implementations of most
+of its commonly used and computationally intensive operations. BLIS is
+written in ISO C99 and available under a new/modified/3-clause BSD
+license. While BLIS exports a new BLAS-like API, it also includes
+a BLAS compatibility layer which gives application developers access
+to BLIS implementations via traditional BLAS routine calls. An
+object-based API unique to BLIS is also available.
+
+This variance builds blis with pthread support.
diff --git a/blis_pthread/Makefile b/blis_pthread/Makefile
new file mode 100644
index 0000000000..e67e287768
--- /dev/null
+++ b/blis_pthread/Makefile
@@ -0,0 +1,6 @@
+# $NetBSD: Makefile,v 1.39 2019/10/05 06:14:05 ryoon Exp $
+
+BLIS_VARIANT=	blis_pthread
+
+.include "../../wip/blis/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff --git a/blis_pthread/buildlink3.mk b/blis_pthread/buildlink3.mk
new file mode 100644
index 0000000000..56f2d227f5
--- /dev/null
+++ b/blis_pthread/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:24:57 joerg Exp $
+
+BUILDLINK_TREE+=	blis_pthread
+
+.if !defined(BLIS_PTHREAD_BUILDLINK3_MK)
+BLIS_PTHREAD_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.blis_pthread+=	blis_pthread>=0.9.0
+BUILDLINK_ABI_DEPENDS.blis_pthread+=	blis_pthread>=0.9.0
+BUILDLINK_PKGSRCDIR.blis_pthread?=	../../wip/blis_pthread
+.endif # BLIS_PTHREAD_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-blis_pthread
diff --git a/blis_pthread/distinfo b/blis_pthread/distinfo
new file mode 100644
index 0000000000..a93d5b4440
--- /dev/null
+++ b/blis_pthread/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.21 2017/09/11 20:56:28 wiz Exp $
+
+BLAKE2s (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 4d026e2a340a9714b10e30bc9c979379f0839e34f9fc9f5c4d39534c450bf62b
+SHA512 (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 13284870ebdbbf638699315622aaad5009139ad574021dae6cf18164deb3de09d9384ded8cae1a6bd90cf04e89c9d75a768b8cc27f72db77698fb9d9d5eabcfa
+Size (blis-dc5d00a6ce0350cd82859d8c24f23d98f205d8db.tar.gz) = 15167962 bytes


Home | Main Index | Thread Index | Old Index