Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2026 21:20:47 +0000
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: 95dcb5a26f52 - main - misc/pytorch: Broken on aarch64
Message-ID:  <69c5a32f.32297.4ab0898f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit 95dcb5a26f52d7ac0a491b8c160e1c445636ab67
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-26 19:17:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-26 21:20:43 +0000

    misc/pytorch: Broken on aarch64
    
    Reported by:    fallout
---
 misc/pytorch/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/pytorch/Makefile b/misc/pytorch/Makefile
index 9bf6a646cc79..a51870ac6398 100644
--- a/misc/pytorch/Makefile
+++ b/misc/pytorch/Makefile
@@ -13,6 +13,7 @@ WWW=		https://pytorch.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	compilation fails: clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294067
 BROKEN_i386=	compilation fails: error: use of undeclared identifier 'AVX2'
 
 BUILD_DEPENDS=	gmake:devel/gmake \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c5a32f.32297.4ab0898f>