Skip to content

Commit

Permalink
mpi-doc: update to 3.4.1, to sync with mpich
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed May 24, 2021
1 parent 13e2af0 commit da19e18
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions science/mpi-doc/Portfile
Expand Up @@ -2,17 +2,16 @@

PortSystem 1.0

universal_variant no

# make sure to keep in sync with mpich
name mpi-doc
version 3.3.2
version 3.4.1
revision 0

license BSD
categories science parallel net
platforms darwin
maintainers nomaintainer
maintainers {@mascguy} \
openmaintainer
homepage https://www.mpich.org/
supported_archs noarch

Expand All @@ -22,13 +21,14 @@ long_description ${description}
master_sites ${homepage}static/tarballs/${version}/
distname mpich-${version}

checksums rmd160 f8392f37058b488b1df90d43b69348662dc71454 \
sha256 4bfaf8837a54771d3e4922c84071ef80ffebddbb6971a006038d91ee7ef959b9 \
size 27311775
checksums rmd160 e1ada31903d2ad7a6331aabbbf67eb058366d9d7 \
sha256 8836939804ef6d492bcee7d54abafd6477d2beca247157d92688654d13779727 \
size 30720928

dist_subdir mpich

use_configure no
universal_variant no

build {}

Expand All @@ -43,22 +43,20 @@ livecheck.type regex
livecheck.regex mpich-(\[0-9.p\]+)${extract.suffix}
livecheck.url ${homepage}downloads/index.php?s=downloads

# Remove all traces of -devel on or after January 2022, as with openmpi and mpich
subport ${name}-devel {
# make sure to keep in sync with mpich-devel
version 3.4a2
revision 0

master_sites ${homepage}static/tarballs/${version}/
distname mpich-${version}

checksums rmd160 73bc0fd6cb00ced9f15118decb8610758db8503e \
sha256 ca9b9a6d4d858f3f94d2ea1ed0b851fccbc6f2976eb08dfc3379be8c6278aa12 \
size 27708244

livecheck.regex mpich-(\[0-9.a-z\]+)${extract.suffix}

conflicts-append ${name}
PortGroup obsolete 1.0

set msg "${subport}: Devel subports no longer supported"
known_fail yes
distfiles
pre-fetch {
error ${msg}
}
conflicts-append ${name}
replaced_by ${name}
}

if {${subport} eq ${name}} {
conflicts-append ${name}-devel
conflicts-append ${name}-devel
}

0 comments on commit da19e18

Please sign in to comment.