Changes between Initial Version and Version 1 of Ticket #61492, comment 10


Ignore:
Timestamp:
Dec 7, 2020, 1:59:35 AM (3 years ago)
Author:
astroboylrx (Rixin Li)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61492, comment 10

    initial v1  
    22> It's the packaged `libtool.m4` in the source distribution inside `mpich` and `openmpi`.  The `libtool` installed by `macports` has the proper patch.  For `openmpi`, you need to run `autogen.pl`, and for `mpich` `autogen.sh`.  Maybe we can also patch all the `libtool.m4` files instead.
    33
    4 This method works for me while installing `openmpi-gcc9` or `mpich-gcc9` or `mpich-clang`.  After running `autogen`, `port install` then directly starts building processes. However, it fails when I tried to install `mpich-clang80 +gcc9`, seemingly because the variant makes `port install` re-run configuration anyway and reports `failed to configure` (log info below).
     4This method works for me while installing `openmpi-gcc9` or `mpich-gcc9`.  After running `autogen`, `port install` then directly starts building processes. It also works for `openmpi-clang +gcc9` and `mpich-clang +gcc9`. However, it fails when I tried to install `mpich-clang80 +gcc9`, seemingly because something makes `port install` re-run configuration anyway and reports `failed to configure` (log info below).
    55
    66{{{