Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Oct 2023 16:52:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        fortran@FreeBSD.org
Subject:   [Bug 274518] math/py-scikit-umfpack: fix with math/suitesparse-umfpack >=  6
Message-ID:  <bug-274518-37611-fqIqW0Ft1Z@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274518-37611@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274518-37611@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274518

--- 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=3D  libamd.so:math/suitesparse-amd \
-+              libcblas.so::math/cblas \
++              libcblas.so:math/cblas \
                libopenblas.so:math/openblas \
                libumfpack.so:math/suitesparse-umfpack
  RUN_DEPENDS=3D  ${PYNUMPY} \


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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274518-37611-fqIqW0Ft1Z>