[Bug 257891] math/linbox: add OpenCL dependency

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Aug 2021 20:59:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257891

            Bug ID: 257891
           Summary: math/linbox: add OpenCL dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: thierry@FreeBSD.org
          Reporter: bsd@philippost.de
          Assignee: thierry@FreeBSD.org
             Flags: maintainer-feedback?(thierry@FreeBSD.org)

Created attachment 227252
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227252&action=edit
math/linbox: add ocl dependency

math/linbox currently picks up libOpenCL.so if it is present on the system, but
does not declare it as a dependency. The attached patch adds it as a library
dependency to the complete package and disables it for the minimal package.

This came up in testing my changes: iff MIN=on, then LinBox unconditionally
picks up libflint.so and libtinyxml2.so if they are present on the system.
Adding --without-flint to the configure arguments does not have an effect.
There seems to be no option to disable tinyxml2 (the doxygen option is off).

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