Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Feb 2022 09:29:34 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: 3e85e049867a - main - math/py-ducc0: Broken on i386
Message-ID:  <202202010929.2119TYxt070543@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=3e85e049867a24c04dabbd867d0570febd36199c

commit 3e85e049867a24c04dabbd867d0570febd36199c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-01 09:28:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-01 09:29:30 +0000

    math/py-ducc0: Broken on i386
    
    Reported by:    fallout
---
 math/py-ducc0/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-ducc0/Makefile b/math/py-ducc0/Makefile
index 4d7f16e56d58..267fb50a823b 100644
--- a/math/py-ducc0/Makefile
+++ b/math/py-ducc0/Makefile
@@ -10,6 +10,8 @@ COMMENT=	Distinctly Useful Code Collection (DUCC)
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	non-constant-expression cannot be narrowed from type 'long long' to 'int' in initializer list (reported to the author on 2021-05-02 and 2022-02-01)
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY}
 TEST_DEPENDS=	py.test:devel/py-pytest@${PY_FLAVOR}



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