Changed the build process to work with the recently updated mpi-ch package

which installs its parts in locations different to the previous version.
This commit is contained in:
jtb 2001-03-25 21:43:02 +00:00
parent 1ff35a3ddb
commit fbf3f55fab
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:38 wiz Exp $
# $NetBSD: Makefile,v 1.3 2001/03/25 21:43:02 jtb Exp $
DISTNAME= ScientificPython-2.0.1
PKGNAME= py-Scientific-2.0.1
@ -12,7 +12,7 @@ COMMENT= Python modules for scientific computing
DEPENDS+= python>=1.5:../../lang/python
DEPENDS+= netcdf>=3.0:../../devel/netcdf
DEPENDS+= mpich-[0-9]*:../../parallel/mpi-ch
DEPENDS+= mpich->=1.2.1:../../parallel/mpi-ch
DEPENDS+= py-Numeric-[0-9]*:../../math/py-Numeric
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax"

View file

@ -2,4 +2,4 @@
Scientific_netcdf -I@NETCDFPREFIX@/include -I../Scientific/Include \
Scientific_netcdf.c -Wl,-R@NETCDFPREFIX@/lib -L@NETCDFPREFIX@/lib -lnetcdf
Scientific_mpi -I@MPICHPREFIX@/include -I@MPICHPREFIX@/libdata/netbsd/ch_p4/ -I../Scientific/Include Scientific_mpi.c -L@MPICHPREFIX@/libdata/netbsd/ch_p4/ -lmpich
Scientific_mpi -I@MPICHPREFIX@/include -I@MPICHPREFIX@/include -I../Scientific/Include Scientific_mpi.c -L@MPICHPREFIX@/lib -lmpich