Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 08:38:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536951 - head/science/abinit
Message-ID:  <202005290838.04T8ctZS095897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri May 29 08:38:54 2020
New Revision: 536951
URL: https://svnweb.freebsd.org/changeset/ports/536951

Log:
  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

Modified:
  head/science/abinit/Makefile

Modified: head/science/abinit/Makefile
==============================================================================
--- head/science/abinit/Makefile	Fri May 29 06:51:37 2020	(r536950)
+++ head/science/abinit/Makefile	Fri May 29 08:38:54 2020	(r536951)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005290838.04T8ctZS095897>