Changes between Version 1 and Version 4 of Ticket #67726


Ignore:
Timestamp:
Sep 21, 2023, 12:42:29 PM (13 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67726

    • Property Status changed from new to assigned
    • Property Summary changed from Unable to build parallel-netcdf 1.10.0 @ macOS Ventura 13.4.1 to parallel-netcdf @1.10.0_0+mpich build failure on macOS Ventura 13.4.1
    • Property Owner set to thiagoveloso
    • Property Milestone changed from MacPorts Future to
    • Property Keywords netcdf removed
  • Ticket #67726 – Description

    v1 v4  
    11I'm unable to build Parallel NetCDF 1.10.0 @ macOS Ventura 13.4.1. The compilation fails due to numerous errors of the type:
    22
     3{{{
    34Error: Type mismatch between actual argument at (1) and actual argument at (2) (CHARACTER(1)/REAL(8)).
     5}}}
    46
    57This 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:
    68
     9{{{
    710export FCFLAGS="-w -fallow-argument-mismatch -O2"
    811export FFLAGS="-w -fallow-argument-mismatch -O2"
     12}}}
    913
    1014Compiler used is gcc (MacPorts gcc12 12.3.0_0+stdlib_flag) 12.3.0.