Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2024 15:54:56 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6ed00d40a49a - main - science/ALPSCore: broken on powerpc
Message-ID:  <202402051554.415Fsu3C096680@gitrepo.freebsd.org>

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

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

commit 6ed00d40a49ad5f39cfbcc25a210b112555b5cbb
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-02-03 17:47:47 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-05 15:48:25 +0000

    science/ALPSCore: broken on powerpc
    
    Same issue as i386.
---
 science/ALPSCore/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/ALPSCore/Makefile b/science/ALPSCore/Makefile
index c1aaeb4054d1..c555b3e57960 100644
--- a/science/ALPSCore/Makefile
+++ b/science/ALPSCore/Makefile
@@ -12,6 +12,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 BROKEN_i386=	fails to build: no matching member function for call to 'read'
+BROKEN_powerpc=	fails to build: no matching member function for call to 'read'
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libhdf5.so:science/hdf5 \



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