git: 22243b006737 - main - math/py-scikit-umfpack: Cleanup dependencies and patches
Yuri Victorovich <[email protected]> Sat, 01 Aug 2026 18:24:20 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=22243b0067370363195502dabb6217c70626f771 commit 22243b0067370363195502dabb6217c70626f771 Author: Laurent Chardon <[email protected]> AuthorDate: 2026-08-01 18:21:25 +0000 Commit: Yuri Victorovich <[email protected]> CommitDate: 2026-08-01 18:23:32 +0000 math/py-scikit-umfpack: Cleanup dependencies and patches PR: 295541 --- math/py-scikit-umfpack/Makefile | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/math/py-scikit-umfpack/Makefile b/math/py-scikit-umfpack/Makefile index 38cf8992dc1a..a344d48f9bce 100644 --- a/math/py-scikit-umfpack/Makefile +++ b/math/py-scikit-umfpack/Makefile @@ -1,6 +1,6 @@ PORTNAME= scikit-umfpack DISTVERSION= 0.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}meson-python>0:devel/meson-python@${PY_FLA ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ swig:devel/swig -LIB_DEPENDS= libamd.so:math/suitesparse-amd \ - libcblas.so:math/cblas \ - libopenblas.so:math/openblas \ - libumfpack.so:math/suitesparse-umfpack +LIB_DEPENDS= libumfpack.so:math/suitesparse-umfpack RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} @@ -29,14 +26,6 @@ USES= fortran localbase:ldflags pkgconfig python USE_PYTHON= pep517 cython autoplist pytest PEP517_BUILD_CONFIG_SETTING= "-Cbuild-dir=_build" -CFLAGS+= -I${LOCALBASE}/include/suitesparse -CXXFLAGS+= -I${LOCALBASE}/include/suitesparse - -post-patch: - ${REINPLACE_CMD} \ - -e "s|swig_inc_args = \[\]|swig_inc_args = [\'-I${LOCALBASE}/include/suitesparse\']|" \ - ${WRKSRC}/scikits/umfpack/meson.build - post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/scikits/umfpack/__umfpack${PYTHON_SOABI}.so