Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 19:02:36 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 800703e7016f - main - science/py-scipy: fix dependency
Message-ID:  <202201111902.20BJ2a0H086894@gitrepo.freebsd.org>

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

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

commit 800703e7016f48e29d92fb99585002c04fbf29a4
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2022-01-11 19:01:05 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2022-01-11 19:01:05 +0000

    science/py-scipy: fix dependency
    
    Fix dependence on devel/py-pythran
    
    PR:             259777
    Submitted by:   Michael Glaus
---
 science/py-scipy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile
index 2f8fff337c4e..28ea15e0ece5 100644
--- a/science/py-scipy/Makefile
+++ b/science/py-scipy/Makefile
@@ -20,7 +20,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pythran>=0:devel/py-pythran
+		${PYTHON_PKGNAMEPREFIX}pythran>=0:devel/py-pythran@${PY_FLAVOR}
 LIB_DEPENDS=	libblas.so:math/blas \
 		libopenblas.so:math/openblas
 RUN_DEPENDS=	${PYNUMPY}



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