Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 18:23:38 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: 9a403e3bcfff - main - science/ukrmol+: Broken on aarch64
Message-ID:  <202206031823.253INcrC060220@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=9a403e3bcfff29b6cdc266eea6f1cbecda7b4549

commit 9a403e3bcfff29b6cdc266eea6f1cbecda7b4549
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-03 17:05:16 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-03 18:23:35 +0000

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

diff --git a/science/ukrmol+/Makefile b/science/ukrmol+/Makefile
index 84adca07890f..7f53e805c452 100644
--- a/science/ukrmol+/Makefile
+++ b/science/ukrmol+/Makefile
@@ -13,6 +13,8 @@ COMMENT=	Code to compute electron and positron scattering from molecules
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=	fails to build: Cannot open module file 'ieee_arithmetic.mod' for reading
+
 LIB_DEPENDS=	libGBTO.so:science/gbtolib \
 		libgsl.so:math/gsl \
 		libopenblas.so:math/openblas



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