[Bug 259941] cad/PrusaSlicer fails configure if math/qhull installed ; patch attached forces bundled qhull

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 20 Nov 2021 03:41:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259941

            Bug ID: 259941
           Summary: cad/PrusaSlicer fails configure if math/qhull
                    installed ; patch attached forces bundled qhull
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: alt2600@icloud.com
                CC: stephen@FreeBSD.org, teodorsigaev@gmail.com
                CC: stephen@FreeBSD.org, teodorsigaev@gmail.com
 Attachment #229600 text/plain
         mime type:

Created attachment 229600
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229600&action=edit
Configure Fails.log

if you have math/qhull installed CMake detects it during configure but cannot
use complaining about this for various missing components. see attached log

CMake Error in src/qhull/CMakeLists.txt:
  IMPORTED_LOCATION not set for imported target "Qhull::qhullcpp"
  configuration "Release".

if one patches src/qhull/CMakeLists.txt by disabling check for system qhull it
will just use the bundled package. see subsequent configure logs individual
patch for files/ and the git diff if that is easier.

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