git: f28f4882221e - main - science/octopus: Broken on aarch64

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 05 Jan 2026 21:04:40 UTC
The branch main has been updated by yuri:

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

commit f28f4882221ecb059ec380f05845d9f70acc1ca9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-01-05 21:04:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-01-05 21:04:38 +0000

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

diff --git a/science/octopus/Makefile b/science/octopus/Makefile
index 21935ea92ee8..69fa138e2307 100644
--- a/science/octopus/Makefile
+++ b/science/octopus/Makefile
@@ -9,6 +9,8 @@ WWW=		https://octopus-code.org/documentation/15/
 
 LICENSE=	GPLv2
 
+BROKEN_aarch64=	fails to build: Cannot find an intrinsic module named 'ieee_arithmetic'
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libarpack.so:math/arpack-ng \
 		libblas.so:math/blas \