forked from Lainports/freebsd-ports
- Fix optional dependency on unexistant port
- WANT_ -> WITH_ - Portlint PR: ports/68567 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
This commit is contained in:
parent
2cd3ae76f0
commit
a892889c8d
2 changed files with 3 additions and 4 deletions
|
|
@ -26,9 +26,9 @@ NO_BUILD= yes
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WANT_MPI) || exists(${LOCALBASE}/bin/hcp)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/parallel/lam
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/parallel/lam
|
||||
.if defined(WITH_MPI) || exists(${LOCALBASE}/bin/hcp)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/net/lam
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/net/lam
|
||||
CONFIGURE_ARGS+=--with-mpi=lam
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,3 @@ include/itl/modified_gram_schmidt.h
|
|||
include/itl/matrix_free_operator.h
|
||||
include/itl/number_traits.h
|
||||
@dirrm include/itl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue