pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
soplex: buildlink added
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Mon Aug 26 15:48:13 2024 +0530
Changeset: e15ac791b0269f477066b04f0ef66d70cd3c6d17
Added Files:
soplex/buildlink3.mk
Log Message:
soplex: buildlink added
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e15ac791b0269f477066b04f0ef66d70cd3c6d17
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
soplex/buildlink3.mk | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diffs:
diff --git a/soplex/buildlink3.mk b/soplex/buildlink3.mk
new file mode 100644
index 0000000000..9c674e4fa4
--- /dev/null
+++ b/soplex/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= soplex
+
+.if !defined(SOPLEX_BUILDLINK3_MK)
+SOPLEX_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.soplex+= soplex>=7.1.0.0
+BUILDLINK_PKGSRCDIR.soplex?= ../../wip/soplex
+
+.include "../../math/mpfr/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/gmp/buildlink3.mk"
+.endif # SOPLEX_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -soplex
Home |
Main Index |
Thread Index |
Old Index