svn commit: r538714 - head/cad/scotch

Thierry Thomas thierry at FreeBSD.org
Sun Jun 14 09:12:27 UTC 2020


Author: thierry
Date: Sun Jun 14 09:12:26 2020
New Revision: 538714
URL: https://svnweb.freebsd.org/changeset/ports/538714

Log:
  Switch from mpich2 to mpich.

Modified:
  head/cad/scotch/Makefile

Modified: head/cad/scotch/Makefile
==============================================================================
--- head/cad/scotch/Makefile	Sun Jun 14 08:55:14 2020	(r538713)
+++ head/cad/scotch/Makefile	Sun Jun 14 09:12:26 2020	(r538714)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scotch
 DISTVERSION=	6.0.4-aster7
+PORTREVISION=	1
 CATEGORIES=	cad science
 
 MAINTAINER=	thierry at FreeBSD.org
@@ -35,10 +36,9 @@ PORTDOCS=	ptscotch_user${DOCVER}.pdf scotch_user${DOCV
 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"


More information about the svn-ports-head mailing list