Date: Mon, 18 May 2020 01:32:36 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535704 - head/science/dftbplus Message-ID: <202005180132.04I1Wavx071718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005180132.04I1Wavx071718>