Opened 3 years ago
Last modified 7 months ago
#67726 assigned defect
parallel-netcdf @1.10.0_0+mpich build failure on macOS Ventura 13.4.1
| Reported by: | mabalenk (Maxim Abalenkov) | Owned by: | thiagoveloso (Thiago V. dos Santos) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.8.1 |
| Keywords: | Cc: | ||
| Port: | parallel-netcdf |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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
Attachments (1)
Change History (6)
Changed 3 years ago by mabalenk (Maxim Abalenkov)
comment:1 Changed 3 years ago by mabalenk (Maxim Abalenkov)
| Description: | modified (diff) |
|---|
comment:2 Changed 3 years ago by jmroot (Joshua Root)
| Keywords: | netcdf removed |
|---|---|
| Milestone: | MacPorts Future |
| Owner: | set to thiagoveloso |
| Status: | new → assigned |
| Summary: | Unable to build parallel-netcdf 1.10.0 @ macOS Ventura 13.4.1 → parallel-netcdf @1.10.0_0+mpich build failure on macOS Ventura 13.4.1 |
comment:3 Changed 3 years ago by thiagoveloso (Thiago V. dos Santos)
Build failure seems to have been resolved with version upgrade to 1.12.3.
OP (@mabalenk), can you please confirm it?
comment:4 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
| Description: | modified (diff) |
|---|
comment:5 Changed 7 months ago by thiagoveloso (Thiago V. dos Santos)
This ticket is no longer an issue and can be closed now.
Note: See
TracTickets for help on using
tickets.

Log file of a failed parallel-netcdf build