Opened 15 months ago

Last modified 13 months ago

#67726 assigned defect

Unable to build parallel-netcdf 1.10.0 @ macOS Ventura 13.4.1 — at Initial Version

Reported by: mabalenk (Maxim Abalenkov) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: parallel-netcdf

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"

For a full discussion please see: https://github.com/Unidata/netcdf-fortran/issues/212

Change History (1)

Changed 15 months ago by mabalenk (Maxim Abalenkov)

Attachment: main.log added

Log file of a failed parallel-netcdf build

Note: See TracTickets for help on using tickets.