[Bug 274518] math/py-scikit-umfpack: fix with math/suitesparse-umfpack >= 6

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 17 Oct 2023 16:52:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274518

--- Comment #1 from Thierry Thomas <thierry@FreeBSD.org> ---
According to KIRIYAMA Kazuhiko, in the ports mailing list; there is a typo in
my patch:

--- math_py-scikit-umfpack.diff~        2023-10-17 16:28:18.004562000 +0900
+++ math_py-scikit-umfpack.diff 2023-10-17 21:18:41.559313000 +0900
@@ -35,7 +35,7 @@
                ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
                swig:devel/swig
  LIB_DEPENDS=  libamd.so:math/suitesparse-amd \
-+              libcblas.so::math/cblas \
++              libcblas.so:math/cblas \
                libopenblas.so:math/openblas \
                libumfpack.so:math/suitesparse-umfpack
  RUN_DEPENDS=  ${PYNUMPY} \


Anyway, he was able to successfully build the ports using py-scikit-umfpack as
a dependency.

-- 
You are receiving this mail because:
You are on the CC list for the bug.