git: 75c8d54568c4 - main - science/libcifpp: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 07:09:07 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=75c8d54568c407ca58241d96ee82d9c60828648c
commit 75c8d54568c407ca58241d96ee82d9c60828648c
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-19 07:08:18 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-19 07:09:05 +0000
science/libcifpp: Broken on i386
Reported by: fallout
---
science/libcifpp/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/libcifpp/Makefile b/science/libcifpp/Makefile
index ef1a1b079566..60d38f6f6d02 100644
--- a/science/libcifpp/Makefile
+++ b/science/libcifpp/Makefile
@@ -14,6 +14,8 @@ WWW= https://github.com/PDB-REDO/libcifpp
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails: static_assert failed due to requirement 'sizeof(cif::item_value) == 16', see https://github.com/PDB-REDO/libcifpp/issues/25
+
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
RUN_DEPENDS= bash:shells/bash