Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2025 10:40:19 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: ffa477b19aac - main - math/deal.ii: Broken on i386
Message-ID:  <202501031040.503AeJKE091961@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=ffa477b19aacf5760300ae99e0f1c04d8d787ac8

commit ffa477b19aacf5760300ae99e0f1c04d8d787ac8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-03 10:39:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-03 10:39:55 +0000

    math/deal.ii: Broken on i386
    
    Reported by:    fallout
---
 math/deal.ii/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/deal.ii/Makefile b/math/deal.ii/Makefile
index b33743ac8823..2c090e575df3 100644
--- a/math/deal.ii/Makefile
+++ b/math/deal.ii/Makefile
@@ -16,6 +16,7 @@ LICENSE_FILE_LGPL21=	${WRKSRC}/LICENSE.md
 
 BROKEN_aarch64=		error: use of undeclared identifier '__TBB_machine_fetchadd4'
 BROKEN_armv7=		clang runs out of memory
+BROKEN_i386=		compilation fails: Kokkos assumes 64-bit build; i.e., 8-byte pointers
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/config.hpp:devel/boost-libs
 LIB_DEPENDS=	libblis.so:math/blis \



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