[MacPorts] #72424: esmf: Error: Type mismatch in argument 'n' at (1); passed INTEGER(4) to INTEGER(8)
MacPorts
noreply at macports.org
Tue Apr 29 22:38:18 UTC 2025
#72424: esmf: Error: Type mismatch in argument 'n' at (1); passed INTEGER(4) to
INTEGER(8)
---------------------------+--------------------
Reporter: barracuda156 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Resolution: | Keywords:
Port: esmf |
---------------------------+--------------------
Comment (by Dave-Allured):
Yes it is right there. Add only one new line just before the previously
changed one:
{{{
subroutine esmf_pointerdifference(n, s1, s2, len)
+ use iso_c_binding
integer(C_SIZE_T) :: n
}}}
However that new branch has several other fixes for 32-bit. Perhaps copy
the whole thing? Or better, give the new branch a little time, wait on
testing, preserve a bit of your sanity?
--
Ticket URL: <https://trac.macports.org/ticket/72424#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list