mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
Switch from mpich2 to mpich.
This commit is contained in:
parent
06a4985fd8
commit
4ed8b82d01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538714
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= scotch
|
||||
DISTVERSION= 6.0.4-aster7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad science
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
@ -35,10 +36,9 @@ PORTDOCS= ptscotch_user${DOCVER}.pdf scotch_user${DOCVER}.pdf scotch_example.f
|
||||
EXAMPLES= scotch_example.f
|
||||
|
||||
.if !defined(WITHOUT_MPI)
|
||||
LIB_DEPENDS+= libmpich.so:net/mpich2
|
||||
LIB_DEPENDS+= libmpi.so:net/mpich
|
||||
|
||||
ALL_TARGET+= ptesmumps
|
||||
MAKE_ENV+= PATH=${PATH}:${LOCALBASE}/mpich2/bin
|
||||
TEST_TARGET+= ptcheck
|
||||
|
||||
PLIST_SUB+= MPI=""
|
||||
@ -89,12 +89,6 @@ pre-test:
|
||||
${CHMOD} go-r ${HOME}/.mpd.conf
|
||||
@${ECHO_MSG} "${HOME}/.mpd.conf has been generated - please change the secret word!"
|
||||
. endif
|
||||
${LOCALBASE}/bin/mpd &
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_MPI)
|
||||
post-test:
|
||||
${LOCALBASE}/bin/mpdallexit
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../../french/aster/bsd.aster.mk"
|
||||
|
Loading…
Reference in New Issue
Block a user