none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4dlRd45SSDzd0K for ; Mon, 05 Jan 2026 21:04:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id ceb1 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 05 Jan 2026 21:04:40 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: f28f4882221e - main - science/octopus: Broken on aarch64 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f28f4882221ecb059ec380f05845d9f70acc1ca9 Auto-Submitted: auto-generated Date: Mon, 05 Jan 2026 21:04:40 +0000 Message-Id: <695c2768.ceb1.6e6b9a66@gitrepo.freebsd.org> The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f28f4882221ecb059ec380f05845d9f70acc1ca9 commit f28f4882221ecb059ec380f05845d9f70acc1ca9 Author: Yuri Victorovich AuthorDate: 2026-01-05 21:04:16 +0000 Commit: Yuri Victorovich 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 \