Date: Mon, 28 Dec 2020 16:24:12 +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: r559501 - head/net/mpich2 Message-ID: <202012281624.0BSGOCuP090589@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Dec 28 16:24:12 2020 New Revision: 559501 URL: https://svnweb.freebsd.org/changeset/ports/559501 Log: - clean the CONFLICTS line; - no more ports in the tree depend on MPICH 2: mark it deprecated, and advise to switch to MPICH 3. Modified: head/net/mpich2/Makefile Modified: head/net/mpich2/Makefile ============================================================================== --- head/net/mpich2/Makefile Mon Dec 28 16:16:11 2020 (r559500) +++ head/net/mpich2/Makefile Mon Dec 28 16:24:12 2020 (r559501) @@ -17,6 +17,8 @@ LICENSE_NAME= MPICH LICENSE_FILE= ${WRKSRC}/COPYRIGHT LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +DEPRECATED= This is the legacy version, it is advised to use MPICH 3: net/mpich + BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash @@ -55,7 +57,7 @@ LDFLAGS+= -lpthread -lexecinfo MAKE_ENV= CCACHE_DISABLE=yes PACKAGE=${PORTNAME} NO_CCACHE= yes -CONFLICTS= lam-7.* mpd-[0-9]* mpiexec-0.* +CONFLICTS= mpd-[0-9]* mpich-3.* VERSO= 8.0.1 VERSOM= ${VERSO:R:R}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012281624.0BSGOCuP090589>