Fix build by including mpi-ch's buildlink2.mk rather than just depending
on it.
This commit is contained in:
parent
d7dd8266f9
commit
4352954d5f
1 changed files with 2 additions and 3 deletions
|
@ -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 @@ COMMENT= Python modules for scientific computing
|
|||
|
||||
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 @@ post-install:
|
|||
.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"
|
||||
|
|
Loading…
Reference in a new issue