Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2020 09:12:26 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538714 - head/cad/scotch
Message-ID:  <202006140912.05E9CQ7T000937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006140912.05E9CQ7T000937>