diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/mpich/mpich.SlackBuild | 5 | ||||
-rw-r--r-- | system/mpich/mpich.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/system/mpich/mpich.SlackBuild b/system/mpich/mpich.SlackBuild index 24f9e08683..3245ac845a 100644 --- a/system/mpich/mpich.SlackBuild +++ b/system/mpich/mpich.SlackBuild @@ -4,7 +4,7 @@ # Earlier version written by Wainamoinen <wainamoinen@gmail.com> # -# Copyright 2016-2019 Christoph Willing Brisbane, Australia +# Copyright 2016-2021 Christoph Willing Brisbane, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mpich -VERSION=${VERSION:-3.3.2} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -85,6 +85,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-cxx \ --enable-threads=multiple \ --enable-fast \ + --with-device=ch3 \ --build=$ARCH-slackware-linux make diff --git a/system/mpich/mpich.info b/system/mpich/mpich.info index 6897a28094..4d02727e1b 100644 --- a/system/mpich/mpich.info +++ b/system/mpich/mpich.info @@ -1,8 +1,8 @@ PRGNAM="mpich" -VERSION="3.3.2" +VERSION="3.4.1" HOMEPAGE="https://www.mpich.org/" -DOWNLOAD="https://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz" -MD5SUM="2d680f620583beadd7a08acdcfe355e6" +DOWNLOAD="https://www.mpich.org/static/downloads/3.4.1/mpich-3.4.1.tar.gz" +MD5SUM="10e43fd61fd1a13c89cfbed3eb30b97a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |