Date: Sat, 20 Feb 2021 04:26:05 +0000 (UTC) From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566140 - in head/net/mpich: . files Message-ID: <202102200426.11K4Q5HM070890@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nc Date: Sat Feb 20 04:26:04 2021 New Revision: 566140 URL: https://svnweb.freebsd.org/changeset/ports/566140 Log: net/mpich: Update to 3.4.1 Changes: https://www.mpich.org/2021/01/26/mpich-3-4-1-released/ Modified: head/net/mpich/Makefile head/net/mpich/distinfo head/net/mpich/files/patch-configure head/net/mpich/pkg-plist Modified: head/net/mpich/Makefile ============================================================================== --- head/net/mpich/Makefile Sat Feb 20 04:10:48 2021 (r566139) +++ head/net/mpich/Makefile Sat Feb 20 04:26:04 2021 (r566140) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mpich -PORTVERSION= 3.4 +PORTVERSION= 3.4.1 CATEGORIES= net parallel MASTER_SITES= https://www.mpich.org/static/downloads/${DISTVERSION}/ Modified: head/net/mpich/distinfo ============================================================================== --- head/net/mpich/distinfo Sat Feb 20 04:10:48 2021 (r566139) +++ head/net/mpich/distinfo Sat Feb 20 04:26:04 2021 (r566140) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609947139 -SHA256 (mpich-3.4.tar.gz) = ce5e238f0c3c13ab94a64936060cff9964225e3af99df1ea11b130f20036c24b -SIZE (mpich-3.4.tar.gz) = 30716482 +TIMESTAMP = 1613793948 +SHA256 (mpich-3.4.1.tar.gz) = 8836939804ef6d492bcee7d54abafd6477d2beca247157d92688654d13779727 +SIZE (mpich-3.4.1.tar.gz) = 30720928 Modified: head/net/mpich/files/patch-configure ============================================================================== --- head/net/mpich/files/patch-configure Sat Feb 20 04:10:48 2021 (r566139) +++ head/net/mpich/files/patch-configure Sat Feb 20 04:26:04 2021 (r566140) @@ -1,4 +1,4 @@ ---- configure.orig 2021-01-05 15:32:39 UTC +--- configure.orig 2021-01-22 20:23:00 UTC +++ configure @@ -1209,8 +1209,6 @@ HWLOC_top_builddir hwloclib @@ -9,14 +9,14 @@ VISIBILITY_CFLAGS BUILD_PROFILING_LIB_FALSE BUILD_PROFILING_LIB_TRUE -@@ -31186,336 +31184,9 @@ if test "$NEEDSPLIB" = "yes" ; then +@@ -31185,337 +31183,7 @@ if test "$NEEDSPLIB" = "yes" ; then + VISIBILITY_CFLAGS="" fi - # json-c -+# We use the external port devel/json-c +-# json-c -jsonsrcdir="" - +- -jsonlib="" - - @@ -102,7 +102,7 @@ - # Remove --cache-file, --srcdir, and --disable-option-checking arguments - # so they do not pile up. Otherwise relative paths (like --srcdir=.. from - # make distcheck) will be incorrect. -- pac_sub_configure_args="--disable-werror" +- pac_sub_configure_args="--enable-embedded --disable-werror" - pac_prev= - eval "set x $ac_configure_args" - shift @@ -347,7 +347,7 @@ # ---------------------------------------------------------------------------- # HWLOC # ---------------------------------------------------------------------------- -@@ -45612,18 +45283,8 @@ the same routine with arguments of different types." " +@@ -45612,18 +45280,8 @@ the same routine with arguments of different types." " fi addarg=$pac_cv_prog_f77_mismatched_args_parm @@ -367,7 +367,7 @@ bindings="$bindings f77" $as_echo "#define HAVE_FORTRAN_BINDING 1" >>confdefs.h -@@ -51252,7 +50913,11 @@ $as_echo_n "checking alignment of wchar_t... " >&6; } +@@ -51252,7 +50910,11 @@ $as_echo_n "checking alignment of wchar_t... " >&6; } if ${ac_cv_alignof_wchar_t+:} false; then : $as_echo_n "(cached) " >&6 else Modified: head/net/mpich/pkg-plist ============================================================================== --- head/net/mpich/pkg-plist Sat Feb 20 04:10:48 2021 (r566139) +++ head/net/mpich/pkg-plist Sat Feb 20 04:26:04 2021 (r566140) @@ -27,18 +27,18 @@ include/mpiof.h lib/libmpi.a lib/libmpi.so lib/libmpi.so.12 -lib/libmpi.so.12.1.9 +lib/libmpi.so.12.1.10 lib/libmpich.so lib/libmpichcxx.so %%FORTRAN%%lib/libmpichf90.so lib/libmpicxx.a lib/libmpicxx.so lib/libmpicxx.so.12 -lib/libmpicxx.so.12.1.9 +lib/libmpicxx.so.12.1.10 %%FORTRAN%%lib/libmpifort.a %%FORTRAN%%lib/libmpifort.so %%FORTRAN%%lib/libmpifort.so.12 -%%FORTRAN%%lib/libmpifort.so.12.1.9 +%%FORTRAN%%lib/libmpifort.so.12.1.10 lib/libmpl.so lib/libopa.so libdata/pkgconfig/mpich.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102200426.11K4Q5HM070890>