pkgsrc-WIP-changes archive

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

py-numpy: Restore buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jul 24 17:05:36 2016 +0200
Changeset:	3cc6a3a6f974f8f47f5ea8dee895597071dc1e8f

Added Files:
	py-numpy/buildlink3.mk

Log Message:
py-numpy: Restore buildlink3.mk

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

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

diffstat:
 py-numpy/buildlink3.mk | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diffs:
diff --git a/py-numpy/buildlink3.mk b/py-numpy/buildlink3.mk
new file mode 100644
index 0000000..a538273
--- /dev/null
+++ b/py-numpy/buildlink3.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.4 2014/02/28 09:43:10 adam Exp $
+
+BUILDLINK_TREE+=	py-numpy
+
+.if !defined(PY_NUMPY_BUILDLINK3_MK)
+PY_NUMPY_BUILDLINK3_MK:=
+
+.include "../../lang/python/pyversion.mk"
+
+BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.0
+BUILDLINK_PKGSRCDIR.py-numpy?=		../../math/py-numpy
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${OPSYS} != "Darwin"
+.include "../../math/blas/buildlink3.mk"
+.include "../../math/lapack/buildlink3.mk"
+.endif
+.endif # PY_NUMPY_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-py-numpy


Home | Main Index | Thread Index | Old Index