Opened 5 years ago

Last modified 5 years ago

#59232 closed defect

fftw-3 does not configure with +gfortran (Catalina, Xcode 10.3, Macports-2.6.1) — at Version 1

Reported by: nombak Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: catalina Cc:
Port: fftw-3

Description (last modified by jmroot (Joshua Root))

% port install fftw-3 +gfortran+openmpi
--->  Configuring fftw-3
Error: openmpi-default has a different Fortran variant () than the one selected, gcc9 (via +gfortran).
Error: Failed to configure fftw-3: Install openmpi-default +gcc9
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_www.macports.org_files_ports_math_fftw-3/fftw-3/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port fftw-3 failed

Following the message,

% port deactivate openmpi-default
% port install openmpi-default +gcc9

Then, tried again

% port install fftw-3 +gfortran+openmpi

, 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.

Change History (1)

comment:1 Changed 5 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: catalina added
Port: fftw-3 added

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

Note: See TracTickets for help on using tickets.