Opened 12 months ago
Closed 12 months ago
#68801 closed defect (fixed)
sph fails to build on Sonoma: Error: Procedure 'virt_part' called with an implicit interface at (1) [-Werror=implicit-interface]
Reported by: | barracuda156 | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | sonoma, arm64, x86_64 | Cc: | |
Port: | sph |
Description
https://github.com/zoziha/sph/issues/10
[ 16%] single_step.f90 + gfortran -c ././src/single_step.f90 -O3 -funroll-loops -Wimplicit-interface -fPIC -fmax-errors=1 -fcoarray=single -fimplicit-none -Werror=implicit-interface -ffree-form -I././src -J build/gfortran_E4DE965427EE3A32 -Ibuild/gfortran_E4DE965427EE3A32 -o build/gfortran_E4DE965427EE3A32/SPH/src_single_step.f90.o ././src/single_step.f90:96:85: 96 | call virt_part(itimestep, ntotal, nvirt, hsml, mass, x, vx, rho, u, p, itype) | 1 Error: Procedure 'virt_part' called with an implicit interface at (1) [-Werror=implicit-interface] compilation terminated due to -fmax-errors=1. [ 20%] single_step.f90 done. ././src/single_step.f90:96:85: 96 | call virt_part(itimestep, ntotal, nvirt, hsml, mass, x, vx, rho, u, p, itype) | 1 Error: Procedure 'virt_part' called with an implicit interface at (1) [-Werror=implicit-interface] compilation terminated due to -fmax-errors=1. <ERROR> Compilation failed for object " src_single_step.f90.o " <ERROR> stopping due to failed compilation STOP 1 Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fortran_sph/sph/work/sph-6d855bdd2f0fcaf0bfe1ed5e214f186e3f1f7d8c" && /opt/local/bin/fpm install --verbose --prefix="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_fortran_sph/sph/work/opt/local" --profile="release" Exit code: 1
Change History (1)
comment:1 Changed 12 months ago by barracuda156
Owner: | set to barracuda156 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In a5596e909071637559b0bf2195109a9f3f5e550c/macports-ports (master):