Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2019 11:16:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238721] misc/kdeedu: eliminate new dependency on openblas on !x86
Message-ID:  <bug-238721-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: linimon@FreeBSD.org
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

Created attachment 205232
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205232&action=
=3Dedit
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 bui=
ld
(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 kin=
d of
kde5-lite port, but this is necessary in the meantime.)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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