pkgsrc-WIP-changes archive

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

openblas: update to 0.3.5



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Fri Mar 22 19:16:20 2019 +0100
Changeset:	d557444a5edb43cadceb51b3fe258bb39497e12e

Modified Files:
	openblas_openmp/buildlink3.mk
	openblas_pthread/buildlink3.mk

Log Message:
openblas: update to 0.3.5

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

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

diffstat:
 openblas_openmp/buildlink3.mk  | 2 +-
 openblas_pthread/buildlink3.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/openblas_openmp/buildlink3.mk b/openblas_openmp/buildlink3.mk
index 95bd6ccf7f..acb4f13b76 100644
--- a/openblas_openmp/buildlink3.mk
+++ b/openblas_openmp/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	openblas_openmp
 .if !defined(OPENBLAS_OPENMP_BUILDLINK3_MK)
 OPENBLAS_OPENMP_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.openblas_openmp+=	openblas_openmp>=0.2.20
+BUILDLINK_API_DEPENDS.openblas_openmp+=	openblas_openmp>=0.3.5
 BUILDLINK_PKGSRCDIR.openblas_openmp?=	../../wip/openblas_openmp
 .endif	# OPENBLAS_OPENMP_BUILDLINK3_MK
 
diff --git a/openblas_pthread/buildlink3.mk b/openblas_pthread/buildlink3.mk
index 6c449a731e..98c8293e9a 100644
--- a/openblas_pthread/buildlink3.mk
+++ b/openblas_pthread/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	openblas_pthread
 .if !defined(OPENBLAS_PTHREAD_BUILDLINK3_MK)
 OPENBLAS_PTHREAD_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.openblas_pthread+=	openblas_pthread>=0.2.20
+BUILDLINK_API_DEPENDS.openblas_pthread+=	openblas_pthread>=0.3.5
 BUILDLINK_PKGSRCDIR.openblas_pthread?=		../../wip/openblas_pthread
 .endif	# OPENBLAS_PTHREAD_BUILDLINK3_MK
 


Home | Main Index | Thread Index | Old Index