git: 453cd300c1a7 - main - science/madness: broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Sep 2026 08:36:08 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=453cd300c1a77996d2c6ffd676467bfad2ccb94b
commit 453cd300c1a77996d2c6ffd676467bfad2ccb94b
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-09-22 08:20:24 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-09-22 08:36:05 +0000
science/madness: broken on i386
Reported by: fallout
---
science/madness/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/science/madness/Makefile b/science/madness/Makefile
index 101820290b86..c81ad2e2ed17 100644
--- a/science/madness/Makefile
+++ b/science/madness/Makefile
@@ -9,6 +9,8 @@ WWW= https://github.com/m-a-d-n-e-s-s/madness
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_i386= compilation fails: constexpr variable 'range_size' must be initialized by a constant expression
+
BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json \
libsysinfo>0:devel/libsysinfo
LIB_DEPENDS= libblas.so:math/blas \