#31062: octave-devel builds without qhull support when using qhull @2011.1 ------------------------------+--------------------------------------------- Reporter: gnwiii@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.1 Keywords: qhull | Port: octave-devel ------------------------------+--------------------------------------------- Comment(by michaelld@…): The qhull port provides a symlink from ${prefix}/include/libqhull -> ${prefix}/include/qhull, so the patch above will not make a difference. The issue with qhull seems to be that it installs its DYLIBs with inconsistent names depending on what variants are selected. Using +debug results in a bad link that makes the qhull dylib unavailable to octave's configure script. If qhull is installed without +debug, I think the library names are what octave-devel's configure expects; this version works for me. -- Ticket URL: <https://trac.macports.org/ticket/31062#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS