[MacPorts] #67726: parallel-netcdf @1.10.0_0+mpich build failure on macOS Ventura 13.4.1
MacPorts
noreply at macports.org
Thu Sep 21 12:42:29 UTC 2023
#67726: parallel-netcdf @1.10.0_0+mpich build failure on macOS Ventura 13.4.1
------------------------------+--------------------------
Reporter: mabalenk | Owner: thiagoveloso
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: parallel-netcdf |
------------------------------+--------------------------
Description changed by ryandesign:
Old description:
> I'm unable to build Parallel NetCDF 1.10.0 @ macOS Ventura 13.4.1. The
> compilation fails due to numerous errors of the type:
>
> Error: Type mismatch between actual argument at (1) and actual argument
> at (2) (CHARACTER(1)/REAL(8)).
>
> This is most likely related to new stringent datatype checks introduced
> by GNU Fortran compiler and may be remedied with the following flags at
> configuration stage:
>
> export FCFLAGS="-w -fallow-argument-mismatch -O2"
> export FFLAGS="-w -fallow-argument-mismatch -O2"
>
> Compiler used is gcc (MacPorts gcc12 12.3.0_0+stdlib_flag) 12.3.0.
>
> For a full discussion please see:
> https://github.com/Unidata/netcdf-fortran/issues/212
New description:
I'm unable to build Parallel NetCDF 1.10.0 @ macOS Ventura 13.4.1. The
compilation fails due to numerous errors of the type:
{{{
Error: Type mismatch between actual argument at (1) and actual argument at
(2) (CHARACTER(1)/REAL(8)).
}}}
This is most likely related to new stringent datatype checks introduced by
GNU Fortran compiler and may be remedied with the following flags at
configuration stage:
{{{
export FCFLAGS="-w -fallow-argument-mismatch -O2"
export FFLAGS="-w -fallow-argument-mismatch -O2"
}}}
Compiler used is gcc (MacPorts gcc12 12.3.0_0+stdlib_flag) 12.3.0.
For a full discussion please see:
https://github.com/Unidata/netcdf-fortran/issues/212
--
--
Ticket URL: <https://trac.macports.org/ticket/67726#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list