Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60CC684F82 for ; Tue, 19 Dec 2023 12:23:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DoK80Es_wrok for ; Tue, 19 Dec 2023 12:23:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B6B6284D4C for ; Tue, 19 Dec 2023 12:23:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4022FA42; Tue, 19 Dec 2023 12:23:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170298859886160" MIME-Version: 1.0 Date: Tue, 19 Dec 2023 12:23:18 +0000 From: "Dr. Thomas Orgis" Subject: CVS commit: pkgsrc/math/superlu To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: thor@netbsd.org X-Mailer: log_accum Message-Id: <20231219122318.B4022FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170298859886160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thor Date: Tue Dec 19 12:23:18 UTC 2023 Modified Files: pkgsrc/math/superlu: buildlink3.mk Log Message: math/superlu: fix buildlink to runtime dep for shared lib change To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/superlu/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170298859886160 Content-Disposition: inline Content-Length: 786 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/superlu/buildlink3.mk diff -u pkgsrc/math/superlu/buildlink3.mk:1.11 pkgsrc/math/superlu/buildlink3.mk:1.12 --- pkgsrc/math/superlu/buildlink3.mk:1.11 Tue Jun 28 11:34:45 2022 +++ pkgsrc/math/superlu/buildlink3.mk Tue Dec 19 12:23:18 2023 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2022/06/28 11:34:45 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2023/12/19 12:23:18 thor Exp $ BUILDLINK_TREE+= superlu @@ -7,9 +7,8 @@ SUPERLU_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.superlu+= superlu>=5.0 -BUILDLINK_ABI_DEPENDS.superlu?= superlu>=5.2.1nb4 +BUILDLINK_ABI_DEPENDS.superlu?= superlu>=6.0.1 BUILDLINK_PKGSRCDIR.superlu?= ../../math/superlu -BUILDLINK_DEPMETHOD.superlu?= build .endif # SUPERLU_BUILDLINK3_MK BUILDLINK_TREE+= -superlu --_----------=_170298859886160--