Changes between Version 1 and Version 2 of Ticket #69118, comment 3


Ignore:
Timestamp:
May 28, 2024, 9:06:27 PM (4 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69118, comment 3

    v1 v2  
    11I've had the similar issue with `openmpi-default`:
    22
     3> {{{
    34> :info:configure configure: error: linking to Fortran libraries from C fails
     5> }}}
    46
    57I've tried the following combinations:
    6  - `openmpi-gcc13` and `hdf5 +openmpi +gcc13` --> Fail to install `openmpi-gcc13`, see ticket https://trac.macports.org/ticket/68837
     8 - `openmpi-gcc13` and `hdf5 +openmpi +gcc13` --> Fail to install `openmpi-gcc13`, see ticket #68837
    79 - `openmpi-clang17` and `hdf5 +openmpi +clang17` --> Fails to configure (like `openmpi-default`)
    810 - `openmpi-gcc12` and `hdf5 +openmpi +gcc12` --> Fails to build (the final or an intermediary linking step). I need to investigate further.