[Bug 238721] misc/kdeedu: eliminate new dependency on openblas on !x86
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 20 12:16:23 BST 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238721
Bug ID: 238721
Summary: misc/kdeedu: eliminate new dependency on openblas on
!x86
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: kde at FreeBSD.org
Reporter: linimon at FreeBSD.org
Assignee: kde at FreeBSD.org
Flags: maintainer-feedback?(kde at FreeBSD.org)
Created attachment 205232
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205232&action=edit
patch to misc/kdeedu/Makefile
Recently, kdeedu gained a dependency on math/kig, which brings in some
heavyweight dependencies:
devel/boost-python-libs
devel/libunwind
math/blas
math/cblas
math/lapack
math/metis
math/openblas
math/py-numpy
math/suitesparse
This is particularly painful on powerpc64, where openblas does not even build
(yet).
This patch turns on option KIG on x86 only.
The impact on arm is TBD.
(I will accept the argument that the optimal long-term solution is some kind of
kde5-lite port, but this is necessary in the meantime.)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list