svn commit: r535704 - head/science/dftbplus

Mark Linimon linimon at FreeBSD.org
Mon May 18 01:32:36 UTC 2020


Author: linimon
Date: Mon May 18 01:32:36 2020
New Revision: 535704
URL: https://svnweb.freebsd.org/changeset/ports/535704

Log:
  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:
  head/science/dftbplus/Makefile

Modified: head/science/dftbplus/Makefile
==============================================================================
--- head/science/dftbplus/Makefile	Mon May 18 01:29:41 2020	(r535703)
+++ head/science/dftbplus/Makefile	Mon May 18 01:32:36 2020	(r535704)
@@ -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


More information about the svn-ports-head mailing list