pkgsrc-WIP-changes archive

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

added b3k.mk and modified DESCR



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Feb 17 00:08:22 2016 +0000
Changeset:	6ec7ca7b656479f17b6bfa4459e8cb1a30402695

Modified Files:
	bertini/DESCR
Added Files:
	bertini/buildlink3.mk

Log Message:
added b3k.mk and modified DESCR

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

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

diffstat:
 bertini/DESCR         |  2 ++
 bertini/buildlink3.mk | 15 +++++++++++++++
 2 files changed, 17 insertions(+)

diffs:
diff --git a/bertini/DESCR b/bertini/DESCR
index e69de29..8db4d8a 100644
--- a/bertini/DESCR
+++ b/bertini/DESCR
@@ -0,0 +1,2 @@
+Bertini is a general-purpose solver, written in C, that was created for research
+about polynomial continuation
diff --git a/bertini/buildlink3.mk b/bertini/buildlink3.mk
new file mode 100644
index 0000000..afbc7e0
--- /dev/null
+++ b/bertini/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	bertini
+
+.if !defined(BERTINI_BUILDLINK3_MK)
+BERTINI_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.bertini+=	bertini>=1.5
+BUILDLINK_PKGSRCDIR.bertini?=	../../wip/bertini
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../math/mpfr/buildlink3.mk"
+.endif	# BERTINI_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-bertini


Home | Main Index | Thread Index | Old Index