Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2021 17:31:32 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 5a39785a1251 - 2021Q3 - math/py-ducc0: Broken on 11
Message-ID:  <202108171731.17HHVW9Z079320@gitrepo.freebsd.org>

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

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

commit 5a39785a1251ad9b452b874c05d65ed41d9ac277
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-10 06:53:31 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-17 17:31:25 +0000

    math/py-ducc0: Broken on 11
    
    (cherry picked from commit 331a7419420d2488223ba272eb8bbc43228c23ae)
---
 math/py-ducc0/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-ducc0/Makefile b/math/py-ducc0/Makefile
index 96e2f022549c..d740fad0dd04 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_FreeBSD_11=	ducc.o: file not recognized: File format not recognized
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
 
 USES=		python:3.6+



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