pkgsrc-WIP-changes archive

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

superlu: fix bad vesion in buildlink



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Wed Dec 16 15:11:31 2020 +0100
Changeset:	2e96ee4ba01aa205f1c6f34d3b1069f48690f965

Modified Files:
	superlu/buildlink3.mk

Log Message:
superlu: fix bad vesion in buildlink

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

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

diffstat:
 superlu/buildlink3.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/superlu/buildlink3.mk b/superlu/buildlink3.mk
index d20593310b..66d82fc1b3 100644
--- a/superlu/buildlink3.mk
+++ b/superlu/buildlink3.mk
@@ -9,8 +9,8 @@ SUPERLU_BUILDLINK3_MK:=
 # least that matters a bit less with the static lib.
 # Since API changed a lot since version 2, use the
 # jump to 5.2.1 as new minimum. 
-BUILDLINK_API_DEPENDS.superlu+=	superlu>=5.2.1nb8
-BUILDLINK_ABI_DEPENDS.superlu?=	superlu>=5.2.1nb8
+BUILDLINK_API_DEPENDS.superlu+=	superlu>=5.2.1nb1
+BUILDLINK_ABI_DEPENDS.superlu?=	superlu>=5.2.1nb1
 BUILDLINK_PKGSRCDIR.superlu?=	../../wip/superlu
 
 # When it is the static lib, the users actually have


Home | Main Index | Thread Index | Old Index