Skip to content

Commit

Permalink
openmpi/mpich: ensure disabled subports have no dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed May 25, 2021
1 parent 32af18c commit 883e402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion science/mpich/Portfile
Expand Up @@ -407,7 +407,7 @@ pre-built packages for ${subport} by running:
unset msg
}

} else {
} elseif {${subport} eq ${name}} {
depends_lib-append port:${name}-default
distfiles
patchfiles
Expand Down
2 changes: 1 addition & 1 deletion science/openmpi/Portfile
Expand Up @@ -382,7 +382,7 @@ if {${subport_enabled}} {
mpiutil_add_notes \
${name} ${subport} ${cname} ${select.file}

} else {
} elseif {${subport} eq ${name}} {
depends_lib-append port:${name}-default
distfiles
patchfiles
Expand Down

0 comments on commit 883e402

Please sign in to comment.