Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2026 21:04:51 +0000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 821334429149 - main - math/py-numpy: unbreak build with non-default python (+)
Message-ID:  <69a35873.267b2.1a19e27f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=821334429149b1f0467dbd7134d1faf005948a3d

commit 821334429149b1f0467dbd7134d1faf005948a3d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-02-28 20:55:34 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-02-28 20:55:34 +0000

    math/py-numpy: unbreak build with non-default python (+)
    
    Reported by:    bulk -t
    Approved by:    portmgr blanket
---
 math/py-numpy/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 5d624eba8237..f74ba6521ab4 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -32,6 +32,8 @@ GCCLIBDIR_CMDS=	${FC} -print-file-name=libgfortran.so | ${SED} -e \
 PYDISTUTILS_CONFIGUREARGS=	--fcompiler=gnu95
 PYDISTUTILS_BUILDARGS=	--fcompiler=gnu95
 
+BINARY_ALIAS=	cython=cython-${PYTHON_VER}
+
 LDFLAGS+=	-s
 PIE_UNSAFE=	yes
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a35873.267b2.1a19e27f>