Changes between Initial Version and Version 1 of Ticket #59232


Ignore:
Timestamp:
Oct 10, 2019, 3:46:11 AM (5 years ago)
Author:
jmroot (Joshua Root)
Comment:

You need to be using Xcode 11.x on Catalina, but there are also unresolved issues with gcc.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59232

    • Property Keywords catalina added
    • Property Port fftw-3 added
  • Ticket #59232 – Description

    initial v1  
     1{{{
    12% port install fftw-3 +gfortran+openmpi
    23--->  Configuring fftw-3
     
    67Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    78Error: Processing of port fftw-3 failed
    8 
     9}}}
    910Following the message,
     11{{{
    1012% port deactivate openmpi-default
    1113% port install openmpi-default +gcc9
    12 
     14}}}
    1315Then, tried again
     16{{{
    1417% port install fftw-3 +gfortran+openmpi
     18}}}
    1519, which surprisingly, deactivated the newly installed "openmpi-default +gcc9" (contrary to its own message), and activated the old "openmpi-default", which resulted in the same error.