Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 May 2021 21:29:34 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 92aae631f98d - main - science/dftbplus: mark BROKEN the same way on powerc64le/aarch64
Message-ID:  <202105142129.14ELTYXo019879@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon:

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

commit 92aae631f98dba62cc404a8a9ec47cf60348f4de
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-05-14 21:28:31 +0000
Commit:     Mark Linimon <linimon@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



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