pkgsrc-WIP-changes archive

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

sundials: buildlink added



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Sep 23 22:33:46 2024 +0530
Changeset:	4ac1b82135df81c117c71891edd98218fed49249

Added Files:
	sundials/buildlink3.mk

Log Message:
sundials: buildlink added

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

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

diffstat:
 sundials/buildlink3.mk | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diffs:
diff --git a/sundials/buildlink3.mk b/sundials/buildlink3.mk
new file mode 100644
index 0000000000..5cbac8f0f1
--- /dev/null
+++ b/sundials/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	sundials
+
+.if !defined(SUNDIALS_BUILDLINK3_MK)
+SUNDIALS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.sundials+=	sundials>=7.1.1
+BUILDLINK_ABI_DEPENDS.sundials+=	sundials>=7.1.1
+BUILDLINK_PKGSRCDIR.sundials?=		../../wip/sundials
+.endif	# SUNDIALS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-sundials


Home | Main Index | Thread Index | Old Index