Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 2023 05:52:02 GMT
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: bbe9e1bae541 - main - devel/json-fortran: Broken on aarch64
Message-ID:  <202308250552.37P5q2ro036921@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit bbe9e1bae5412d39289feacd2f87babbbb67f266
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-25 05:51:17 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-25 05:51:59 +0000

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

diff --git a/devel/json-fortran/Makefile b/devel/json-fortran/Makefile
index ece3f6e774d5..7bd44c111cfa 100644
--- a/devel/json-fortran/Makefile
+++ b/devel/json-fortran/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/jacobwilliams/json-fortran/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_aarch64=	compilation fails: Cannot find an intrinsic module named 'ieee_arithmetic'
+
 USES=		cmake:testing fortran
 
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308250552.37P5q2ro036921>