View | Details | Raw Unified | Return to bug 151867 | Differences between
and this patch

Collapse All | Expand All

(-)science/ncs/Makefile (-1 / +1 lines)
Lines 67-73 Link Here
67
MPI_HOME=	${LOCALBASE}
67
MPI_HOME=	${LOCALBASE}
68
BUILD_DEPENDS+=	${MPI_HOME}/bin/mpicc:${PORTSDIR}/net/mpich2
68
BUILD_DEPENDS+=	${MPI_HOME}/bin/mpicc:${PORTSDIR}/net/mpich2
69
RUN_DEPENDS+=	${MPI_HOME}/bin/mpirun:${PORTSDIR}/net/mpich2
69
RUN_DEPENDS+=	${MPI_HOME}/bin/mpirun:${PORTSDIR}/net/mpich2
70
MPI_LIBS=	-lmpich
70
MPI_LIBS=	-lmpich -lmpl ${PTHREAD_LIBS}
71
.endif
71
.endif
72
72
73
.if !defined(NOPORTDOCS)
73
.if !defined(NOPORTDOCS)

Return to bug 151867