Changes between Initial Version and Version 1 of Ticket #62678, comment 18


Ignore:
Timestamp:
Apr 20, 2021, 7:51:31 PM (3 years ago)
Author:
EJFielding (Eric Fielding)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62678, comment 18

    initial v1  
    1313  openmpi @4.1.0_1 (active)
    1414}}}
     15On the Mac that fails to build netcdf:
     16{{{
     17port installed openmpi-default
     18The following ports are currently installed:
     19  openmpi-default @4.1.0_1+gcc7 (active)
     20}}}
     21
     22So the build problem on my machines seems to be caused by the `openmpi-default +gcc7` port. I looked at trying to uninstall that port, but it will break several other ports:
     23{{{
     24sudo port uninstall openmpi-default
     25Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.
     26The following ports will break:
     27 hdf5 @1.12.0_0
     28 netcdf @4.7.4_2
     29 py37-netcdf4 @1.5.6_0
     30 gdal @3.2.2_1
     31}}}