Mark BROKEN: fails to build
m_polynomial_coeff.F90:2883:67:
2800 | do icoeff1=icoeff,ncoeff+nstr
| 2
......
2883 | & index_coeff,list_combination,icoeff1,max_power_strain,&
| 1
Error: Variable 'icoeff1' at (1) not definable inside loop beginning at (2) as INTENT(INOUT) argument to subroutine 'computecombinationfromlist'
m_polynomial_coeff.F90:2643:26:
2553 | do icoeff1=icoeff,ncoeff+nstr
| 2
......
2643 | & icoeff1,icoeff_tot,natom,ncoeff,nstr,ncoeff_out,nrpt,nsym,power_disp+1,&
| 1
Error: Variable 'icoeff1' at (1) not definable inside loop beginning at (2) as INTENT(INOUT) argument to subroutine 'computenorder'
Reported by: pkg-fallout
This commit is contained in:
@@ -14,6 +14,7 @@ LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
BROKEN= fails to build
|
||||
BROKEN_i386= Type mismatch in argument 'block_displ', see https://github.com/abinit/abinit/issues/19
|
||||
|
||||
LIB_DEPENDS= liblapack.so:math/lapack \
|
||||
|
||||
Reference in New Issue
Block a user