Date: Sun, 12 Nov 2023 10:24:03 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: 4fdb2c87a590 - main - math/py-Py-BOBYQA: Add NO_ARCH=yes Message-ID: <202311121024.3ACAO330057625@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=4fdb2c87a5906be6dbfb41e71b70d3f27af21164 commit 4fdb2c87a5906be6dbfb41e71b70d3f27af21164 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-12 05:53:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-12 10:23:59 +0000 math/py-Py-BOBYQA: Add NO_ARCH=yes --- math/py-Py-BOBYQA/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/py-Py-BOBYQA/Makefile b/math/py-Py-BOBYQA/Makefile index 7962468627e9..2b2472244461 100644 --- a/math/py-Py-BOBYQA/Makefile +++ b/math/py-Py-BOBYQA/Makefile @@ -1,5 +1,6 @@ PORTNAME= Py-BOBYQA DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +19,6 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311121024.3ACAO330057625>