Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jun 2026 01:03:28 +0000
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: acd9682044bf - main - math/py-scikit-umfpack: Fix build
Message-ID:  <6a222060.25936.2b6ed6bd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

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

commit acd9682044bf9375db8f416b66bea5bdae4a9853
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-04 21:48:33 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-05 01:03:25 +0000

    math/py-scikit-umfpack: Fix build
    
    Reported by:    fallout
---
 math/py-scikit-umfpack/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile
index 547f39dede0d..38cf8992dc1a 100644
--- a/math/py-scikit-umfpack/Makefile
+++ b/math/py-scikit-umfpack/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS=	libamd.so:math/suitesparse-amd \
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
-USES=		fortran localbase:ldflags python
+USES=		fortran localbase:ldflags pkgconfig python
 USE_PYTHON=	pep517 cython autoplist pytest
 PEP517_BUILD_CONFIG_SETTING=	"-Cbuild-dir=_build"
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a222060.25936.2b6ed6bd>