Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2024 03:18:01 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: abb44f5ae6e0 - main - science/berkeleygw: Broken on powerpc64le
Message-ID:  <202402060318.4163I132041610@gitrepo.freebsd.org>

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

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

commit abb44f5ae6e05c5b5c07a191392a39ff5e3be8c5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-06 03:17:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-06 03:17:59 +0000

    science/berkeleygw: Broken on powerpc64le
    
    Reported by:    fallout
---
 science/berkeleygw/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/berkeleygw/Makefile b/science/berkeleygw/Makefile
index a9febd693f06..f0293e380563 100644
--- a/science/berkeleygw/Makefile
+++ b/science/berkeleygw/Makefile
@@ -12,6 +12,8 @@ WWW=		https://berkeleygw.org
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/license.txt
 
+BROKEN_powerpc64le=	compilation fails: Error: Unclassifiable statement at (1) (for this syntax in Common/typedefs.f90:578: SCALAR :: epshead !< head of dielectric matrix at q->0)
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libfftw3.so:math/fftw3
 RUN_DEPENDS=	bash:shells/bash



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