git: 92aae631f98d - main - science/dftbplus: mark BROKEN the same way on powerc64le/aarch64

Mark Linimon linimon at FreeBSD.org
Fri May 14 21:29:34 UTC 2021


The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92aae631f98dba62cc404a8a9ec47cf60348f4de

commit 92aae631f98dba62cc404a8a9ec47cf60348f4de
Author:     Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-14 21:28:31 +0000
Commit:     Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-14 21:29:29 +0000

    science/dftbplus: mark BROKEN the same way on powerc64le/aarch64
    
      as already marked on powerpc64.
    
    Approved by:    portmgr (tier-2 blanket)
---
 science/dftbplus/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/dftbplus/Makefile b/science/dftbplus/Makefile
index 4bfd15bcf908..582a329520ab 100644
--- a/science/dftbplus/Makefile
+++ b/science/dftbplus/Makefile
@@ -8,7 +8,9 @@ COMMENT=	DFTB+: Package for performing fast atomistic simulations
 
 LICENSE=	GPLv3 # main code is under LGPL3+, the bundled dftd3-lib is under GPLv1+, this makes the result GPLv3 (based on https://www.gnu.org/licenses/gpl-faq.html#AllCompatibility)
 
+BROKEN_aarch64=		fails to compile: lbfgs.f90:18:19: Cannot find an intrinsic module named 'ieee_arithmetic' at (1)
 BROKEN_powerpc64=	fails to compile: lbfgs.f90:18:19: Cannot find an intrinsic module named 'ieee_arithmetic' at (1)
+BROKEN_powerpc64le=	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 dev-commits-ports-all mailing list