Opened 12 months ago
Closed 12 months ago
#68800 closed defect (fixed)
powellopt fails to build on Sonoma: Error: Symbol 'n' at (1) has no IMPLICIT type
Reported by: | barracuda156 | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | sonoma, arm64, x86_64 | Cc: | |
Port: | powellopt |
Description
https://github.com/jacobwilliams/PowellOpt/issues/8
+ gfortran -c ././src/cobyla.f90 -O3 -funroll-loops -Wimplicit-interface -fPIC -fmax-errors=1 -fcoarray=single -fimplicit-none -Werror=implicit-interface -ffree-form -J build/gfortran_2654F75F5833692A -Ibuild/gfortran_2654F75F5833692A -o build/gfortran_2654F75F5833692A/PowellOpt/src_cobyla.f90.o ././src/cobyla.f90:138:24: 138 | subroutine cobylb (n, m, mpp, x, rhobeg, rhoend, iprint, maxfun, con, sim, simi, & | 1 Error: Symbol 'n' at (1) has no IMPLICIT type compilation terminated due to -fmax-errors=1. [ 25%] cobyla.f90 done. ././src/cobyla.f90:138:24: 138 | subroutine cobylb (n, m, mpp, x, rhobeg, rhoend, iprint, maxfun, con, sim, simi, & | 1 Error: Symbol 'n' at (1) has no IMPLICIT type compilation terminated due to -fmax-errors=1. <ERROR> Compilation failed for object " src_cobyla.f90.o " <ERROR> stopping due to failed compilation STOP 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 c76c7b625eed9ae3d1b942b5ca236cb4d1d2c45c/macports-ports (master):