pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-Scientific Fix build by including mpi-ch's bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d03772f1cf3c
branches:  trunk
changeset: 468330:d03772f1cf3c
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Feb 12 16:53:50 2004 +0000

description:
Fix build by including mpi-ch's buildlink2.mk rather than just depending
on it.

diffstat:

 math/py-Scientific/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9b02e3f38ed9 -r d03772f1cf3c math/py-Scientific/Makefile
--- a/math/py-Scientific/Makefile       Thu Feb 12 16:50:53 2004 +0000
+++ b/math/py-Scientific/Makefile       Thu Feb 12 16:53:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/18 23:57:50 recht Exp $
+# $NetBSD: Makefile,v 1.18 2004/02/12 16:53:50 recht Exp $
 
 DISTNAME=      ScientificPython-2.4.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/Python//}
@@ -12,10 +12,8 @@
 
 CONFLICTS+=    py-Scientific-*
 
-DEPENDS+=      mpich>=1.2.1:../../parallel/mpi-ch
 BUILDLINK_DEPENDS.python20=    python20>=2.0.1nb1
 BUILDLINK_DEPENDS.python21=    python21>=2.1.1nb1
-#PYTHON_VERSIONS_ACCEPTED=     20 21 # doesn't compile for 22
 
 USE_BUILDLINK2=        yes
 PYDISTUTILSPKG=        yes
@@ -37,5 +35,6 @@
 .include "../../devel/netcdf/buildlink2.mk"
 .include "../../lang/python/extension.mk"
 .include "../../math/py-Numeric/buildlink2.mk"
+.include "../../parallel/mpi-ch/buildlink2.mk"
 .include "../../mk/pthread.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index