Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2020 01:37:31 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r536556 - branches/2020Q2/science/dftbplus
Message-ID:  <202005260137.04Q1bVxM031465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue May 26 01:37:30 2020
New Revision: 536556
URL: https://svnweb.freebsd.org/changeset/ports/536556

Log:
  MFH: r535704
  
  Mark as BROKEN on powerpc64:
  
    lbfgs.f90:18:19:
     18 |   use, intrinsic :: ieee_arithmetic
    Fatal Error: Cannot find an intrinsic module named 'ieee_arithmetic' at (1)
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  branches/2020Q2/science/dftbplus/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/science/dftbplus/Makefile
==============================================================================
--- branches/2020Q2/science/dftbplus/Makefile	Tue May 26 01:35:20 2020	(r536555)
+++ branches/2020Q2/science/dftbplus/Makefile	Tue May 26 01:37:30 2020	(r536556)
@@ -11,6 +11,7 @@ LICENSE=	GPLv3 # main code is under LGPL3+, the bundle
 
 DEPRECATED=	Uses deprecated version of python
 EXPIRATION_DATE=	2020-08-15
+BROKEN_powerpc64=	fails to compile: lbfgs.f90:18:19: Cannot find an intrinsic module named 'ieee_arithmetic' at (1)
 
 LIB_DEPENDS=	libblas.so:math/blas \
 		liblapack.so:math/lapack



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